Overview
The exchange of business documents is known as the process flow. In any BusinessConnect Container Edition process flow, two types of messages are exchanged:
- Public messages or operations
- Private messages. See Private Messages
About Services Plug-in Operations
About Schema Validation in the Services Plug-in
- Caching of Schemas
- The referenced schema is updated in the validator cache during runtime validation, in the same way as if it was saved through the GUI.
When a schema is used by reference, you do not observe any schema changes in the referenced object but you could see the change on the reference instead. This means that the BusinessConnect Container Edition configuration store does not scan the referenced object each time the validation occurs, but it instead indicates if there is a change in the uploaded file object. You need to update the reference in the GUI — re-save the schema reference — and the new referenced object is updated in the cache.
See also Validation Schema Name for more information about how to choose which schema to use: XSD or DTD.
Duplicate Message Detection
The Services Plug-in allows both incoming and outgoing public messages to be verified for duplicates. A message is determined to be a duplicate based on the certain message field values such as transactionID, operationID, and so on.
For each message, a message digest from the predetermined fields is created and stored in a table. If any subsequent message has the same message digest, it is considered to be a duplicate message. If requested by the user, all incoming requests are checked for duplicates.
Both the inbound and outbound requests for a trading partner can be configured for the duplicate detection.
If the duplicate detection for the outbound messages is enabled, all the incoming private process messages are checked for duplicate detection. If a request is found to be a duplicate, the transaction is terminated and an error advisory is sent to the private process.
For the inbound requests, the private process is notified by setting the duplicate field to true, while it is up to the private process to take further action.
