Hi I am using WSDL2Java to create java source from WSDL, and then i created a client to call this web service, but i am getting following error
Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to load class with name schemaorg_apache_xmlbeans.system.sC3DD632CC9C08A8478E13FA275B1520E.TypeSystemHolder. Make sure the generated binary files are on the classpath. at org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:783) at com.pfizer.www.bod.mapslims.req.SyncPurchaseItemInDocument$SyncPurchaseItemIn .<clinit>(SyncPurchaseItemInDocument.java:45) ... 3 more Caused by: java.lang.ClassNotFoundException: schemaorg_apache_xmlbeans.system.sC3DD632CC9C08A8478E13FA275B1520E.TypeSystemHolder I have these lot of XSD files, what am i missing Ashish
