Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3108

SOAPMessage returned from SOAPMessageContext doesn't support DOM

    XMLWordPrintable

Details

    Description

      The SOAPMessage returned from SOAPConnection.call() fully supports access via DOM API.
      However, the SOAPMessage returned from SOAPMessageContext (when writing a SOAPHandler) does not.
      Namely, SOAPBody.getElementsByTagName() results in a JBoss NotImplementedException.
      Also, using SOAPElement.getChildElements() on the SOAPBody, and then navigating down to the <arg0> element, I cannot use Node.getTextContent() -> again get a NotImplementedException.
      Only workaround is to navigate all the way down to the text node contained by <arg0>, and then call Node.getNodeValue() on that.

      How did this pass the Sun verification tests?

      Attachments

        Activity

          People

            Unassigned Unassigned
            jrostosk_jboss Jay Rostosky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: