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/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206437 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

