Hi all,
I have written a simple mediator which is called by both incoming and
outgoing messages. I was getting a NPE while trying to manipulate the
message, and I have found out that the SOAP header for outgoing
messages is null, i.e.
synCtx.getEnvelope.getHeader == null returns true, but only for
outgoing msgs.
The target service is SimpleStockQuoteService and the client is
stockquote.
Isn't the SOAP header compulsory? Furthermore, what about all the
addressing information, etc.?
Thanks,
Michele
- SOAP header is missing in out-flow messages Michele Mazzucco
-