Dear all,
i tried to implement test webservice from the following blog Consuming WebServices directly from ABAP
But when I test it I got the following error: "SOAP:1023 SRT: Processing error in Internet Communication Framework: ("Connect to www.webservicex.net:80 failed: NIECONN_REFUSED"
Error when calling SOAP Runtime functions: SRT: Processing error in Internet Communication Framework: ("Connect to www.webservicex.net:80 failed: NIECONN_REFUSED(-10)")
Exception of class CX_SOAP_CORE
My second problem creating the service was using the url instead of local file, I got the message:
Exception occurred in communication framework:Error in HTTP Framework:404Connection Refusedhttp://www.webservicex.net/length.asmx?WSDL
Exception of class CX_PROXY_GEN_ERROR
I guess that both problems has the same issue.
How can I solve the problems.
Best regards
Marcus