Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 8868 invoked from network); 7 Jun 2007 01:44:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 01:44:58 -0000 Received: (qmail 76294 invoked by uid 500); 7 Jun 2007 01:44:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 76195 invoked by uid 500); 7 Jun 2007 01:44:53 -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 76101 invoked by uid 99); 7 Jun 2007 01:44:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 18:44:52 -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; Wed, 06 Jun 2007 18:44:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73B067141E4 for ; Wed, 6 Jun 2007 18:44:26 -0700 (PDT) Message-ID: <52937.1181180666471.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 18:44:26 -0700 (PDT) From: "Glen Daniels (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2672) "org.apache.axiom.soap.SOAPProcessingException:First Element must contain the local name, Envelope" error occurs when invoking a service deployed in soapsession scope In-Reply-To: <20451766.1179238276435.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-2672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Daniels resolved AXIS2-2672. --------------------------------- Resolution: Cannot Reproduce > "org.apache.axiom.soap.SOAPProcessingException:First Element must contain the local name, Envelope" error occurs when invoking a service deployed in soapsession scope > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-2672 > URL: https://issues.apache.org/jira/browse/AXIS2-2672 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: nightly > Environment: winxp, jdk15, Axis2-SNAPSHOT(nightly) > Reporter: Charitha Kankanamge > Assignee: Glen Daniels > Attachments: addtest.aar, SessionClient.java, sessionclient.java > > > I downloaded a nightly snapshot and tested a service deployed on soapsession scope. The following exception was thrown when sending a request to the service. > org.apache.axiom.soap.SOAPProcessingException: First Element must contain the local name, Envelope > at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode(StAXSOAPModelBuilder.java:221) > at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement(StAXSOAPModelBuilder.java:179) > at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:135) > at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:163) > at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.(StAXSOAPModelBuilder.java:111) > at org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(BuilderUtil.java:526) > at org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:158) > at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:101) > at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:77) > at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:359) > at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:198) > at org.apache.axis2.client.OperationClient.execute(OperationClient.java:144) > at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:510) > at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:490) > at sessionclient.main(sessionclient.java:56) > The service archive and client are attached here with. -- 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