How do I include the information to authenticate through a proxy server when making web service calls?
Thanks
You have to start the session with:
prowin32 -ProxyHost -ProxyPort -ProxyUserId -ProxyPassword
I'm trying to do this from Sonic not Progress so is there a way to add these parameters via the Sonic Workbench?
If I well remember you have can add some String proprieties of the message like ...
PROXY_USER_NAME
PROXY_URL
PROXY_PASSWORD
or jvm arguments ..
-Dsonic.http.proxyUsername=username
-Dsonic.http.proxyPassword=password
-Dhttp.proxyHost=proxy_host_name
-Dhttp.proxyPort=proxy_host_port
... the documentation is not very claire at this subject