cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Exception Handling

Former Member
0 Kudos

HI Experts,

i have following bpm scenario:

........................... mapping --> sync call

sync(reqest) -> ......................................-> sync (response)

........................... mapping --> sync call

for the sync calls in the middle of the bpm i have defined 3 fault messages. For each fault messages i have a seperate exception branch. Mybe i need only one but this is not the problem.

My problem is that a can caugth the fault messages in exception branch but I don't know how to send the fault message back to sender.

Is it possible to send the fault message back?

Regards,

Björn

Edited by: Björn Bokelmann on Oct 20, 2010 11:40 AM

Edited by: Björn Bokelmann on Oct 20, 2010 11:40 AM

Edited by: Björn Bokelmann on Oct 20, 2010 11:40 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member189420
Active Participant
0 Kudos

Hello Björn,

As I understand, to send the fault message back to the requester you need to have another mapping for the fault response message. If you want to raise execption when you receive a fault message you can use the control step to do it.

Regards,

Anand Patil

Former Member
0 Kudos

HI,

thank you for your commend. I don't think that i need a mapping program since both fault message are same type. But I don't know how to access the fault message in bpm. I can create the exception branch but there is no option to assign the fault message to variable. Also i find no option to send the fault message in close sa bridge step.

Any idea?

Regards,

Björn

Answers (0)