Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1
-
None
-
None
Description
The following code on the SoapMessageContext returns null.
javax.xml.namespace.QName operation = (javax.xml.namespace.QName) smc.get(MessageContext.WSDL_OPERATION);
I have annotated my web method with operationName tag. But, still getting null.
Attachments
Issue Links
- relates to
-
CXF-2532 On demand retrieval of JAX-WS MessageContext properties
- Closed