private static WSDLAwareMessage extractRequestMessageFromInMessageContext(
MessageContext inMessageContext) throws AxisFault {
WSDLAwareSOAPProcessor soapProcessor = new WSDLAwareSOAPProcessor(inMessageContext);
return soapProcessor.parseRequest();
}
/**
* Returns the web service operation style(in only/in-out).
* // TODO: Move to a separate class