Question
2
Replies
1179
Views
Accenture
Posted: March 29, 2020
Last activity: April 18, 2020
How to handle exceptions in Pega application when we are connecting to another system services using SOAP & REST?
** Using SOAP & REST
How to handle exceptions in Pega application when we are connecting to another system services using SOAP & REST?
How do you handle service errors when you are connected to the other system service? Service may go may down or service is not giving response in correct time how do we handle such type of exceptions?
Thanks,
***Edited by Moderator: Pallavi to update platform capability tags***
Hi ramakrishna
Could you try to use "onexception jump to the Step " in the transition of the connector step based on response code.
Also, you can check a few links might help you out too
https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#rule-/rule-connect-/connectorexceptions.htm
https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#rule-/rule-connect-/rule-connect-soap/faults.htm
https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#rule-/rule-service-/rule-service-soap/faults.htm
Thank You.