Joe,

I am facing the same problem,
would appreciate if you can share that hows was your problem resolved.

Thanks,
Vinay

> I am working with Cybersource (such a pain!) and I took their ASP code 
> and
> re-wrote it line by line in CF, and I got SO close to making it work......
> They have a COM object CyberSourceWS.Client that has a method 
> "RunTransaction" that does a credit card transaction.  All my calls to 
> methods in their other objects were actually calling "get properties" 
> as CFDUMP calls them.  The only things listed under a CFDUMP for the  
> CyberSourceWS.Client object are Methods, which I would assume means I 
> can call them using myComponentName.Method()  or by using CFINVOKE.  
> Neither of these methods work;  they both produce this error: " The
> selected method RunTransaction was not found"
> 
 
> An interesting item to note is that the ASP code is passing in 
> previously
> created components into this method call.  When I try that  it throws 
> this
> error: " An exception occurred when executing a Com method.
 
> The cause of this exception was that: AutomationException: 0x8000ffff 
> - ."
> 
 
> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to