Re: How do I manipulate the array of type Element in the MessageService example in Axis 1.2RC2?

2004-12-29 Thread Jongjin Choi
The org.w3c.dom.Element , which is used in samples/message, has no method named 'setName'. I think you are confusing org.w3c.dom.Element with org.apache.axis.MessageElement. What about using the other variation of message style service? According to Axis user documentation,

How do I manipulate the array of type Element in the MessageService example in Axis 1.2RC2?

2004-12-28 Thread Vincent Jong
I'm using Axis version 1.2RC2 (binary package) and have web services working on Tomcat 4.1. I've successfully deployed the pre-built MessageService sample and have the SOAPMonitor monitoring that service. I'm trying to right now figure out how to modify the elems parameter which is an array of