Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI Util Folder | Summary of Elements in this Folder | wm.b2b.edi.util:getEDIstring
 
wm.b2b.edi.util:getEDIstring
WmEDI. Creates a complete EDI transaction set (either String or InputStream type) from an EDI transaction set header segment.
When processing traditional inbound EDI documents, this service should be used after the wm.b2b.edi:envelopeProcess service and before the wm.b2b.edi:convertToValues service.
Input Parameters
values
Document The single EDI transaction set within a single interchange and a single functional group. (This input object is part of the output of the wm.b2b.edi:envelopeProcess service.)
Output Parameters
EDIstring
Object A single EDI transaction set in String or InputStream type.
Usage Notes
The getEDIstring service should not be invoked within a flow service until you have LOOPED over the interchange and group segments and arrived at the document-level segments.
If you are working with non-EDI flat files, you do not use this service for processing. Instead, see the Flat File Schema Developer’s Guide.