3 Replies Latest reply on Mar 29, 2012 11:43 AM by spyhunter99

    JBOSS-WS SOAPHandler in chain no getContent method

    kenbarnes

      Using jboss5.1.0-GA and jbossws3.1.2.GA

       

       

      I have a soap hander that I have created that I need to get values from the Soap message and validate against.  However when I call the

      getTextContent() method on any element of the soap I getthe exception


      org.jboss.util.NotImplementedException: getTextContent

       

      I have worked around and seen other posts with the error with no response, I assume that a later release the functionality was implemented but I cannot change the version

      of the stack.  Is there a way from the SOAPMessage that I can get the text elements without this method? If not what version was the functionality implemeneted.

       

      Thanks