users@jax-rpc.java.net

jax-rpc and a http proxy.

From: Hall, Joe <Joe.Hall_at_avnet.com>
Date: Fri, 21 Mar 2003 12:33:50 -0700

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