Hi all, I m new to xmlbean with Axis2. I have a few xsds to define complexType and referred using <import /> with targetNs or <include /> with Chameleon ns in wsdl. This stacktrace was from using import. Maybe I am not explicity enough in my namespacing ? This problem looks like its going to pwn my day. :-(
Thanks for any takes, ran org.apache.xmlbeans.XmlException: error: The document is not a test@ http://example.com/CRMUsers/types/getUserResponse: document element mismatch got searchUsers at org.apache.xmlbeans.impl.store.Locale.verifyDocumentType(Locale.java :452) at org.apache.xmlbeans.impl.store.Locale.autoTypeDocument(Locale.java :357) at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java :850) at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java :826) at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse( SchemaTypeLoaderBase.java:231) at com.webebility.crmusers.types.getuserresponse.TestDocument$Factory.parse( TestDocument.java:101)

