XuLiujuan, In
this example, I’m getting the complete SOAP envelope as a string from the
MessageContext. Hope this helps: public void invoke(MessageContext msg) throws AxisFault { Message request = msg.getRequestMessage(); logger.info("CruiseAPI
Request: " + request.getSOAPPartAsString()); } Bill Heitzeg -----Original
Message----- Hi all, The Axis serialization framework is
not tightly controlled to be part of the SOAP envelope only. · I have tested it using the codes below MessageContext msgContext0 = new MessageContext(new AxisServer()); Writer stringWriter = new StringWriter();
|
- Is therer any way to get the soap body before sending it ou... xuliujuan
- Heitzeg, Bill