Doing some webservice requests. Pulling data from 10-12 different business servers.
Sometimes one service will hang and ultimately timeout by default settings of 1 minute.
I don't wait to wait the whole minute so I need to reduce the time to 10 or 15 seconds per service.
I'm looking at three attributes I can set for the basicHttpBindings; open timeout, send time out & receive time out. Rend & Receive are easy.
My question is: Is the open timeout attribute inclusive of the send and receive attributes together?
I think it is but just want to make sure.
Thanks
-dan
Sometimes one service will hang and ultimately timeout by default settings of 1 minute.
I don't wait to wait the whole minute so I need to reduce the time to 10 or 15 seconds per service.
I'm looking at three attributes I can set for the basicHttpBindings; open timeout, send time out & receive time out. Rend & Receive are easy.
My question is: Is the open timeout attribute inclusive of the send and receive attributes together?
I think it is but just want to make sure.
Thanks
-dan