Hi all again,

Since it is apparently not possible to get a value of an operation variable for a MessageContext without looking into the message itself, I tried the latter... and failed miserably.

On Tomcat Apache Tomcat/5.5.15 java 1.5 I'm getting a message when trying to access my favourite node by calling:

   node.getTextContent()

 The message is:

ava.lang.AbstractMethodError: org.apache.axis.message.MessageElement.getTextContent()Ljava/lang/String;

Looking into docs, it seems that axis MessageElement implements javax.xml.soap.Node, but not the getTextContent method.

It is strange, because under netbeans IDE my code compiles both when I import javax.xml.soap.Node or import org.w3c.dom.Node, so the implementation must be somewhere but under tomcat it fails. Why ?

   Any help would be appreciated

                        cheers JM
--
***********************************************************************
*  Janusz Martyniak                     TEL  +44  (0)207 594 7810     *
*  HEP Group, Physics Dept.             FAX: +44  (0)207 823 8830     *
*  Blackett Lab, Imperial College, Prince Consort Rd, LONDON SW7 2BW  *
***********************************************************************

Reply via email to