Hi mikle ,
Yes we have removed that method , now you can access the messagecontext
as follow;
MessageContext msgCtx =MessageContext.getCurrentMessageContextContext();
Thank you!
Deepal
I need to access the messageContext to access the certificate authentication
details.
The prob is that setOperationContext is not being called as described here:
http://www.mail-archive.com/[email protected]/msg13070.html
http://wso2.org/library/259
http://www.developer.com/services/print.php/10928_3613896_2
public void setOperationContext(OperationContext opctx)
throws AxisFault {
System.out.println("xxx");
msgCtx =
opctx.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);
}
do i need to enable something for this work?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]