Hi
I have two questions considering SOAP adapter.
I have created a SOAP service in XI and it works. Now the non-functional requirements for this service are very high. Specially I am in trouble with two things.
The service must give up real quick. If XI has not managed to give out the answer with 10 seconds it should send the time-out error message to the client. The trick is... for all other scenarios in the same integration server, the time-out must be a lot bigger.
Is it possible to set the time-out parameter for a specific SOAP sender communication channel? If Yes, then how?.
The second ting.. maybe it is not a issue at all. Are synchronous soap calls processed in parallel? Or do I have to set some parameter to enable parallel processing (the SOAP service is estimated to receive about 4 request per second and if each request takes some 0,5-0,6 seconds to answer - there is a definite need for parallel processing.
Could somebody led some light on these issues. Thanks...