Robert Spielmann [http://community.jboss.org/people/rspielmann] created the 
discussion

"Re: How to use a HTTP(S) proxy without system properties?"

To view the discussion, visit: http://community.jboss.org/message/622024#622024

--------------------------------------------------------------
Hi Ron,

"webservice client generated by CXF" means that I used a tool from the Apache 
CXF framework in order to generate required Java classes, including some client 
code, from the given WSDL. I then rely on the JBoss webservice stack to send 
the request. You are absolutely right: I was able to step through the entire 
stack in the debugger and found out that no matter which properties I set in 
the metadata map while I still have access to the request being prepared (there 
are some properties for proxy options), they are discarded shortly before the 
request is sent out to the target endpoint. Thus, I could not programmatically 
influence the proxy to be used. JBoss even ignored system properties, so I was 
pretty lost. In the end, the case was solved because I could use a transparent 
proxy by changing the host name part of the endpoint, so I didn't have to 
fiddle around with proxy settings any more. Thanks a lot for your reply though, 
it does point in the right direction  :) 

Regards,
Robert
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/622024#622024]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to