from an posting 8days ago.

Use :
System.getProperties().put( "http.proxyHost", "yourProxyHost" );
System.getProperties().put( "http.proxyPort", "yourProxyPort" );

If your proxy requires authorization, you'll get a 
(407)Proxy authorization required
message from the proxy, but it does mean your SOAP client connects over 
the network. I haven't figured out how to pass the authorization from 
SOAP client to proxy. Would be great if someone could help.

 
> It probably is the proxy problem. How do I make WSDL2Java go 
> through our corporate proxy?


-lp


Reply via email to