users@jax-rpc.java.net

Re: Documentation for Wscompile task under Ant

From: Bobby Bissett - Javasoft <robert.bissett_at_sun.com>
Date: Mon, 10 Nov 2003 10:11:11 -0500

>
> I am wondering how one specifies proxyHost and proxyPort for this task.
> The reason is that my WSDL/XML Schema import remote WSDL/Schema and I am
> behind a firewall. Thanks for your help.

There is also a proxy option for wscompile that was left off the list.
For the ant task, try adding the attribute:
        httpproxy="<host>:<port>"

(For the wscompile command line tool, the usage is -httpproxy:<host>:<port>)

Cheers,
Bobby


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net