Hi All,
we are using Standalone proxies and my client is using StandloneProxy to make a call to web service(CRM System)..
Do we have any connection pooling concept in web services as we have for Jco ???
1)Lets consider I am sending one stateful webservice request to my ABAP system.So it will open a connection C1.
Now I am making another call different brwoser .So it will open anothe connection C2 and so on....Right ? In this case where the connection pooling comes into the picture ?
2) Now consider another scenario.If the users who opened the connections C1 and C2 are idle and not doing any tasks for 5 mins (Timeout is 30mins) and If another new request comes in then can we reuse these idle stateful connections ?? If so how ?
Thanks,Anilkumar