cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter - Sender Channel (Multithread)

Former Member
0 Kudos

Hello SDN'ers,

Does SOAP Sender Channel capable of handling multirequest parallel? Is it Multithreaded?

my scenario is:

SOAP Client -


> SOAP Sender Channel -


> XI <----


> RFC

(Sends Request

- Async)

If yes then, can any body give me a hint, How to make the SOAP Sender channel capable of handling the request parallel.

Thanks & Regards,

Satish.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I guess by multi thread you mean calling the SOAp sender multiple times in parallel. Yes this should be possible...However in the receiver side make sure your XI to RFC connections has multiple connections...No of connections parameters in the RFC adapter..

Regards,

Arvind R

Former Member
0 Kudos

Hi,

Not sure and never tried but I guess it is multithread in case of sync requests (over http) otherwise XI wont be able to handle parallel multiple request from various senders (i.e. Flight booking, banking request) etc.

Regards,

Gourav