Generate XML Schema for EDI Standard

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

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

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.