cancel
Showing results for 
Search instead for 
Did you mean: 

Error reporting with web service call

Former Member
0 Kudos

Hi Experts,

We have a unique requirement of logging errors or exceptions throughout the message lifecycle to a Logging System via a web service call.

If error occur during message processing, is there any way to trigger an error message from every step of message pipeline which will invoke a web service ?

Please share your views on it.

We are using PI7.3 Java only stack.

- Shri

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

the best way to handle this will be via a BPM where you have the luxury of exception handling at any stage in the processing.

Else in case of say alternate option, instead of message mapping you will need to write a java mapping and then using try catch, handle the exception and then raise a SOAP call from within the mapping. Personally, i wouldnt recommend this

Former Member
0 Kudos

Hi

You can try using a try/catch block in your UDF and write the logging lookup logic in catch block.

It can catch some exceptions(For example response message parsing). Just give a try.

And let me know the result.

Thanks,

Dhanish