2001/XMLSchema

Does anybody knows how to work with XML Schema standard inside B2B Integrator ? (Is there any patch for it ?)

Thanks.

The Integration Server has been initialized with the various XML Schema milestones. Once compiled, these XSD files take the form of NSNSchema objects in the server namespace.

For example you may create a NSSchema from myDatatypes.xsd as:
myApplication.mySchemas:myDatatypes

Inside the Integration Server these schema definitions can only modified by adjusting the facets of datatypes.

Any field of any Record can be given a constraint defined in any NSSchema loaded on the server and can have customized facet values. Right click on a field and look in the Properties dialog.

This is all useful for the pub.schema:validate service.

In release 4.6 and above one can generate a WSDL file from a service which includes a XSD format of the input and output signature of the service.