Trading Networks 10.7 | Administering and Monitoring B2B Transactions | webMethods Module for EDI | Creating Clients that Send EDI Documents to Integration Server | Creating the Service the Client Invokes to Handle EDI Documents
 
Creating the Service the Client Invokes to Handle EDI Documents
 
Logic to Include in the Service to Form an EDI Document
Validating the Input Internal-Format Document When It Is an IData Object
Adding UN/EDIFACT Envelopes
You create a service that the client invokes to process EDI documents. How the client identifies this service depends on whether you are sending the EDI document to Integration Server via HTTP, FTP, or File Polling. For more information, see “Identifying the Service to Invoke” in Sending EDI Documents to Integration Server via HTTP, Sending EDI Documents to Integration Server via FTP, and Sending EDI Documents to Integration Server via File Polling.
The Tutorial.XMLtoEDI:processXMLSource service in the WmEDIsamples package converts an XML document into an outbound EDI (ANSI X12) document. The WmEDIsamples package is located in the Knowledge Center Samples area on the Empower Product Support website at https://empower.softwareag.com.
Important:
Delete the WmEDIsamples package before going into production.