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
Expand all | Collapse all

How to conver xsd to Enterprise event definition

  • 1.  How to conver xsd to Enterprise event definition

    Posted Tue July 16, 2002 06:33 PM

    I have xsd that has lot of fields and I need to define a document that will hold all the data in that xml file

    There is dtd2event application that can convert dtd into EI event definition.

    Is there a way to convert xsd into EI event definition.

    Any help is appreciated.


    #webMethods
    #Integration-Server-and-ESB
    #broker


  • 2.  RE: How to conver xsd to Enterprise event definition

    Posted Tue July 16, 2002 06:48 PM

    Although this is NOT the optimal solution, in wM 4.1, we’ve used a tool - XMLSpy - to convert an XSD document to a DTD document and stored it externally in a file directory. We then defined a Configured Operation that used this DTD to either Generate or Parse - your choice…

    Hope this helps somewhat…


    #Integration-Server-and-ESB
    #broker
    #webMethods


  • 3.  RE: How to conver xsd to Enterprise event definition

    Posted Tue July 16, 2002 10:18 PM