Hai all, I have a wsdl and i have generated the server side skeleton for it...
Now in the skeleton i have added the code like
//added to get the context
public void setOperationContext(OperationContext opCtx)
throws AxisFault {
inMesasgeContext = opCtx.getMessageContext(
WSDLConstants.MESSAGE_LABEL_IN_VALUE);
}
I need the messageContext to get the envelope, inside the skeleton...
Anyone let me know whatz going wrong....
Thanks in advance
--
Rgds
Mehar
