Trading Networks 10.7 | Administering and Monitoring B2B Transactions | webMethods Module for EDI | Generating Acknowledgments | Determining How Module for EDI Reports FA Status | syntaxErrorStatus Parameter
 
syntaxErrorStatus Parameter
The syntaxErrorStatus input parameter to the generateFA service indicates how you want the service to report the syntax error status. syntaxErrorStatus indicates whether syntax errors exist in the transaction, group, or UN/EDIFACT interchange, for example, missing mandatory elements, violation of syntax rules, invalid field lengths, code list violations, or segment repeat counts exceeded.
The following table describes the values of the syntaxErrorStatus input parameter and their meanings:
Set syntaxErrorStatus to...
When you...
Rejected
Want the generateFA service to reject the element (for example, the transaction) because of syntax errors.
Reports the syntax error status as:
*"Accepted" if there are no syntax errors
*"Rejected" if there are syntax errors
Accepted, But Errors Were Noted
Want to know whether there were syntax errors, but do not want to reject the element (for example, transaction) because of syntax errors.
Reports the syntax error status as:
*"Accepted" if there are no syntax errors
*"Accepted, But Errors Were Noted" if there are syntax errors
Accepted
Do not want to check for syntax errors.
Always reports the syntax error status as "Accepted" regardless of whether there are any syntax errors.