Question
cognizant
cognizant
CA
cognizant
Posted: Jul 7, 2017
Last activity: Jul 17, 2017
Last activity: 17 Jul 2017 9:14 EDT
Closed
Solved
Retry in Data page when calling external service like soap
Hello,
How to retry when you get the error in connect soap calling from data pages as data page doesn't connection flow problem ?
Thanks,
Lalit
Hi Lalit,
Examples of handling data source errors
Pega 7 provides several tools for handling data source errors. A good place to start is the data transform pxErrorHandlingTemplate. This data transform has sample actions that you can use for common data source error-handling tasks, including:
)
Hi Lalit,
Examples of handling data source errors
Pega 7 provides several tools for handling data source errors. A good place to start is the data transform pxErrorHandlingTemplate. This data transform has sample actions that you can use for common data source error-handling tasks, including:
)
You can either copy the logic from the template into your response data transform or save the template to your class and ruleset to create your own error handling transform that can be reused across sources. All rows start in a disabled state, so remember to right-click and enable actions that you want to use and customize.
You can also pull in data from a different data page instead of using the normal DataSource page when it has errors. Examples of this include:
Reference Link.
Hope this information might be helpful to you.
Regards
Mahesh