David Gallimore
Member since Feb 15, 2010
- Profile: /members/5445-david-gallimore.htm
- URL: http://www.txdlimited.co.uk
- Comments: 2
Recent Blog Comments By David Gallimore
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Feb 23, 2010 at 4:37 AM
That's right Ben, it was the failure to connect issue. I resolved it in the end by purchasing the CFXHTTP5 tag - that allowed me to control exactly which headers were being sent.... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Feb 15, 2010 at 7:08 AM
I'm currently trying to access a web service using the method outlined above, the service uses HTTP compression so is causing problems. I'm including the http param: <cfhttpparam type="header" name="accept-encoding" value="no-compression" /> but I'm still not having any luck. When I ... read more »