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
