Module for EDI 9.12 | Building Services with EDI Module | Part II WmEDIforTN Package | WmEDIforTN Util Folder | Summary of Elements in this Folder | wm.b2b.editn.util.reprocess:listUnprocessDoc
 
wm.b2b.editn.util.reprocess:listUnprocessDoc
WmEDIforTN. Retrieves a list of EDI documents that were not processed due to a validation error.
Input Parameters
type
String Specifies the types of EDI documents that you want to retrieve. Specify one of the following:
Value
Meaning
Duplicate
List EDI documents that were not processed because they contained duplicate control numbers.
OutOfSequence
List EDI documents that were not processed because they contained control numbers that were out of sequence.
Rejected
List EDI documents that were not processed because they have FA statuses that are defined as unacceptable.
You define what the acceptable and unacceptable FA statuses are using the FAGeneration/processDocument EDITPA variable. For more information, see the section about automatic FA generation in the chapter on optional inbound processing when using Trading Networks in the webMethods Module for EDI Installation and User’s Guide.
Output Parameters
docList
String List A list that contains the Trading Networks internal IDs for the retrieved EDI documents that match the type you specified.
Usage Notes
To obtain the content for an EDI document, invoke the wm.tn.doc:view service, supplying the Trading Networks internal IDs. For more information about the wm.tn.doc:view service, see the webMethods Trading Networks Built-In Services Reference for your release.