Raymond,

Thanks for your help.

I ended up calling the component a different way and it works. Im not
sure if I stumbled on a bug or if I was doing something incorrectly.

What I ended up doing was creating the object like normal:

<cfobject component="processPayment" name="objProcPay">

Then using cfinvoke to call the method. 
        
        <cfinvoke 
                component="#objProcPay#" 
                method="verisignCharge"
                hostaddress = "#hostaddress#"
                partner = "#partner#"
                user = "#user#"
                pwd = "#pwd#"
                acct = "#acct#"
                expdate = "#expdate#"
                amt = "#amt#"
                returnvariable="ret" />

I think maybe what was happening is that calling the method as
obj.method(args) didn't like receiving empty values as "" or something
along those lines.

Thanks again for your help,

-chris.alvarado 
[ application developer ] 
4 Guys Interactive, Inc. 
http://www.4guys.com 
phone: 281.807.4344 x1716 
fax: 281.807.4384



> -----Original Message-----
> From: Raymond Camden [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 11, 2003 3:09 PM
> To: CF-Talk
> Subject: RE: CFC Problem
> 
> 
> Nope, there shouldn't be a limit. Line 31 was the partner line in the
> cfx call, right? If you ONLY output the args and comment out the cfx
> call, does the method call work?
> 
> ==============================================================
> ==========
> ===
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> (www.mindseye.com)
> Member of Team Macromedia 
> (http://www.macromedia.com/go/teammacromedia)
> 
> Email    : 
> [EMAIL PROTECTED]
> Blog     : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
> 
> "My ally is the Force, and a powerful ally it is." - Yoda 
> 
> > -----Original Message-----
> > From: Chris Alvarado [mailto:[EMAIL PROTECTED] 
> > Sent: Thursday, September 11, 2003 1:54 PM
> > To: CF-Talk
> > Subject: RE: CFC Problem
> > 
> > 
> > Did that, everything is coming through as expected.
> > 
> > Is there a limit to the number of arguments you can have for 
> > a given method?
> > 
> > Maybe the exceptions portion of the debugging would help:
> > 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to