Kbase P106820: Error 11767 when trying to run an OpenEdge Web Service operation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2009 |
|
Status: Unverified
SYMPTOM(s):
Error 11767 when trying to run an OpenEdge Web Service operation
Error sending Web Service Request: Fatal Error: Can't locate remote host (11767)
Error sending Web Service Request: Fatal Error: connect operation failed (WinSock reported error=0) (11767)
Connection failure for host <host_name> port <port> transport TCP. (9407)
Connecting to an OpenEdge Web Service
No problems to read the WSDL document
No problems generating the proxy for the OpenEdge Web Service
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
The URL for the WSA has not been properly defined. This is also known as the SOAP Endpoint.
FIX:
You need to specify the correct URL for the WSA when generating the proxy for the Web Service, e.g.: :8080/wsa/wsa1">http://<hostname>:8080/wsa/wsa1 and also make sure that the wsaURL of the WSA instance in the ubroker.properties contains the proper URL.
- OR -
Specify the correct SOAP Endpoint in the CONNECT method by using the -SOAPEndpoint parameter.