cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger email alert if SOAP adapter response is taking 60 secs with setting timeout error

former_member200386
Active Participant
0 Kudos
164

Hi Experts,

I have a requirement where i need to trigger email alerts for my synchronous SOAP channels are responding the calls beyond 60 secs without cancelling the messages.

Thanks,

Pavan T

View Entire Topic
former_member183816
Active Participant
0 Kudos

hi,

You need to make the SOAP synchronous call within ccBPM (ABAP stack) or BPM (Java stack). Configure a wait timer for the response, if it's greater than 60 sec, send an email within the integration process (custom alert, as its not getting generated from alert framework).

Thanks,

Ambuj