Kbase P48702: Unable to access a Web Service from an OpenEdge session when connecting through a Proxy server
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/1/2007 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
SYMPTOM(s):
Error when loading a WSDL document
Error when running a Web Service operation
Error sending Web Service Request: Fatal Error: connect operation failed (WinSock reported error=0) (11767)
Connection failure for host <IP from WSDL> port 80 transport TCP. (9407)
Error loading the WSDL document <wsdl_file>:<error_details> (11748).
Error loading WSDL: Error loading the WSDL document http://www.xmethods.net/sd/2001/TemperatureService.wsdl
Calling a Web Service from an OpenEdge session
Connecting to the Web Service through a Proxy server
The WSDL document is downloadable from Internet Explorer or Netscape
CAUSE:
The proxy's host and the proxy's port have to be specified in the startup parameters of the Progress session.
FIX:
Start the Progress session with the parameters -proxyhost and -proxyport, e.g.:
prowin32 -proxyhost <IP or host name> -proxyport <port number>