Module for EDI 9.12 | Building Services with EDI Module | Part II WmEDIforTN Package | WmEDIforTN CrossRef Folder | Summary of Elements in this Folder | wm.b2b.editn.crossRef:getEnvInfo
 
wm.b2b.editn.crossRef:getEnvInfo
WmEDIforTN. Obtains interchange sender/receiver pair information from the EDIEnvelope table, which is a module-specific table in the Trading Networks database.
You define interchange sender/receiver pair information if you want to process EDI documents at the group level.
Input Parameters
senderID
String The sender ID of the interchange sender/receiver pair information you want to retrieve.
senderQual
String (optional) The sender EDI ID qualifier of the interchange sender/receiver pair information you want to retrieve.
receiverID
String The receiver id of the interchange sender/receiver pair information you want to retrieve.
receiverQual
String (optional) The receiver EDI ID qualifier of the interchange sender/receiver pair information you want to retrieve.
productionMode
String (optional) The production mode associated with the interchange sender/receiver pair information you want to retrieve. Valid values are Production (default), Test, or Custom.
Output Parameters
envInfo
Document Parameters defined for the interchange sender/receiver pair.
Key
Description
inboundInfo
Document Parameters for processing inbound documents.
Key
Description
verifyCtrl
String Whether to verify the inbound control number. The value will be either yes or no.
createDoc
String Whether the Interchange document should be saved. The value will be either yes or no.
GSSenderQual
String The EDI ID qualifier that corresponds to the sender value on the group header. If the value is *, the EDI ID sender qualifier of the interchange header is used.
GSReceiverQual
String The EDI ID qualifier that corresponds to the receiver value on the group header. If the value is *, the EDI ID receiver qualifier of the interchange header is used.
outboundInfo
Document Parameter used for outbound processing. That is, delimiters and some field values in the Interchange header segment. For the exact contents, use the Developer to view the wm.b2b.e3ditn.crossRef:envInfo IS document type, which is the IS document type that the envinfo parameter references.
Usage Notes
*Delimiters are inside of the outboundInfo parameter. The output (outboundInfo) of this service can be used as input to the wm.b2b.edi.util:addICEnvelope, wm.b2b.edi.util:addGroupEnvelope, and wm.b2b.edi.util:addICEnvelopeEDIFACT services.The ID and EDI ID qualifier pair can be either the interchange or group level.
*You can define and view interchange sender/receiver pair information from the WmEDIforTN home page by clicking on the Interchange Info link.
*For more information about processing levels and interchange sender/receiver pair information, see the chapter on defining partner information in webMethods Module for EDI Installation and User’s Guide.