PilotFish Technology's Validation Server - Government
The Validation Server enables the automated validation and certification of trading partners' messages to standardize initial and ongoing information exchange. A company that is receiving the same messages from multiple trading partners can "publish" their message formats and rules to allow the trading partners to test their message transactions before going "live".
Because Validations are configured using the XCS eiConsole and deployed to the XCS eiPlatform in exactly the same way that interfaces are deployed, there is enormous flexibility relative to the Submission, Validation, and Responses to test messages.
Submission
The Validation Server can accept incoming "test documents" through a variety of protocols, including but not limited to email, HTTP, HTML Form, and FTP. A trading partner wishing to validate their messages may submit those messages in any of a variety of different ways. For instance, a developer wishing to test a transaction may alternatively:
- Send an email with "TransactionName Transaction Test" in the subject line
- Post the XML to test.yourcompany.com/TransactionName
- Select "TransactionName" from a drop-down on a web page
- FTP a file to the "TransactionName" directory on test.yourcompany.com
Validation
Inbound test documents can be subject to any required validation through a "pluggable" validation architecture. Validation rules can be expressed in XML Schema, Schematron, or in a custom XML validation dialect.
Validation models can be "layered", where a number of different models are applied to the same instance document. For example, the same document may be validated against:
- TransactionName Schema Validation
- TransactionName Certification Rules
- TransactionName Your Company-Specific Implementation Rules
- TransactionName Trading Partner-Specific Implementation Rules
Most standards organizations can provide the "standard" validation rules. Your organization and your trading partners can also submit validation requirements to be deployed to the transaction Validation Server. Using this feature, a trading partner can ensure that their messages are not only industry standard certifiable, but that they can be consumed by your organization.
This approach also has the benefit of exposing those areas where partners' interpretations are at odds with yours, or with the standard itself.
Response
Validation results can be produced as XML, or as a human-readable HTML report. This report enumerates the rules executed against a particular instance document, the success or failure of the aforementioned rules, and any relevant details in the case of a failure. The report is returned to the submitter through the appropriate transport protocol (email, HTTP, web page, FTP, etc).
|