We have transfered the packages from wM 6.5 to wM 7.1.
The same xml is working fine in wM 6.5 but failing at pub.schema:validate in wM 7.1 with the following error:
com.wm.app.b2b.server.ServiceException: java.lang.Exception: INVALID
List of errors:
[0] pathName=/RootElement errorCode=NV-003 errorMessage=[ISC.0082.9003] Unable to locate a matching element declaration
at pub.schema.validate(schema.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- Are there any changes that we need to do make this validation work?
- validation is done based on the schema. So I want to generate xsd from wM schema and validate this xml using
xml spy. How can I generate the xsd file from the wM schema?