Frank
Member since May 12, 2010
- Profile: /members/6015-frank.htm
- Comments: 3
Recent Blog Comments By Frank
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on May 12, 2010 at 11:26 AM
@Tero Pikala, Ug, wow how did I miss that? The 408 reply I mean. I considered a cfhttp timeout. As you pointed out, if I force a timeout on cfhttp, it has to be before the script times out but after their page times out. Otherwise I run the risk (rare as it may be) to timeout on my end, then get... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on May 12, 2010 at 11:21 AM
@Ben Nadel, OK, and that's what I suspected. My understanding is, it is an instant transaction. I send, you reply. If you fail to reply, I wait until I die. However, during this waiting time, I assume ColdFusion keeps the connection open waiting for a response. Now, unless I misunderstood, if... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on May 12, 2010 at 10:58 AM
I am curious to know if there is a proper way to handle a lack of any cfhttp reply? We recently moved to cfhttp SOAP for a payment system (thank you for this great article) and they require us to code for a secondary gateway that "should" ONLY be used if the primary is down. When I inquired if a... read more »