You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jeff Saremi (JIRA)" <ax...@ws.apache.org> on 2005/11/29 16:01:30 UTC

[jira] Created: (AXIS-2320) SOAPBody.appendChild does not get saved/serialized

SOAPBody.appendChild does not get saved/serialized
--------------------------------------------------

         Key: AXIS-2320
         URL: http://issues.apache.org/jira/browse/AXIS-2320
     Project: Apache Axis
        Type: Bug
    Versions: 1.2    
    Reporter: Jeff Saremi


This is very similar to the currently fixed defect http://issues.apache.org/jira/browse/AXIS-1960

Do an appendChild on the body. In the debugger you can see the dirty flag is still false (if that matters at all).
     body.appendChild(new SOAPBodyElement(someinput));

The following makes no difference because the new element does not get serialized:

    SOAPMessage.saveChanges();

However, if you touch the Body by modifying one of its existing nodes then the newly appended element also gets saved.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira