Hi All,
I got this exception when calling the parse method on factory.
org.apache.xmlbeans.XmlException: XML object is not of type D=ROOT ELEMENT
at org.apache.xmlbeans.impl.store.Root.autoTypedDocument(Root.java:445)
at org.apache.xmlbeans.impl.store.Root.loadXml(Root.java:1049)
at org.apache.xmlbeans.impl.store.Root.loadXml(Root.java:1033)
at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:333)
at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:244)
at com.wellsfargo.ilonline.mortgage.service.decision.xmlbeans.response.IlollpsDocument$Factory.parse(Unknown Source)
at com.wellsfargo.ilonline.shared.service.credit.TestXmlBeans.main(TestXmlBeans.java:56)
Any help will be appreciated.
Thanks
Ramesh.