hi Ashwin,
Ashwin Karpe wrote: > > Hi Lukasz, > > 1. If the NormalizedMessage that is sent to CXF Provider already contains > full SOAP envelope with SOAP headers will it be sent "as is" along with > these headers to the target service? > > Ashwin --> The SOAP Header is only preserved in the message if the flag > SOAP is set to "false" in the HTTP/JMS/CXF consumer.The SOAP header is not > lost however if SOAP is set to true. When the exchange is created the SOAP > header is stripped and preserved in JBI properties on the exchange. The > contents of the SOAP Body are what is sent in the message. The message is > now a JBI message and not a SOAP Envelope. > but I asked about the CXF Provider, so the question would be when the CXF provider has useSoapEnvelope=true will it use the entire incoming SOAP envelope with headers? (supposing that it got the whole SOAP enveloper in NM content) also, what is the name of JBI properties that used to store the header content? -- View this message in context: http://www.nabble.com/SOAP-headers-and-CXF-Provider-tp20893998p20897080.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
