cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP keep-alive with SOAP receiver CC?

Former Member

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!

Accepted Solutions (0)

Answers (3)

Answers (3)

sthekkel01
Explorer
0 Kudos

Hello,

I have a similar situation. Do you mind sharing how you resolved this situation?

former_member186851
Active Contributor
0 Kudos

Hello Florian,

you can reuse the same Soap receiver channel.

former_member192851
Active Participant
0 Kudos

Soap receiver channel closes connection after data transfer and open another. What do you mean by "reuse the same Soap receiver channel"?

former_member186851
Active Contributor
0 Kudos

Hello Artem,

Sorry I misunderstood the question..ignore it.

former_member192851
Active Participant
0 Kudos

Up!