cancel
Showing results for 
Search instead for 
Did you mean: 

How can i check for duplicate messages in a SOAP Channel?

0 Kudos

Im developing an interface : POS->PI->POSDM, i need to avoid duplicity in PI, can anyone help me? regards.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Rene,

What are you understanding by duplicity?, if your scenario is asynchronous you can set it with quality of service exactly once, EO.

If the sender sends two times the same message the PI cant know if the second message is the same because the message will be generated with different message ID,

The unique solution that i know if to do this control in the receiver system, or more complicatad to find an unique payload value between message, to stored it in a PI table (abap or java) and during to mapping to check this value in order to forward the message or to throw an exception.

Regards.

Answers (0)