>From Cybersource when I worked on the interface, a little over a year
>ago. I am not familiar with CyberSourceWS. I think I still have the
>developer guide I used and I will email to you directly.

Thanks Dan.

>Dan
>
>On 6/13/05, Bud <[EMAIL PROTECTED]> wrote:
>>  Dan, where did you get the software? The software and documentation I
>>  got from their developer site shows 3 objects being created. I'm
>>  trying to convert from ASP examples. There is nothing in the
>>  documentation showing class "Cybersource.ICS.3".
>>
>>  Thanks for your help on this. I'm waiting on a response from their
>>  support to see if they have some CF stuff that's not documented. I've
>>  found a cfx_cybersource tag but it doesn't look like it's even been
>>  tested with CFMX.
>>
>>  1) Create the merchant configuration
>>  <cfobject type="com" action="create"
>>  class="CyberSourceWS.MerchantConfig" name="oMerchantConfig">
>>
>>  2) Create the hashtable with the transaction variables.
>>  <cfobject type="com" action="create" class="CyberSourceWS.Hashtable"
>>  name="oRequest">
>>
>>  3) Create the client and send the request
>>  <cfobject type="com" action="create" class="CyberSourceWS.Client"
>>  name="oClient">
>>
>>  I'm dead in the water on number 2.
>>
>>  >Don't think so - I have coded a cybersource interface before and that
>>  >is from my code.
>>  >
>>  >Are you setting properties in the COM object to submit for CC
>>  >verification? Is this your object call?
>>  >
>>  ><cfobject  action="create" type="com" class="Cybersource.ICS.3"
>>  >name="oRequest">
>>  >
>>  >Dan
>>  >
>>  >On 6/11/05, Bud <[EMAIL PROTECTED]> wrote:
>>  >>  Thanks Dan. I think you may have another tag in mind.
>>  >>
>>  >>  Error: Failed attempting to find "SETVALUE" property/method on 
>>the object
>>  >>
>>  >>  >Bud,
>>  >>  >
>>  >>  >I think you have to use their SetValue method:
>>  >>  >
>>  >>  ><cfset oRequest.SetValue("billTo_firstName", "Jane")>
>>  >>  >
>>  >>  >Dan
>>  >>  >
>>  >>  >On 6/11/05, Bud <[EMAIL PROTECTED]> wrote:
>>  >>  >>  Hi all. I'm trying to use a COM object to connect to CyberSource
>>  >>  >>  payment gateway. I'm converting their ASP script sample. Here is my
>>  >>  >>  problem. I'm trying to set a value within the object (oRequest). The
>>  >>  >>  ASP command for this is as follows.
>>  >>  >>
>>  >>  >>  oRequest.Value("billTo_firstName") = "Jane"
>>  >>  >>
>>  >>  >>  If I try to use this within cfscript or if I use cfset as follows:
>>  >>  >>
>>  >>  >>  <cfset oRequest.Value("billTo_firstName") = "Jane">  I get the
>>  >>  >>following error:
>>  >>  >>
>>  >>  >>  Illegal left hand side of assignment near line 50, column 7. Left
>>  >>  >>  hand side cannot be a function call.
>>  >>  >>
>>  >>  >>  I've tried everything in my power to get the property set. Nothing
>>  >>  >>  works. Any clues?
>>  >>  >>  --
>>  >>  >>
>>  >>  >>  Bud Schneehagen - Tropical Web Creations, Inc.
>>  >>  >>
>>  >>  >>  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
>>  >>  >>  Web Based Solutions / eCommerce Development & Hosting
>>  >>  >>  http://www.twcreations.com/ - http://www.cf-ezcart.com/
>>  >>  >>  Toll Free: 877.207.6397 - Local & Int'l Phone/Fax: 386.789.0968
>>  >>  >>
>>  >>  >>
>>  >>  >
>>  >>  >
>>  >>
>>  >>
>>  >
>>  >
>>
>>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:209273
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

Reply via email to