Public Method

The PublishEvent method is available in the public library. The method name is <prefix>.PublishEvent.

The input/output for this method:

  • Input request (long): xml containing the PublishEvent request. Include the control attributes and data area in accordance with the BDE standard. In the data are, include the complete business object instance where possible. From the application point of view it may be sufficient to only include an identifier (such as an order number). But that means that no filtering can be applied on any other attributes or components.
  • Output response (long): xml containing the response. Because the error handling is done inside the PublishEvent method, it will only contain a single ‘PublishEventResponse’ node. It must be cleaned up using xmlDelete() after invoking the method.
  • Output result (long): xml containing the result. Because the error handling is done inside the PublishEvent method, it will always be empty.
  • The return value will always be 0.