Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI Core Services | Summary of Elements in this Folder | wm.b2b.edi:createW3CXMLSchema
 
wm.b2b.edi:createW3CXMLSchema
WmEDI. Creates a W3C XML schema from a SEF file on your local file system. (Because this service is deprecated, you should begin using flat file schemas.)
Input Parameters
SEFfileName
String The full path and file name of the SEF file on your local file system.
includeEnvelope
String (optional) Whether you want this service to create envelope segments in the output W3C XML schema.
Value
Meaning
false
Do not create the envelope segments (i.e., ISA/IEA, GS/GE, UNB/UNZ, UNG/UNE) in the output W3C XML schema. This is the default.
true
Do create the envelope segments in the output W3C XML schema.
transactionSet
String The EDI transaction set name (e.g., 850) for which you want to create a flat file schema.
schemaFileName
String (optional) The fully-qualified name that you want to assign the W3C XML schema that you are creating.
Output Parameters
XMLschema
String The resulting W3C XML schema displayed as a String. The actual schema is saved to a file, and the IS document type creation uses the saved file. This output String is displayed at the end of the service execution for informational purposes only.
errors
String List Error messages that this service encountered while creating the schema from the SEF file, if any.