Proxy problems

2005-02-09 Thread Günter Ladwig
Hi, I have some problems using a proxy to access a web service on my server. I set the proxy host and port using the -D arguments, like this: java -Dhttp.proxyHost=proxy.domain -Dhttp.proxyPort=3128 When running the client program the proxy (I think it's a Squid proxy) is contacted but it return

Proxy problems

2004-08-23 Thread Nick Haines
Title: Proxy problems Hi all, I'm attempting to use Axis 1.2 Beta to make a web service call from an EJB inside WebSphere 5.1.  For added confusion I'm also using some JWSDP1.4 libraries (I've tried with 1.3 and had the same result) to do some of the other WebService related