No problem:
org.apache.axis2.engine.AxisFault: First Element must contain the local
name, Envelope; nested exception is:
org.apache.axis2.om.OMException: First Element must contain the
local name, Envelope
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:83)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:44)
at
org.apache.axis2.clientapi.TwoChannelBasedSender.send(TwoChannelBasedSen
der.java:49)
at
org.apache.axis2.clientapi.InOutMEPClient.invokeBlocking(InOutMEPClient.
java:154)
at org.apache.axis2.clientapi.Call.invokeBlocking(Call.java:95)
at
userguide.clients.EchoBlockingClient.main(EchoBlockingClient.java:28)
Caused by: org.apache.axis2.om.OMException: First Element must contain
the local name, Envelope
at
org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder.constructNo
de(StAXSOAPModelBuilder.java:193)
at
org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder.createOMEle
ment(StAXSOAPModelBuilder.java:164)
at
org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder.next(StAXSO
APModelBuilder.java:302)
at
org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder.getSOAPEnve
lope(StAXSOAPModelBuilder.java:149)
at
org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder.identifySOA
PVersion(StAXSOAPModelBuilder.java:104)
at
org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder.<init>(StAX
SOAPModelBuilder.java:91)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:78)
... 5 more
-----Original Message-----
From: Srinath Perera [mailto:[EMAIL PROTECTED]
Sent: 21 July 2005 16:13
To: [email protected]
Subject: Re: [Axis2] OMException in EchoBlockingClient
Hi Marc;
Can u send us the full stacktrace?
Thanks
Srinath
On 7/21/05, Marc Ludwig <[EMAIL PROTECTED]> wrote:
>
>
> Hi
> I am working through the User Guide for AXIS2.
> I have deployed the simple Web Service (MyService) but executing the
> client EchoBlockingClient produces the following exception:
>
> org.apache.axis2.om.OMException: First Element must contain the local
> name, Envelope
>
>
> Any ideas??
>
>
> Marc Ludwig