cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Web Services and Usage of SOAP

Former Member
0 Kudos

Hi All,

How to handle 3 million messages per day using WebServices & SOAP? Do I need to setup an Asynchronous or Synchronous Scenario?

But If I use Synchronous Scenario, imagine for 3 million messages, XI server has to send response back to sender.

Please guide me on this.

Regards,

Prakhya

Accepted Solutions (0)

Answers (3)

Answers (3)

ravi_raman2
Active Contributor
0 Kudos

Prakhya,

This is a decision...which you might need to take back to the drawing board....

1) Check what messages need responses....those that don't need it ...do a async....

Regards

Ravi Raman

Former Member
0 Kudos

sorry!!!

Former Member
0 Kudos

Hi Sreinivas,

<b> Do I need to setup an Asynchronous or Synchronous Scenario?</b>

thats depends upon ur requirement!!if u need the response of SOAP request then ur scenario will be synchronous.may be u can split the scenario into 2.

1)consume the webservice

2)response from the reciver to the sender...

it may decrease the overhead...

regards

biplab