I am trying to create a webservice client using Axis2. While compiling
it is giving me this error. Can anyone give any clue related to what
can be the issue.

Thanks

org.apache.axiom.om.OMException: java.lang.IllegalStateException
        at 
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:206)
        at 
org.apache.axiom.om.impl.llom.OMDocumentImpl.getOMDocumentElement(OMDocumentImpl.java:144)
        at 
org.apache.axiom.om.impl.builder.StAXOMBuilder.getDocumentElement(StAXOMBuilder.java:322)
        at 
test.clientregistration.ClientRegistrationStub.toOM(ClientRegistrationStub.java:498)
        at 
test.clientregistration.ClientRegistrationStub.toEnvelope(ClientRegistrationStub.java:512)
        at 
test.clientregistration.ClientRegistrationStub.AuthorizeClient(ClientRegistrationStub.java:102)
        at shantanu.TestingAxis2.main(TestingAxis2.java:15)
Caused by: java.lang.IllegalStateException
        at 
org.apache.xmlbeans.impl.store.Jsr173$XMLStreamReaderForString.next(Jsr173.java:1110)
        at 
org.apache.xmlbeans.impl.store.Jsr173$SyncedJsr173.next(Jsr173.java:1138)
        at org.apache.axis2.util.StreamWrapper.next(StreamWrapper.java:68)
        at 
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:123)
        ... 6 more

Shantanu Chawla
--
Graduate Student
Department of Computer Science,
San Diego State University

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to