CAPS Webservices Proxy settings

Hi Every one,I am trying to invoke a external web services however i don't have direct access to internet and connect to it using proxy server. Is there anyway to specify the proxy setting to invoke external web services.ThanksSanjeev
[263 byte] By [Sunju] at [2007-11-26 11:15:33]
# 1

I found out something in eGate user guide which might be a correct way to do it. ( It's a another issue that I am still not able to get a proper response :-)

On the JVM Options page, add your HTTP Proxy Server hostname and port using

the following entries:

�� -Dhttp.proxyHost=127.0.0.1

�� -Dhttp.proxyPort=888

3 Click Save.

and in the web services client

A Set the Enable HTTP Proxy Server Authentication property to true.

B Set the User Name property to the name of the proxy server user, and set the

User Password to that user抯 password. This information will appear in the

header.

Sunju at 2007-7-7 3:30:29 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...