RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Chris Williamson
that you are writing a SOAP interface to > mathematica :) Right? > > -- dims > > --- Chris Williamson <[EMAIL PROTECTED]> wrote: > > Hmmm. I don't mind getting rid of setType all that much, as > long as I can > > still set the type using attributes. Which mea

RE: cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-05 Thread Chris Williamson
Hmmm. I don't mind getting rid of setType all that much, as long as I can still set the type using attributes. Which means fixing that last bug I submitted :) I have a fix btw, if you would like to see it. It is pretty simple, but I am not sure it is as efficient as you would like. It is howev

RE: cvs commit: xml-axis/java/test/message TestMessageElement.java

2002-11-05 Thread Chris Williamson
That is precisely why I was using it. I was using it only because I had to keep track of the namespace mappings myself since the MessageElement was having problems with it. Once everything is fixed, I will not keep track of the mappings myself. So I will probably no longer use the function. > -

MessageElement

2002-10-30 Thread Chris Williamson
out.println(element.toString()); Please take a look at these problems with MessageElement and let me know if I am way off base. I would like to report these as bugs if they truly are. They are important bugs to me. It makes my application completely unusable at the moment. Chris Williamson