File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Axis and Proxy setting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis and Proxy setting" Watch "Axis and Proxy setting" New topic
Author

Axis and Proxy setting

Niral Trivedi
Ranch Hand

Joined: Nov 26, 2001
Posts: 46
Hi All,

I am using Axis client to connect to a webservice. And we have to use proxy to connect to external URL. So, how do I set proxy setting for my Axis client? I have seen only one way of doing it and that is by setting System property using

But I do not want to use this as this will be a System level setting. I know that with old Apache SOAP, you can use SOAPHttpConnection.setProxyHost method which will do setting only at connection level.

Any similar way available with Axis?

Thanks in advance.
 
I agree. Here's the link: jrebel
 
subject: Axis and Proxy setting
 
Similar Threads
Connecting Sockets thru Proxy
problem streaming with mms:// protocol
Reading hyperlink in excel through Java
Axis HTTP Proxy Settings
Axis 1.1 and Proxy??