cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture or change transient acknowledgement in BPM

Former Member
0 Kudos

Hi, I have an asynchronous Send Step in my BPMwhich expects an Application Acknowledgement. I am calling an existing SAP Inbound proxy which is returning a transient ack in case of Application error. This Ack cannot be handled in BPM.

Is there a way to change the Ack to Permanent ? Or suggest some way to handle it in BPM.

Thanks, Piyush

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
I am calling an existing SAP Inbound proxy which is returning a transient ack in case of Application error.

How is the ACK returned? In form of a XML message? Create a response structure which will have your Main Response Message and also fields for the ACK message.....get this message into BPM.....make a check in the BPM (using SWITCH) and check if the node containing ACK fields is existing....if yes then proceed as per the business needs.

Accordingly the proxy should be configured to populate the ack details.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

I dont think this is possible as I am invoking an ASYNCHRONOUS proxy.

Please confirm.

regards,

Piyush

former_member200962
Active Contributor
0 Kudos
I dont think this is possible as I am invoking an ASYNCHRONOUS proxy.

The PROXY mode should be SYNC

Former Member
0 Kudos

Thats the tragedy my friend...Had it been a SYNCH proxy I would have captured the response easliy.

But as I mentioned, I am invoking a Standard ASYNCH proxy.

Any suggestions???