Try this:

        ProxyProperties proxyProperties = new ProxyProperties();
        proxyProperties.setProxyName("192.168.0.10");
        proxyProperties.setDomain("192.168.0.10");
        proxyProperties.setProxyPort(80);

        stub._getServiceClient().getOptions().setProperty(
HTTPConstants.PROXY, proxyProperties);

Replace 192.168.0.10 with your proxy IP, and replace 80 with appropiated
port (possibly 443).

2007/10/31, Alistair Young <[EMAIL PROTECTED]>:
>
> Can anyone tell me how to get past a proxy when connecting to an HTTPS web
> service please? The error is:
> Unable to tunnel through proxy. Proxy returns "HTTP/1.0 403 Forbidden"
>
> there's HTTPConstants.PROXY but nothing to set the port
>
> thanks,
>
> Alistair
>
>
> --------------
> mov eax,1
> mov ebx,0
> int 80h
>
>
>
>
>

Reply via email to