Home
TeamSite
Connection Timeout for CSSDK SOAP Server
System
I've noticed that if the CSSDK SOAP server is unreachable for some reason, then it takes a long time (abt 5 mins) to throw an exception for the API.
In the API, is there any way to specify that irrespective of the Server timeout, dont wait for more than 'x' mins?
Alternatively, where can I change the SOAP Server connection timeout setting?
TIA
Find more posts tagged with
Comments
Migrateduser
I found out that idle timeout can be specified in the httpd.conf file as a cmd line parameter e.g.
FastCgiServer C:\iw-home\cssdk\wasp4.5.1\bin\fcgiwaspcDbg.exe -port 8090 -appConnTimeout 240 -idle-timeout 30