You crack me up jochem - nice mantra. -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 1:45 PM To: CF-Talk Subject: Re: CF 4.5 & SOAP
Doug Ford wrote: > > I was wondering if anybody has any experience with CF 4.5 (yes, I know it's old) and SOAP. Yes. Unfortunately, I might add, because I learned so many things I so don't want to know. > The company who I process online ACH payments with has recently switched to using a SOAP webservice and I need to figure out a way to do this...ASAP. Payment processing? Over SSL perhaps? If SSL: upgrade! If multiple requests/reponses: upgrade! If arbitrary strings: upgrade! If none of the above apply, you are basically sending one request to them and parsing one answer, not over SSL, not using arbitrary strings (CF 4.5 doesn't understand unicode). In that case, and only in that case, I would say you could grap a cfx tag that allows you to use sockets and open a direct connection to the target port on the target system and just dump a handcrafted HTTP request to them and parse the answer. If you don't know regular expressions or the basics of the HTTP protocol: upgrade! Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206459 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

