|
hi Jonathan,
try using the following setup code
System.setProperty("proxySet",
"true");
System.setProperty("http.proxyHost", "yourproxyhost"); System.setProperty("http.proxyPort", "yourproxyport"); System.setProperty("http.proxyUser",
"yourproxyusername");
System.setProperty("http.proxyPassword", "yourproxypassword"); and the normal SOAP connection mechanism will use
the System properties
it worked for me
hope this help
|
- <<< client calls with authenticating proxy >&... Asbell, Jonathan
- Pedro Mendoza
