on 2017 Dec 11 9:29 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.