« ColdFusion MX 7.0.1: Hot fix for text being cut off with cfdocument | Main | ColdFusion MX 7 Multi-Server: Software files are missing when deploying with optional EAR/WAR »

August 7, 2006

ColdFusion MX: java.net.SocketTimeoutException: Read timed out when calling webservice stub using cfobject

(TechNote) In ColdFusion MX, when using cfobject or createObject() to call webservice stub methods directly, you see the following error if the method takes longer than 60 seconds to return:
java.net.SocketTimeoutException: Read timed out

Posted by dmorris at August 7, 2006 9:56 AM

Related Entries