PDA

View Full Version : Web Service call using Proxy



Ian Telfer
11-Jan-2006, 03:55 AM
Hi All,

Is it possible to tell a ClientWebService (SOAP) Class to use a proxy
server to get access? I see that for InetTransfer, FTP & HTTP transfers
there is a psProxy property but not for a webService client.

We're trying to access a Currency site from behind a linux firewall/proxy.


TIA

Ian

Knut Sparhell
11-Jan-2006, 08:44 AM
Ian Telfer wrote:
> Hi All,
>
> Is it possible to tell a ClientWebService (SOAP) Class to use a proxy
> server to get access? I see that for InetTransfer, FTP & HTTP transfers
> there is a psProxy property but not for a webService client.
>
> We're trying to access a Currency site from behind a linux firewall/proxy.

A webservice client is using a cHttpTransfer as helper. It's object
handle is stored in the property phoHttp. Get that an you can change
any property of the cHttpTransfer object. I guess that should work.

--
Knut Sparhell, Norway