cancel
Showing results for 
Search instead for 
Did you mean: 

webservice proxy connection close

Former Member
0 Kudos

Is it possible to force connection close on a webservice proxy client?

I have genarated a WebService Proxy Client classes, all Stub classes works fine when Endpoint is available.

Sometimes the Webservice Endpoint is busy but available and is not able to handle request so my client hangs and is waiting for connection and response datas.

At the moment the only solution is to restart the Endpoint to solve the problem.

I have refer SAP Note 826419 but the socketTimeOut only take effekt if Webservice Endpoint is not busy but to slow to send response.

Can i programmatically force connection close for busy prozesses?

Some hints?

thx

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member727495
Discoverer
0 Kudos

Hi.

Could you resolve  your problem? I have a similar problem and I nedd to close the proxy connection.

Thank you.

Former Member
0 Kudos

No idea?

Is it possible to set Timout for Webservice RPC Client?