throw new org.apache.axis2.AxisFault(
"Operation is not located, if this is doclit style the SOAP-ACTION should specified via the SOAP Action to use the RawXMLProvider");
}
String operationName = getOperationName(msgContext);
MsgBoxOperations msgType = MsgBoxOperations.valueFrom(operationName);
SOAPEnvelope enlp = msgContext.getEnvelope();
// set messageboxId
String clientId = null;
String toAddress = msgContext.getTo().getAddress();
int biginIndex = toAddress.indexOf("clientid");