Davanum,

I have just created the patch (see the attachment). The only one line
at the bottom of the SOAPEnvelope.java needs a change from setDirty()
to super.setDirty(dirty).

--
Yevgeny Rouban
INTEL Middleware Products Division
Index: src/org/apache/axis/message/SOAPEnvelope.java
===================================================================
--- src/org/apache/axis/message/SOAPEnvelope.java       (revision 416667)
+++ src/org/apache/axis/message/SOAPEnvelope.java       (working copy)
@@ -687,6 +687,6 @@
             recorder.clear();
             recorder = null;
         }
-        setDirty();
+        super.setDirty(dirty);
     }
 }
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to