aspose file tools
The moose likes Web Services and the fly likes wsimport generated WebService and Proxy? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "wsimport generated WebService and Proxy?" Watch "wsimport generated WebService and Proxy?" New topic
Author

wsimport generated WebService and Proxy?

Florian Schaetz
Greenhorn

Joined: Oct 14, 2009
Posts: 11
Hello,

is there any possibility to set a - webservice-specific - proxy host (and port) to a webservice-client (created with wsimport) without using the system properties (http.proxyHost and http.proxyPort)? Unfortunately, I can't use those, as they interfer with other processes and using the nonProxyHosts property makes the whole thing harder to maintain. So it would be great if someone had an idea how to insert, for example, a java.net.Proxy object into a Webservice created with wsimport.

Thanks,

Flo
 
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: wsimport generated WebService and Proxy?
 
Similar Threads
I need to write a client for Testing the SEI implemented as stateless session bean
Best Practice for creating a webservice client Not a coding question
create web service client url https
JAX-WS RI wsimport not working
WSIMPORT error while using it with AXIS2