if you need to add soap headers, you can do that by setting a property on the NormalizedExchange named "org.apache.servicemix.soap.headers" which should contain a Map<QName, DocumentFragment>. These soap headers will be added to the soap envelope by the BC.
On 10/26/07, MrRothstein <[EMAIL PROTECTED]> wrote: > > Maybe the question doesn't make sense and I completely misunderstand the > process. > Here is what I'm trying to understand: > The http provided endpoint can be used to send soap messages to external web > services. The message sent to the binding component from the nmr does not > contain the soap envelope. How can I customize the soap envelope before > sending the message to the external web service? Is this the correct > approach? Or should the message being passed around the nmr contain the soap > envelope it self? > > Thanks > -- > View this message in context: > http://www.nabble.com/http-provider-binding-soap-headers-tf4691141s12049.html#a13433353 > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
