Hello, All
I am trying to give my app timeout of accessing CS web service if it takes too long. Is that some kind of default? Do we have options to configure it?
Thanks.
Tim
Tim,
There are timeouts for the web services. These are defined in the service bindings, but can be changed by the client. We found that we had to increase a couple of the timeouts when uploading/downloading large files. We changed the ContentService and DocumentManagement bindings from 1 minute to 10 minutes as below.
receiveTimeout="00:10:00"
sendTimeout="00:10:00"
Mark Hamby Gen3 Technologies