How to do exception handling for SOAP Connection to Legacy System
I have a requirement of connecting to Legacy System for SOAP Call. I need to make 3 attempts for connecting to that system , there should be 5 mins waiting period between the calls. If the connection fails we have to log the message. Is there any Easy and best way of implementing the Connect-SOAP in Pega for multiple attempts. Does pega gives any Out-Of-Box features for handling Connection exceptions. ?