Yes, the change is incorporated in Axis2 1.0 RC1.

Add the method

public void setOperationContext(OperationContext opctx)

in your service class and from that you can get the message contexts.



To get In Message Context :
MessageContext inMsgCtxt  =     
        opCtx.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE)

To get Out Message Context :

MessageContext outMsgCtxt  =
        opCtx.getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE)

-- Chinthaka

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to