How do I use a http proxy with my jax-rpc client?
I've tried setting system properties in my client file and it doesn't seem
to make a difference.
System.setProperty("proxySet","true");
System.setProperty("proxyHost","localhost");
System.setProperty("proxyPort","8118");
Thanks,
Joe Hall