Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52174 invoked from network); 11 Jun 2007 19:30:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 19:30:03 -0000 Received: (qmail 24457 invoked by uid 500); 11 Jun 2007 19:29:54 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 24404 invoked by uid 500); 11 Jun 2007 19:29:54 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 24374 invoked by uid 99); 11 Jun 2007 19:29:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 12:29:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 12:29:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25C2B714210 for ; Mon, 11 Jun 2007 12:29:27 -0700 (PDT) Message-ID: <13443391.1181590167152.JavaMail.jira@brutus> Date: Mon, 11 Jun 2007 12:29:27 -0700 (PDT) From: "Amila Chinthaka Suriarachchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2066) Namespace is incorrectly modified in SOAP response message In-Reply-To: <5667342.1170255006366.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi updated AXIS2-2066: ------------------------------------------------ Priority: Blocker (was: Major) > Namespace is incorrectly modified in SOAP response message > ---------------------------------------------------------- > > Key: AXIS2-2066 > URL: https://issues.apache.org/jira/browse/AXIS2-2066 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: 1.1 > Reporter: Gul Onural > Assignee: Deepal Jayasinghe > Priority: Blocker > > I am seeing very strange behavior in Axis2 with the namespace in the > responses. > My web service uses RawXMLINOutMessageReceiver and > RawXMLINOnlyMessageReceiver message receivers. My service methods > (actions) look like : > public OMElement method1(OMElement inputMsg)* throws* AxisFault { > OMElement response; > // prepare response > return response; > } > What I am seeing is that the response I receive on the client side > contains a namespace that is different that what is set to on the server side. > Just before return statements, my methods print response OMElement on > the server. In these printouts the namespaces are set to the correct ones. > However on the client side, I see entirely different namespace inserted in to the responses. > For example, printout from within my methods on the web service > implementation, I see something like this : > ?xml version="1.0" encoding="UTF-8"?> > > .. Other stuff > > However, on the client side printout, I see namespace changed to > something else : > ?xml version="1.0" encoding="UTF-8"?> > > .. Other stuff > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org