1 Reply Latest reply on Apr 9, 2008 4:37 PM by thomas.diesler

    Get the WSDL_SERVICE property value from MessageContext

      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