Hi!
I'd like to call a webservide using WebserviceTemplate with a message that already contains a SOAP-Envelope. My problem is that the WebserviceTemplate wraps another SOAP-Envelope around it. 8-) How can I avoid this? Or do I have to use a plain commons HTTP-client or something?
(The reason I'm doing this is because the existing soap-envelope already contains WS-Security information, which I want to leave untouched.)
Thanks and best regards,
Hans-Peter Störr


Reply With Quote
How about using a Pox message factory? I know, it looks more like a hack but it can do the trick.
