IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  2001/XMLSchema

    Posted Mon April 15, 2002 03:59 AM

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

    Thanks.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: 2001/XMLSchema

    Posted Tue April 30, 2002 10:17 PM

    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.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General