hi
I have coded "as simple as possible" axis2 client (I reduced it to 95%
similarity as on axis2 1.0 documentation's sample service). I created many
clients and services, but this is first time I occurred this error:
Exception in thread "main" org.apache.axiom.om.OMException:
java.lang.IllegalStateException: Current state not START_ELEMENT
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:206)
at
org.apache.axiom.om.impl.llom.OMElementImpl.buildNext(OMElementImpl.java:55
(...)
Caused by: java.lang.IllegalStateException: Current state not START_ELEMENT
at
com.ctc.wstx.sr.BasicStreamReader.getAttributeCount(BasicStreamReader.java:559)
at
org.apache.axiom.om.impl.builder.StAXBuilder.processAttributes(StAXBuilder.java:141)
at
org.apache.axiom.om.impl.mtom.MTOMStAXSOAPModelBuilder.createOMElement(MTOMStAXSOAPModelBuilder.java:142)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:132)
... 9 more
what does "Current state not START_ELEMENT" mean?
Implementation is so trivial, that there is no need to put code here.
best regards
radek adamiak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]