function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aj2tayloaj2taylo 

Workflow Outbound Message and Response

Hello,

I'm new to the salesforce system, and have inherited a site that utilizes its features.  We currently have in place a workflow and outbound message. 

In the SOAP XML, there can be multiple Notification nodes, which we need to process individually.

The problem I'm encountering is managing the response and error handling.  Is anyone familiar with setting the SOAP response to reply to multiple notifications individually, so I can update each workflow's corresponding object individually?

Any feedback/direction/advice is appreciated.

Thank you,

AT
SuperfellSuperfell
The response is a single ack/nack of the entire request (and thefore for the 1..n notifications it contains), its not possible to ack/nack individual notifications that are in a single soap message.

Elux_SteveElux_Steve
Can you tell me more about the error?  I dont understand you response
cavnebcavneb
I would also appreciate clarification on this.  I am having a terrible time creating a simple outbound message listener in ruby.

Thanks,

Berry