Error message handling in Integration Process
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
Former Member replied
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.