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.
Subscribe to:
Post Comments (Atom)
Thanks!!!
ReplyDeleteGo to Window->Preferences->Network Connections make sure localhost and 127.0.0.1 by pass any proxy settings.
ReplyDeleteThis answer works
Thanks friends