Phil
Member since May 7, 2010
- Profile: /members/5990-phil.htm
- URL: http://www.tuskagency.com
- Comments: 6
Recent Blog Comments By Phil
-
Posting JSON Data To The ColdFusion Server Using jQuery
Posted on Jul 17, 2012 at 2:13 AM
Does anyone know if there is reason why getHttpRequestData() doesn't capture the content of HTTP GET requests? I've noticed on incoming SOAP 1.2 requests to our server that they are using GET as opposed to POST and now the content of the request captured is blank. Cheers Phil... read more »
-
GetHTTPRequestData() Breaks The SOAP Request / Response Cycle In ColdFusion
Posted on Jul 17, 2012 at 1:18 AM
Hi Ben have you experienced any issues capturing request data using GetHTTPRequestData over HTTPS? I've had a system whereby we capture the SOAP content from a 3rd party system over HTTP and it has worked successfully for 12 months, and recently they have started sending to us over HTTPS and the SOA... read more »
-
Learning ColdFusion 8: CFThread Part IV - Cross-Page Thread References
Posted on Mar 9, 2012 at 2:47 AM
Hi Ben great article and yes this is several years late but hey that's the timeless beauty of the internet ;) I'm also running into a situation currently where it would be great to have some kind of THREAD scope i could use to access all running threads and then reuse them. I've got a system base... read more »
-
Making Sure Scheduled Tasks Don't Overlap In ColdFusion
Posted on Aug 31, 2010 at 1:03 AM
Hi Ben thanks for this post. I've run into this issue recently whereby a large travel client has lots of external synchronization processes running on 15 minute timers to keep traveller data up to date. With more and more travellers being added sometimes up to 5,000 traveller profiles may be synchro... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on May 12, 2010 at 9:32 PM
Hi Ben, Sorry for the late reply all the responses were going into my Junk and i just noticed! gah. Ok I'm actually using CF8 but the issue wasn't related to the SOAP request structure at all, but poor response by Campaign Monitor. Basically i had sent my SOAP request along with the custom fields ... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on May 7, 2010 at 3:27 AM
Hi Ben just wondering if you had an luck getting this request with the more complex Campaign Monitor requests that require SOAP such as passing custom fields. This particular method is the similar to the one used in your example however it also allows an array of custom fields to be passed through.... read more »