Re: Response Message Context

2010-11-08 Thread Deepal Jayasinghe
>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

Response Message Context

2010-11-08 Thread Christopher Johnson
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