Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI TRADACOMS Folder | Summary of Elements in this Folder | wm.b2b.edi.tradacoms.compose:startTradacomsTransmission
 
wm.b2b.edi.tradacoms.compose:startTradacomsTransmission
WmEDI. Creates an STX segment for a transmission. This service returns a TRADACOMS transmission object.
Input Parameters
STX
Document Contains the following information needed to create an STX segment:
STX01
Document
*STDS01 String Syntax rules identifier.
*STDS02 String Version.
STX02
Document
*FROM01 String (optional) Identification of transmission sender Code.
*FROM02 String (optional) Identification of transmission sender Name.
STX03
Document
*UNTO01 String (optional) Identification of transmission recipient Code.
*UNTO02 String (optional) Identification of transmission recipient Name.
STX04
Document
*TRDT01 String Date of transmission.
*TRDT02 String (optional) Time of transmission.
STX05
String Sender's transmission reference.
STX06
String (optional) Recipient's transmission reference.
STX07
String (optional) Application reference.
STX08
String (optional) Transmission priority code.
outputFileName
String (optional) The file to which to write the document to disk. If this field is blank, the document is held in memory.
FormatInfo
Document (optional) Format information used to create an STX segment.
encoding
String The encoding used to write the document to disk.
includeRSGRSG
String (optional) Whether the service creates an RSGRSG message as the last message in the output document.
Value
Meaning
false
Do not create an RSGRSG message.
true
Create a transmission with an RSGRSG message as the last message in the output document. This is the default.
Output Parameters
TradacomsTransmission
Object Used to write transmission information to disk or to memory. If the document exceeds the Large Document threshold, or if the outputFileName is specified, it will be written to disk. Otherwise, the completed document will be held in memory. For information about the Large Document threshold, see the chapter on handling large documents in webMethods Module for EDI Installation and User’s Guide.