Thursday, February 17, 2011

MyEclipse Webservice Explorer

Web service using MyEclipse (Helios) I came across this error:

IWAB0135E An unexpected error has occurred.
503
Service Unavailable

Retrieving the the WDSL file was fine but making a web service call continuously gave the above 503 error. Turns out the problem was an Eclipse proxy setting issue.

Go to Window->Preferences->Network Connections make sure localhost and 127.0.0.1 by pass any proxy settings.

2 comments:

  1. Go to Window->Preferences->Network Connections make sure localhost and 127.0.0.1 by pass any proxy settings.


    This answer works
    Thanks friends

    ReplyDelete