cancel
Showing results for 
Search instead for 
Did you mean: 

Error while sending multiple requests to same scenario at same time

Former Member
0 Kudos

Hi

Our scenario is to send around 60 diffrenet stores to XI which will trigger webservice and get the response back.

When i m executing around 7 to 8 stores i am getting the proper response. But when I m trying to execute around > 10 stores all the messages are failing.

Is it problem with the XI. means because of sending mulitiple requests at same time to same scenario. Or is it failing at webservice end.

But i am getting " REQUEST TIME OUT" error from webserice.

Please suggest us.

Regards

Sowmya

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

This may be because your receiver is unable to respond to all the messages in appropriate time. The default timeout duration is 5 minutes. But you may change the behaviour using adapter module. Refer SAP Note 893713.

Regards,

Prateek

VijayKonam
Active Contributor
0 Kudos

You might want to re-design your scenario to send all the stores data in one message if that is possible. You did not mention how you are sending data to XI i.e the sender adapter used. Is it a SOAP receiving scenario? Time Out error could be resulting from the receiving web service.

VJ