Hello,
a PI scenario sends multiple web service requests within a very short timeframe using a SOAP receiver channel. Is there any standard configuration functionality available to establish a HTTP persistent connection with a SOAP receiver channel? Target is that no new connection for every request is openend but to use a single connection for sending multiple requests to the web service provider.
Thank you for your advice!