Web Service through a proxy
843834Jan 5 2004 — edited Oct 27 2004Hi,
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.