Hello,
I'm using axis 1.4, I wrote a handler which needs to obtain the service
name and the operation invoked on it.
The service name was no problem - msgCtx.getTargetService().
But as for the operartion name, when I try msgCtx.getOperation() I get
null......
I don't want to start "digging" in the envelope since the structure can
differ between soap versions, it also depends on the
Operation style (rpc/encoded or document/literal) etc.
So I would assume there's some way to obtain the operation name which
was determined by the axis engine without my self having to duplicate
that "parsing logic".

Thanks for any comments,
Uri.


Reply via email to