Re: adding elements to soap message?

2005-08-16 Thread Javier Gonzalez
Thanks for your reply. I tried your code, but when I do System.out.println(XXX.toString()) before and after the code snippet, I get the same piece of XML both times (both times without my added node). On 8/16/05, zze-ELSOKHON Tony RD-BIZZ-ISS <[EMAIL PROTECTED]> wrote: > > > I think I might need

RE: adding elements to soap message?

2005-08-16 Thread zze-ELSOKHON Tony RD-BIZZ-ISS
> I think I might need to add the element at a specific place in the > soap xml. However, I can't find a method to insert a child element of > a soapelement in a specific location in the javadocs. Any help please? In my own code, I use the class MessageElement instead of the interface SOAPElement

Re: adding elements to soap message?

2005-08-16 Thread Javier Gonzalez
I think I might need to add the element at a specific place in the soap xml. However, I can't find a method to insert a child element of a soapelement in a specific location in the javadocs. Any help please? On 8/12/05, Javier Gonzalez <[EMAIL PROTECTED]> wrote: > Hi! > > I receive soap messages