Consultor Eletrônico



Kbase P147145: The OpenEdge Web Service client fails with 'status code: 404' when loading a WSDL document
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/05/2009
Status: Unverified

SYMPTOM(s):

The OpenEdge Web Service fails with the following error when loading a WSDL document from a URL:

Error loading WSDL document <wsdl doc> : Cannot resolve URI: <wsdl URL> status code: 404 (11748)

FACT(s) (Environment):

A simplified piece of code with only the CONNECT method works fine
The WSDL Analyzer (bprowsdldoc) has no problems to parse the same WSDL document from the URL
OpenEdge 10.1x
All Supported Operating Systems

CAUSE:

A mistake in the application code is causing the wrong URL to be used when loading the WSDL URL.
HTTP status code 404 is returned when a web page cannot be found, in this case the remote WSDL document.

FIX:

Correct the mistake in the application code and try again.