I have a JAX-WS 2.0 web service implementation, generated from my WSDL.
I need to access the web service operation name in my logical handler implementation.
I used following to get this out, but it returns null always.
context.get(MessageContext.WSDL_OPERATION);
It would be great if any of you could help me to resolve this issue.
My server is WAS 7.0 and development IDE is RAD 8.
Thanks in advance.