cancel
Showing results for 
Search instead for 
Did you mean: 

how to schedule a message based on the content

Former Member
0 Kudos

Hello!

I want to receive a async SOAP-message in XI and send it to the destination not before

sy-datum >= content of payload-field.

I.E:

<message>

<contractnumber>4711</contractnumber>

<datefrom>20100901</datefrom>

</message>

The Destination Interface (Inbound Interface) sould be called the 09.Sep. 2010 or later.

Quality of Service = Exactly once. Not EOIO.

Any idea?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I too agree with Abhishek. If the hold time is more in XI (message) then the message will be timed out.

The work around for this to have a Availability time check to pick the files.

former_member200962
Active Contributor
0 Kudos

better if the message is triggered from the source after sysdate> payload date ..... if the hold duration is more in XI then the message may timeout.

samiullah_qureshi
Active Contributor
0 Kudos

I agree with abhisek. It has to be done at sender side. On PI message will face timeout.