Any resolution on this? I am trying to connect ColdFusion to Cybersource.

>Hi Joe,
>
>Unfortunately it sounds like (and I don't know much about COM mind
>you, so you'll have to forgive any holes in this theory) the method
>you're trying to call on that COM object is overloaded and CF doesn't
>know how to call it properly. This is the sort of thing that could
>theoretically be resolved if it were a Java component with JavaCast()
>but unfortunately there is no ComCast() alternative (although that's
>the name of our Cable TV company :) ... plus JavaCast() last I knew
>only worked for identifying simple data types, so it wouldn't help you
>pass another instantiated COM object anyway. The only thing that leaps
>to my mind is that you would need to create another COM wrapper with
>just the one needed method that could identify and properly call the
>Cybersource object method. But then that's all theory on my part -- I
>have fixed a COM object when I had the source code, but it's not the
>sort of task I'm in a hurry to perform again. So I'm talking through
>my hat to some degree about things I really don't know from
>experience.
>
>
>
>
>>  The code for that part is as follows:
>
>>  oClient = CreateObject("COM","CyberSourceWS.Client");
>>  oClient.RunTransaction(merchantConfig, "",
>>  "",oRequest,varReply,strErrorInfo)
>
>>  (where merchantConfig and oRequest are both previously
>>  created components )
>
>>  Any ideas?  I've been going crazy over this searching
>>  google, google groups, and macromedia forums.
>
>>  Joe Potenza
>>  Lead Developer
>>  Bigbuzz Internet Business Solutions
>>  [EMAIL PROTECTED]
>>  http://www.bigbuzz.com
>
>
>s. isaac dealey   954.927.5117
>new epoch : isn't it time for a change?
>
>add features without fixtures with
>the onTap open source framework
>
>http://macromedia.breezecentral.com/p49777853/
>http://www.sys-con.com/story/?storyid=44477&DE=1
>http://www.sys-con.com/story/?storyid=45569&DE=1
>http://www.fusiontap.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274672
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to