Question
4
Replies
212
Views
Posted: June 25, 2017
Last activity: October 16, 2018
Closed
how can we identify / recognise an exception occured is internal(service-soap) or external(web service) while using connect-soap ?
While running connect-soap, if any exception occurs then how can we know that the exception is caused due to soap service or web service.
I was familiar about soap faults and transition step.
Anyone please do let me know if possible with an example.
Thanks
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
If there is any issue in external web-service which is out of Pega's context, Pega application won't be able to know the error unless it is propagated from target system to PRPC.
Internal errors like end point is not reachable, Axis2 exception, parsing and etc can be tracked and found in pyTempDataPage while Connect-SOAP is being executed. So based on the type of error on step page while executing connect-soap you can get idea of internal or external error.
Pls elaborate you if have some more specific example to explain your exact requirement.