|
Note that my suggestion was to append the ? query
string marker, please let me know if this resolves the issue as your initial
symptoms described the issue with AppendToGatewayUrl
exactly.
Also, the problem is that Flash Remoting (and hence
still Flex's RemoteObject) with ColdFusion introduced the concept of
named arguments. That is, if your CFC is expecting a Struct as a single argument
and you're sending it an object, then it won't work as the CFC proxy between the
gateway interprets them as "named arguments" and thus looks for parameters to
match each of the keys in the AS Object. Try adding a second, dummy variable to
the CFC function and let me know if this solves the issue.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Johnson Sent: Thursday, September 29, 2005 8:42 AM To: [email protected] Subject: Re: [flexcoders] Calls to CFCs But I just commented out the remoteobject so I will try flipping back and see what happens. Now my biggest problems are I am making a call to a CFC and passing it a parameter but the CFC is complaining that it wasn't passed. Plus my debugger for some reason who let me watch variables anymore. I put an alert in the Flex code just before the CFC call and it shows valid data in the variable I am sending, but it just doesn't get to the CFC for some reason. Doing the same exact thing with all the other CFCs and they work fine :/ Peter Farland wrote: Actually, it's likely that you're getting an AppendToGatewayUrl AMF -- Greg Johnson Owner & Lead Technician [EMAIL PROTECTED] Techno-Fix-It Filling the Gap Between the Store and the Repair Shop ---------------------- www.technofixit.com Phone:(919)-371-1476 Fax:(919)-882-9804 P.O. Box 1094 Morrisville, N.C. 27560 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Calls to CFCs Peter Farland
- Re: [flexcoders] Calls to CFCs Greg Johnson
- RE: [flexcoders] Calls to CFCs Peter Farland
- Re: [flexcoders] Calls to CFCs Greg Johnson
- RE: [flexcoders] Calls to CFCs Peter Farland
- Re: [flexcoders] Calls to CFCs Greg Johnson
- RE: [flexcoders] Calls to CFCs Peter Farland
- RE: [flexcoders] Calls to CFCs dfatta

