Re: [AXIS2] proxy problems

2007-10-31 Thread Alistair Young
thank you! Alistair -- mov eax,1 mov ebx,0 int 80h On 31 Oct 2007, at 12:30, Antonio Manuel Muñiz Martín wrote: Try this: ProxyProperties proxyProperties = new ProxyProperties(); proxyProperties.setProxyName("192.168.0.10"); proxyProperties.setDomain("

Re: [AXIS2] proxy problems

2007-10-31 Thread Antonio Manuel Muñiz Martín
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.PR

[AXIS2] proxy problems

2007-10-31 Thread Alistair Young
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 80