Consultor Eletrônico



Kbase P169135: Progress Web Services Adapter Error Status: 404
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/2/2010
Status: Unverified

SYMPTOM(s):

Progress Web Services Adapter Error Status: 404


No resources found at the requested path: /wsa/wsa1/hello.wsdl (10954)


FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

Incorrect URL tried to retrieve WSDL

FIX:

The correct URL syntax to retrieve the WebServices WSDL list from the OpenEdge WebServices Adapter servlet is:
http[s]://host:port[/web-server-context]/wsa-webapp-context/wsa-instance/wsdl?
The correct URL syntax to retrieve the WebServices WSDL from the OpenEdge WebServices Adapter servlet is:
http[s]://host:port[/web-server-context]/wsa-webapp-context/wsa-instance/wsdl?targetURI=<your target URI>

Examples:
xx http://localhost:8080/wsa/wsa1/wsdl?
xx http://localhost:8080/wsa/wsa1/wsdl?targetURI=urn:tempuri-org