3 Replies Latest reply on Aug 19, 2009 2:22 AM by anoop10

    DOM API on SOAPElementImpl causes NotImplementedException

      I'm working in the area where I need to process SOAP messages as DOM. I've been working with JBossWS as well as other providers. I found that JBossWS's SOAPElement implementation does not support many DOM APIs, such as getTextContent and getIdAttributeNode. Although these seem to be convenience APIs, but are used by our software as well as other 3rd party software. Lacking them limited JBossWS's capatibilties. I'm wondering why JBossWS did not implement them since all other providers seem to support them and if JBossWS has a plan to do so.

      Thanks,
      Gang