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.  Generate XML Schema for EDI Standard

    Posted Wed January 09, 2008 09:02 PM

    Anybody know how to generate XML Schema for EDI Standards - Specifically I need to generate XML Schema for EDI X12 4010 856. I see a service wm.b2b.edi:createW3CXMLSchema but that needs a SEF file…

    • Mike

    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 2.  RE: Generate XML Schema for EDI Standard

    Posted Wed January 09, 2008 09:12 PM

    You can create an XML schema for a corresponding 856 IS DocumentType, using the service WmPublic/pub.schema:createXSD


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 3.  RE: Generate XML Schema for EDI Standard

    Posted Wed January 09, 2008 09:43 PM

    Thanks … I actually did it in another way…
    You can download the standard in SEF format from the following website
    [URL=“http://www.edidev.com/downloadsef.htm”]http://www.edidev.com/downloadsef.htm[/URL]

    and then use the service wm.b2b.edi:createW3CXMLSchema to create XML Schema off the SEF File.

    Thansk sekay.


    #Integration-Server-and-ESB
    #webMethods
    #edi