Jermey this looks like the St George gateway code
If it is, it doesnt work I have spent time on the phgone with them and they couldnt help me out :( but having said that, if you can get it to work let me know:P Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Sent: Friday, February 13, 2004 12:57 PM To: CFAussie Mailing List Subject: [cfaussie] Converting ASP to CF. I'm having a few issues with converting an ASP page to a CF page. I need any CF programmers that have programmed in ASP to help me here... Set webpay = Server.CreateObject( "WebpayATL.Webpay" ) bundle = webpay.newBundle ' set certificate information webpay.put_certificatePath bundle, "c:\webpay\gateway.cer" webpay.put_certificatePassword bundle, "webpay" webpay.put bundle, "CLIENTID", "10000000" I have the first part converted in CF. <cfset hm = Webpay.newBundle()> Which works But the second part I'm not sure how to write the syntax... webpay.put_certificatePath bundle, "c:\webpay\gateway.cer" Any ideas? Jeremy --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
