Is there a way for me to know which Java method Axis has invoked (or will invoke) from inside a Handler or Service? I went looking in the message context properties and couldn't find it. I can get the service name via the property transport.http.plugin.serviceName How about the method name? The best I've come up with is to grab the DOM and parse out the top level tag on the Body.
