users@jax-rpc.java.net

Re: -httpproxy

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Mon, 29 Sep 2003 14:49:56 -0400

Kevin Jones wrote:
> Does the -httpproxy switch actually do anything in jwsdp1.2. I'm running
> the following
>
> wscompile -verbose -gen -s src -d classes -keep
> -httpproxy:www.kevinj.com descriptors\config.xml
>
> but I'm not seeing anything in the generated sources to do with the
> proxy. What am I missing?

Hi Kevin,

The switch is used when wscompile needs to get through a proxy to get
information. For instance, if your config.xml file points to a wsdl that
is online somewhere outside your firewall, you would need to use the
proxy switch in order for wscompile to make the connection to read the wsdl.

Cheers,
Bobby Bissett