Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 85781 invoked from network); 1 Oct 2004 07:11:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 07:11:44 -0000 Received: (qmail 78735 invoked by uid 500); 1 Oct 2004 07:11:02 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 78611 invoked by uid 500); 1 Oct 2004 07:10:58 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 78516 invoked by uid 99); 1 Oct 2004 07:10:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Oct 2004 00:10:53 -0700 Received: (qmail 17999 invoked from network); 1 Oct 2004 07:12:42 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 1 Oct 2004 07:12:42 -0000 Message-ID: <2097416745.1096614762024.JavaMail.apache@nagoya> Date: Fri, 1 Oct 2004 00:12:42 -0700 (PDT) From: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-1469) Updates not effective after saveChanges() or writeTo() In-Reply-To: <1901236581.1090423599971.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Mattias Jiderhamn Created: Fri, 1 Oct 2004 12:11 AM Body: As I said, the problem arises in a third party API, which is supposed to be SOAP implementation independent. So your workaround will not be of any help to me. --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/AXIS-1469?page=comments#action_53579 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXIS-1469 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXIS-1469 Summary: Updates not effective after saveChanges() or writeTo() Type: Bug Status: Unassigned Priority: Critical Project: Axis Components: Basic Architecture Versions: 1.2 Beta Assignee: Reporter: Mattias Jiderhamn Created: Wed, 21 Jul 2004 8:24 AM Updated: Fri, 1 Oct 2004 12:11 AM Environment: JDK 1.4.2, Resin 2.1.14 Description: Not sure how to explain this in an understandable manner, but run this code and you will clearly see the problem: SOAPMessage soapMessage = MessageFactory.newInstance().createMessage(); SOAPEnvelope soapEnvelope = soapMessage.getSOAPPart().getEnvelope(); // Get handle to envelope // soapMessage.writeTo(System.out); // This would give the same results soapMessage.saveChanges(); // This converts the SOAP message to String form (as a Fix for Bug 16418???) soapEnvelope.addChildElement("foo", "bar", "http://foo/bar"); // Add child elements soapMessage.writeTo(System.out); // The message is already in String form, and changes have no effect --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira