facebook

Running & testing web service example

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280347 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #280349 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    Attachments:
    You must be logged in to view attached files.
    #280369 Reply

    This message has not been recovered.

    #280394 Reply

    Riyad Kalla
    Member

    William,
    I don’t know if this is a typo or not, but in the first line of your error, the URL ends with a period (“?WSDL.”) was that a typo, or did you try and load the URL with a period at the end?

    #280435 Reply

    Good Morning Riyad!

    I’m sorry but the line you are talking about was just cut & pasted from the following error message (very first line)

    Why is (4th line) this error message so ambiguous?

    IWAB0379E Unable to open http://localhost:8095/HelloWorld/services/HelloWorldService?WSDL.
    IWAB0135E An unexpected error has occurred.
    WSDLException
    WSDLException: faultCode=OTHER_ERROR: Connection refused: connect

    Thanks for all your time and help. Tell me and you can take over my tower and test this app yourself

    #280454 Reply

    Riyad Kalla
    Member

    Well it looks like the URL is wrong. A few things to check:

    1. Is your server running? Does http://localhost:8095 reply at all?

    2. You are sure 8095 is the right port you set Tomcat to run on right?

    3. You made sure to deploy your project correctly right?

    4. In your web.xml file, you mapped your web services to the /services/* url pattern right?

    5. Did you name your service HelloWorldService?

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Running & testing web service example

You must be logged in to post in the forum log in