Hi everybody, I'm trying to modify the HttpSoapConsumerMarshaler to embed some of my SOAP headers of an incoming SOAP message as Message Properties into the Normalized Message dispatched to the NMR. However I just can't figure out how. I found out that the unmodified HttpSoapConsumerMarshaler embeds one property into the Normalized Message that is itself a map of properties originally associated with the SOAP message. But how can I set some of these as single Message Properties without the map in between?
Thanks, Stefan
