Hi again,

I did a typo by my previous post, by the line:

java.net.URLConnection.openConnection(); 

I meant:

java.net.URL.openConnection();

which returns an instance of the abstract class:

java.net.URLConnection

For the complete code see
org.springframework.ws.transport.http.HttpUrlConnectionMessageSender 

Regards, Babak


--
View this message in context: 
http://camel.465427.n5.nabble.com/need-some-advice-on-cxf-or-spring-ws-tp4643001p4872163.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to