Module for EDIINT Version 8.2 SP1.November 2013 | Installing and Using EDIINT Module | Using EDIINT to Deliver Outbound Documents | Using the wm.EDIINT:send Service to Send EDIINT Documents
 
Using the wm.EDIINT:send Service to Send EDIINT Documents
Module for EDIINT provides the wm.EDIINT:send service to send EDIINT documents. This service performs all the necessary EDIINT transport-level processing.
To use the wm.EDIINT:send service:
*Set the wm.EDIINT:send service input variables as necessary. You must create a java.io.InputStream from the EDI or XML data and pass it to the input variable data/stream. For a description of key input variables, see Setting the Input Variables for the wm.EDIINT:send Service.
Also, you must create a java.io.InputStream for each attachment you send with an EDIINT message.
For a complete description of this service, see webMethods Module for EDIINT Services.
*Invoke the wm.EDIINT:send service from a service that you create.
Important:
Do not invoke the wm.EDIINT:send service directly from the Trading Networks Execute a Service processing action. Doing so will produce processing errors. The service that you create to invoke the wm.EDIINT:send service can be invoked directly from the Execute a Service processing action.