Henning,

Could you please post a stripped down sample in JIRA? I hope you are
using Axis2 1.2 recently released.

thanks,
dims

On 5/25/07, Henning Jensen <[EMAIL PROTECTED]> wrote:
Hi!

I'm writing a handler for Axis2 that uses another framework for
inspecting SOAP envelopes. This framework uses the org.w3c.dom.*
interfaces and I have used the SAAJUtil in the Axis2 handler to get a
org.w3c.dom.Document object.

Document doc = SAAJUtil.getDocumentFromSOAPEnvelope(envelope);

However, when I go through the elements I need to get the text content
from an element. Using element.getTextContent() throws me a
java.lang.UnsupportedOperation and using element.getNodeValue() gives me
  null. How can i get the textual value from an element?

--
Henning Jensen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to