You could also use <cfhttp> to make the calls, but parsing the results will not be fun as you don't even have the <cfxml> tag.
In all honesty, it would take less time to upgrade than to jump through the hoops you'll need to make this work. --- Ben -----Original Message----- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 2:11 PM To: CF-Talk Subject: Re: CF 4.5 & SOAP Doug Ford wrote: > Hi Folks - > > I am relatively new to this forum... Long time stalker, first-time poster! > > I was wondering if anybody has any experience with CF 4.5 (yes, I know it's old) and SOAP. > > 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. > > If that means using a .dll file or a Java package, I am all up for it. > I just need to make sure I can pass the variables that I need to pass. > > Any and all help is appreciated!! Well, if you're really stuck with CF4.5, then I recommend that you use Apache Axis[1]. This is what CFMX itself uses internally to call and implement webservices. Just generate the stubs you need from the WSDL files, and Robert's your father's brother. K. [1] http://ws.apache.org/axis/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206439 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

