Question
How do I get exception details from third party services (SOAP Connectors are created by Connector Wizard) ? We get only "SOAP Service Failed" message.
Hi all,
I am currently creating my SOAP Connectors with wizard on Pega 7.1.7.
And I want to see the details of fault exceptions that are thrown by third party services.
I have tried a number of ways to do that;
-Catch the exception detail with try-catch block in java,
-Catch the exception detail with try-catch block in an activity
-Look into the clipboard to see if exception detail already exists.
-And I create manually the XSLT request and response files, the service, and an activity that calls the service. By this manually created service, I can catch the exception detail. But I don't want to use this way because of loosing the benefits of connector wizard. And this way also brings a lot of rework for existing connectors. I want to take advantage of connector wizard and ofcourse don't want to do that much rework.
Any help is appreciated.
Thank you.
Hi,
A SOAP fault is an error in a SOAP communication resulting from an incorrect message format, header-processing problems, or incompatibility between applications. When a SOAP fault occurs, a special message is generated that contains data indicating where the error originated and what caused it. The properties on the faults tab allows us to map the faults details returned and handle the error appropriately.
I guess this might be helpful for you.
Regards,
Ravi