I was playing around with the logging handler. How do I get the operation name from the SOAP message context?

I tried the below and it returned null.
javax.xml.namespace.QName operation = (javax.xml.namespace.QName) smc.get(MessageContext.WSDL_OPERATION);

I have annotated my web method with operationName tag.

Any suggestions?

-Arul

Reply via email to