cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

EP Web Services Checker

paul_gloede
Participant
0 Kudos
111

I am getting an error when I click on the "W" icon(get the WSDL content from a URL) in the WS Checker. The WSDL file I am tyring to retrieve is located at http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl

When I click to view the URL, the file displays with no errors. But, when I click the "W" icon, I get the following error:

java.net.UnknownHostException: services.xmethods.net

I did set my proxy settings within SAP Netweaver Developer Studio (2.0.12), and also under the Web Services in the Visual Administrator.

Is there something I am missing? Thanks for your help.

Paul

Message was edited by: Paul Gloede

Accepted Solutions (1)

Accepted Solutions (1)

former_member185837
Active Participant
0 Kudos

Paul, I tried this without any problem. Keep in mind that the error <b>java.net.UnknownHostException: services.xmethods.net</b> means that the host services.xmethods.net can't be resolved. Have you tried to bypass the resolver, entering the host's IP address directly? In this way:

http://64.124.140.30/soap/urn:xmethods-delayed-quotes.wsdl

If it was a proxy misconfiguration, the host would be unreachable. As a consequence you should get a <b>java.net.ConnectException: Connection timed out: connect</b> error.

If instead it was the TCP port to be closed, you should get a

<b>java.net.ConnectException: Connection refused: connect</b> message.

Davide

Answers (0)