cancel
Showing results for 
Search instead for 
Did you mean: 

Seperating business exceptions and System exceptions

Former Member
0 Kudos

Hello All -

We are developing couple of mediated services using SAP PI 7.0. Below is our requirement

1.When the service producer indicates a business exception (it might be either a SOAP fault or error code coming as part of SOAP body) , it should be converted as BusinessException before throwing back to the consumer

2. When the service producer indicates a System exception (it might be either a SOAP fault or error code coming as part of SOAP body) and there is a system failure in SAP PI, it should be converted as System Exception before throwing back to the consumer

My previous experience was with IBM Process Server, where it allows to do this. Can I achieve the same with PI 7.0

Thanks in advance

Rajeev

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey,

Are you using a bpm....?

regards,

Milan

Former Member
0 Kudos

Hi Milan-

Thanks for the reply. We are not using bpm, since one of our expert told us that it can be a performance overhead.

Is bpm the only solution for implementing this way?

-Rajeev