Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 86502 invoked from network); 25 Jun 2007 17:26:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 17:26:54 -0000 Received: (qmail 29801 invoked by uid 500); 25 Jun 2007 17:26:49 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 29785 invoked by uid 500); 25 Jun 2007 17:26:49 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 29767 invoked by uid 99); 25 Jun 2007 17:26:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 10:26:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rupadhyayula@responsys.com designates 206.173.245.221 as permitted sender) Received: from [206.173.245.221] (HELO mail.responsys.com) (206.173.245.221) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 10:26:43 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Date: Mon, 25 Jun 2007 10:26:21 -0700 Message-ID: In-Reply-To: <19e0530f0706221851v333c4d8ajdacb436a8666e6a5@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Thread-Index: Ace1OQg8M/AHPN/GTfGPVy7Kv0pKWQCFMJKg References: <19e0530f0706221851v333c4d8ajdacb436a8666e6a5@mail.gmail.com> From: "Raghu Upadhyayula" To: , X-Virus-Checked: Checked by ClamAV on apache.org Hi Dims, I've attached a zip file to the JIRA (AXIS2-2352) which has my client code & the wsdl file. Please let me know if I should upload anything else. Thanks Raghu -----Original Message----- From: Davanum Srinivas [mailto:davanum@gmail.com]=20 Sent: Friday, June 22, 2007 6:51 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Looks similar to this one - http://issues.apache.org/jira/browse/AXIS2-2352 Can you please zip up your sample and upload it too? thanks, dims On 6/22/07, Raghu Upadhyayula wrote: > > > > > Hi, > > > > When I deploy my webservices on my localhost (desktop) and test > it using a java client, it is working fine. > > > > But when the same webservices project is built & deployed on our > development server and tested using java client, I'm getting the below > exception. > > > > org.apache.axis2.AxisFault: First Element must contain the local name, > Envelope > > First Element must contain the local name, Envelope > > org.apache.axis2.AxisFault: First Element must contain the local name, > Envelope > > at > org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti ls.java:81) > > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper ation.java:356) > > at > org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO peration.java:294) > > at > com.rsys.ws.client.ResponsysWSServiceStub.login(ResponsysWSServiceStub.j ava:276) > > at > com.rsys.ws.samples.TestRILoginCmd.execute(TestRILoginCmd.java:29) > > at > com.rsys.ws.samples.TestRILoginCmd.execute(TestRILoginCmd.java:16) > > at > com.rsys.ws.samples.TestResponsysWSClient.main(TestResponsysWSClient.jav a:40) > > Caused by: org.apache.axiom.soap.SOAPProcessingException: > First Element must contain the local name, Envelope > > at > org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode(St AXSOAPModelBuilder.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:1 35) > > at > org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope( StAXSOAPModelBuilder.java:163) > > at > org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.(StAXSOAPM odelBuilder.java:111) > > at > org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(BuilderUtil.java:474 ) > > at > org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti ls.java:142) > > at > org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti ls.java:77) > > ... 6 more > > > > Does anyone tell me why this is happening? > > > > I'm using Axis2 deployed in Jboss. > > > > Thanks > > Raghu > > --=20 Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org