Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI TemplateMgr Folder | Summary of Elements in this Folder | wm.b2b.edi.templateMgr:getTemplate
 
wm.b2b.edi.templateMgr:getTemplate
WmEDI. This service is deprecated.
Constructs a namespace name for a flat file schema based on a specified formula.
Input Parameters
name
String The name of the template that you previously saved, e.g., 850.
packageName
String (optional) Ignored.
standard
String (optional) The name of the EDI standard for which the template is used, e.g., ANSI, UNEDIFACT, UCS, VICS, ODETTE, or EANCOM.
version
String (optional) The standard version of the transaction set for which the template is used, e.g., 4010 for ANSI X12, or 98A for UN/EDIFACT.
Output Parameters
templateObject
Document If the flat file schema was created following the standard described in the following "Usage Notes," this parameter contains a String called templateName that gives the namespace name of the corresponding flat file schema.
Usage Notes
The location of the schema (the naming convention) is determined as follows:
*EDIFFstandard represents the EDI standard (e.g., X12).
*version represents the EDI standard version (e.g., 4010).
*name represents the EDI transaction (e.g., 850).
For example: EDIFFSchema.X12.V4010:T850
If the migration utilities are used to move templates from version 4.x to 6.x, they will have been created using this naming convention.