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

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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Pavan T,

Alert is designed to be triggered when an error occurs except the file sender not polling case.

We need create/manipulate the error to trigger the alert.

As for your requirement, let's imagine that, we set a timeout value to 60s, if it passes, the timeout error will occur.

Also,the alert will be triggered, but you said this is synchronous, which means the error message cannot be resent,and the message processing has been cancelled. You have re-send it from scratch i.e. from sender side.

So your requirement seems difficult.

Regards,

Liz