Consultor Eletrônico



Kbase P108874: How to make ProSoapView go through a proxy server
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/09/2010
Status: Unverified

GOAL:

How to make ProSoapView to contact another proxy server instead of making a direct connection to the destination

GOAL:

How to make Soap Spy go through a proxy server

FACT(s) (Environment):

OpenEdge 10.0x
All Supported Operating Systems

FIX:

You need to add the -Dhttp.proxyHost and -Dhttp.proxyPort Java definitions to the command line inside prosoapview.bat. For example:
"%JVMSTRT%" -o stderr -s -m silent -c %_CP% "%JVM%" "-Dtorun=com.idoox.wasp.tools.soapspy.ui.JSpyFrame" "-Dwasp.location=%WASPC_HOME%" -Dwasp.config.location="" com.idoox.build.ant.Runner -Dhttp.proxyHost=PROXY_HOST -Dhttp.proxyPort=PROXY_PORT --port %_PORT%
If Proxy authentication is needed, then add the -proxyUserid and -proxyPassword to the startup parameters of the Progress client session. The authentication message will then be forwarded by the ProSoapView utility.