Sending a Process BOD and receiving an Acknowledge BOD

When an action to read the database is specified and the used verb is Process, the database connection point will asynchronously receive an Acknowledge BOD in reply.

To handle this Acknowledge, define an additional action to write the database, using the same document name as used for the Process BOD, and select the Acknowledge verb.

So, finally two actions are defined in the database connection point:

  • A read action to send the Process BOD
  • A write action to handle the corresponding Acknowledge BOD

The handling of the Acknowledge is optional for database connection points. If no action is defined to handle the Acknowledge, the Acknowledge BODs are ignored.