[jboss-user] [JBossWS] - Get the WSDL_SERVICE property value from MessageContext
smathankumar
do-not-reply at jboss.com
Thu Apr 3 09:01:27 EDT 2008
Hi,
I am trying to get the WSDL_SERVICE name from the MessageContext in handlers. But i got the Null pointer exception.
My Code :
QName gotService = (QName)ctxt.get(MessageContext.WSDL_SERVICE);
System.out.println("WSDL_SERVICE Got="+gotService);
Regards,
Mathan Kumar S
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141316#4141316
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141316
More information about the jboss-user
mailing list