cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Messages

Former Member
0 Kudos

I will be sending synchronous messages from webservice, SOAP -> XI -> R3.

I have the following questions,

What happens, when messages is received successfully by XI.. but R/3 is down? Will the soap message that is waiting for response back from XI time out and receive a exception message?

and would XI keep retrying to send this message to R3 and once successful, try to send the response back to original SOAP message (which may no longer be waiting). I am assuming, XI will not retry for synchronous messages...

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Will the soap message that is waiting for response back from XI time out

yes the message will retuls in a timeout error

>>>>and would XI keep retrying to send this message to R3 and once successfu

no sync messages don't do that - just one try till the timeout

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

HI SSG,

If R/3 is down while XI is making the call, it will throw an Error.. If you handle this error in the BPM and if you send this exception to SOAP sender then you can complete the Process. Otherwise it will be in error status. SOAP sender will be waiting for the response, but it will throw an error once it did not get the response from XI..(Either positive or negative)

I think,XI will not retry for the synchronous messages..

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

Krishna, can you elaborate on the exact steps for handling it through BPM?

Former Member
0 Kudos

duplicated post.. deleted

Former Member
0 Kudos

deleted

Former Member
0 Kudos

deleted

Former Member
0 Kudos

deleted