cancel
Showing results for 
Search instead for 
Did you mean: 

convert application error to system error

Former Member
0 Kudos

Iam facing an issue in BPM, Iam triyng to access to a webservice using synchronous send step, and I ahve an exception branch to catch the syetm error and fault message. Eventhough I specified fault messages, application error was not properly recognized. For this Iam trying to write an adapter module.

In that adapter module I want to access the error in runtime environment, massage the application error look like system error.

Iam lookign for info like, how do I access the error in runtime environment and covert it to look like system error so that BPM could see that as a system error.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can't "convert" application error to system error.

But if you are unable to catch the fault message coming from the web service, then use parameter "XMBWS.NoSOAPIgnoreStatusCode" = true in receiver SOAP channel -> Module tab -> module configuration -> module key = soap.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Vamsi,

As per my understandiong Application errors different with System errors. so i dont think we can convert application error to system error.

you need to find other way to handle applications error.

Regards,

Raj