cancel
Showing results for 
Search instead for 
Did you mean: 

Error message handling in Integration Process

Former Member
0 Kudos

How to use the fault message type? when define the fault message type for inbound message interface, how to output that fault message?

hope from your helps

Thanks,

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

A fault message is usually sent from the receiver system to the sender system.

<i>when define the fault message type for inbound message interface,</i>

We usually use fault messages when we need the receiver to report an application error to the sender.

<i>How to use the fault message type?</i>

In order to use these fault messages, we need to make use of the data type exchange fault data.

We need to create a message type which has exchange fault data as the message type.

When we create an outbound synchronous interface, we need to specify this fault message type.

<i>how to output that fault message?</i>

This i am not very sure.

But we must be able to map it to a similar structure, and send it as a file to a file server.

Regards,

Smitha.

Answers (1)

Answers (1)

former_member91687
Active Contributor
0 Kudos

Hi Spring,

Have you looked at this?

Regards,

Chandra