[Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-07-09 Thread Raghu Upadhyayula
Hi, I'm using Axis2 1.2 version. My webservices are working fine on my desktop, but when I deploy it into our development server (which is a Linux machine App. Server is JBoss), the application was deployed correctly, but when I try to access those webservices from my desktop I'm

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-07-02 Thread Raghu Upadhyayula
, June 29, 2007 2:52 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Hi Dims, I've attached the log file to the JIRA (AXIS2-2352), Can you please take a look at it and see if you can find

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-29 Thread Raghu Upadhyayula
: Wednesday, June 27, 2007 11:58 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Raghu, I've reviewed the code in question..need more info. Can you switch on log4j based logging and upload the log in a JIRA? You have

Re: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-27 Thread Davanum Srinivas
PROTECTED] Subject: RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Hi Dims, I've tried to get the request response SOAP messages for this request. Here is the request response for this. Any idea why I'm getting a NPE in AxisServlet

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-25 Thread Raghu Upadhyayula
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

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-25 Thread Raghu Upadhyayula
PROTECTED] 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

[Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-22 Thread Raghu Upadhyayula
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

Re: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-22 Thread Davanum Srinivas
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 [EMAIL PROTECTED] wrote: Hi, When I deploy my webservices on my localhost (desktop) and test it using