users@jax-rpc.java.net

Re: -httpproxy

From: Kevin Jones <kevinj_at_DEVELOP.COM>
Date: Mon, 29 Sep 2003 20:08:12 +0100

Right,

so it's not used to proxy enable the generated code, thanks!

Kevin Jones
Developmentor
www.develop.com

> -----Original Message-----
> From: Public discussion on JAX-RPC
> [mailto:JAXRPC-INTEREST_at_JAVA.SUN.COM] On Behalf Of Bobby Bissett
> Sent: 29 September 2003 19:50
> To: JAXRPC-INTEREST_at_JAVA.SUN.COM
> Subject: Re: -httpproxy
>
>
> 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
>