>From the ServiceClient you can get the response message context.
serviceclient.getLastOperationContext().getMessageContext("In");
Deepal
On 11/8/2010 12:17 PM, Christopher Johnson wrote:
> All -
>
> I have a WS that responds with message using SOAP with attachments.
&g
All -
I have a WS that responds with message using SOAP with attachments. In
Axis1 you would get the response message context from the MessageContext.
How do I go about retrieving the response message context to set attachments
in Axis2?
Thanks in advance!
..Chris