Salesforce SOAP Message Notification Limit
Summary:
We have an integration from Salesforce to Oracle SaaS using OIC .
Outbound SOAP message with notifications were used to send the invoice lines to OIC.
A single SOAP message can include up to 100 notifications. Each notification contains the object ID and a reference to the associated sObject data. In SF, we are using outbound message to send each invoice line information. One outbound message contains one invoice line data.
When the invoice has more than 120 lines, SF combines the first 100 outbound messages(notifications) to one file and then create another file for rest of the lines(say 20).
Any thought how to get around this issue?.