A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Invoking Web Service Through A Proxy Server
Gabriel Haggiag
Greenhorn
Joined: Jul 07, 2003
Posts: 9
posted
Aug 23, 2009 02:49:10
0
Hi,
I am trying to invoke web services through a proxy server.
I am using the built-in Sun JDK JAX-WS for creating and invoking the web services.
I have tried setting http.proxyHost and http.proxyPort in the System properties but no good.
Can anyone have a clue how overcome the problem?
Gabriel
vikram Kesav
Ranch Hand
Joined: Jul 11, 2008
Posts: 69
posted
Aug 27, 2009 01:14:05
0
try to set following values -
System.setProperty("http.proxyHost", "");
System.setProperty("http.proxyPort", "");
System.setProperty("http.proxyUser", "");
System.setProperty("http.proxyPassword", "");
Let me know error if any.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Invoking Web Service Through A Proxy Server
Similar Threads
Caching is not working
create web service client url https
Invoking Web Service Through A Proxy Server
Accessing an internet web service from a secure LAN
how to invoke web service implemented in MS.NET
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter