Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Web Service through a proxy

843834Jan 5 2004 — edited Oct 27 2004
Hi,

I've used JWSDP 1.2 to generate classes to attack a Web Service. When I use these classes I always go throw the proxy which is installed. I can go on the net (to attack Web Services) without the proky (it workds fine when I do HTTP request).
I do not find the way not to go throw the proxy. I've tried to put system properties but it always go throw the proxy :

System.getProperties().put("proxySet", "false"); //Don't work
System.getProperties().put( "http.proxySet", "false");//Don't work
System.getProperties().put("com.sun.xml.registry.https.proxySet", "false");//Don't work
System.getProperties().put("com.sun.xml.registry.http.proxySet", "false");//Don't work

Is someone can help me ? I must find this way quickly...

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2004
Added on Jan 5 2004
4 comments
131 views