Kbase P141865: Error 11773 with status code 40x when calling a Web Service
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/01/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 11773 with status code 40x when calling a Web Service
Error receiving Web Service Response. Endpoint not found on the server. Status code 404 (Not Found) received. (11773)
Error receiving Web Service Response: Authorization required: Status code 401 (Unauthorized) received. (11773)
FACT(s) (Environment):
The Web Service is verified to be up and running
The WSDL document can be viewed with no problems via the web browser
OpenEdge 10.1C
All Supported Operating Systems
CAUSE:
The WSDL document contains an incorrect SOAP Endpoint.
FIX:
Correct the SOAP Endpoint URL in the WSDL document. This is the address located in the "soap:address location" section at the end of the WSDL document. If this is an OpenEdge Web Service (Web Services Adapter), then recreate your WSA instance with the correct WSA URL and redeploy your Web Service.
- OR -
Specify the correct -Binding and -SOAPEndpoint parameters in the CONNECT() method.