I need to interogate the javax.xml.ws.wsdl.operation property of the MessageContext in javax.xml.ws.Provider, however for operations where there are no input parameters, the property is not there. For operations WITH input parameters, it IS there.
Is there some other way to determine the operation name when I am executing an operation without input parameters?
Thanks,
Ted