When is a Synchronous Service Operation actually published when triggered from an app engine?
I have a custom application engine that retrieves the data from a view. A Synchronous Service Operation is triggered for each row returned.
The view has around 29,000 rows. Therefore; it will publish around 29,000 service operations.
I do not see these service operations immediately in the Synchronous Service Operation Monitor or in the PSIBLOGHDR table.
They do not appear in the monitor until the application engine completes.
When is the Synchronous Service Operation actually published when triggered from an app engine?