Step | Description | Where to Find More Information |
1 | Set up Module for EDI decoupled from Trading Networks. | |
2 | Create flat file schemas for EDI documents. | |
3 | If you want to use EDI built-in services to convert internal-format documents (for example, documents from a back-end system) from IData objects to Strings and vice versa, create a flat file schema that defines the structure of the internal-format documents. | |
4 | Configure how you want format services to convert field values in documents from EDI format to internal format, and vice versa. | |
5 | Specify how to associate format services to fields defined in a flat file schema for an EDI document. | |
6 | Create clients to send the EDI documents to Integration Server. | |
7 | Create the services to process your EDI documents. The WmEDI package of Module for EDI provides built-in services that provide the functionality to support the EDI standard. When you create the service that processes your EDI documents, you add logic to invoke the provided built-in services. | |
8 | Use the wm.b2b.edi.util:generateFA service to generate and send functional acknowledgments (FAs) for EDI documents. | |
9 | Form EDI documents to be sent outbound. |