In the following example both Strings (a and b) result in the same string. I saw "urn:action" in both cases. Hope this helps.

            MessageContext ctx = MessageContext.getCurrentMessageContext();
            String a = ctx.getSoapAction();
            String b = ctx.getAxisOperation().getInputAction();

Morgan Humes


On 06/22/2012 08:01 AM, Richard Craig wrote:
Hi

I was hoping someone could help me out here. I need to print the SOAPAction for each incoming call. Can someone explain how I could do this?
I'm currently using Axis 2. Thanks.

Kind Regards
Richard Craig (BTech IT)
Ubusha Technologies

Ubusha Technologies is a member of the Aptronics group: http://www.aptronicsgroup.com <http://www.aptronicsgroup.com/> View disclaimer at http://www.ubusha.co.za/Home/terms-and-conditions/maildisclaimer



------------------------------------------------------------------------
Ubusha Technologies is a member of the Aptronics Group

See: http://www.aptronicsgroup.com/ <http://www.aptronicsgroup.com/>

View disclaimer at http://www.ubusha.co.za/Home/terms-and-conditions/maildisclaimer <http://www.ubusha.co.za/Home/terms-and-conditions/maildisclaimer>
------------------------------------------------------------------------

Reply via email to