Web service call through Proxy

Posted by Admin on 19-May-2010 15:52

How do I include the information to authenticate through a proxy server when making web service calls?

Thanks

All Replies

Posted by rstanciu on 21-May-2010 06:32

You have to start the session with:

prowin32 -ProxyHost -ProxyPort -ProxyUserId -ProxyPassword

Posted by Admin on 21-May-2010 11:06

I'm trying to do this from Sonic not Progress so is there a way to add these parameters via the Sonic Workbench?

Posted by rstanciu on 26-May-2010 08:17

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

This thread is closed