Douglas Knudsen wrote:
> try
> 
> var obj:Object = new Object();
> obj.argone = valueone;
> obj.argtwo = valuetwo;
> ..
> ..
> ..
> WS.arguments = obj;
> WS.send();

I'll try that, but I also just tried doing it a different way, using 
this as the mx:operation, and it gave me the exact same error.  I also 
added a <cfmail> at the front of the method being called and it doesn't 
execute.

<mx:operation name="queryDB" result="queryDBResult()"
        fault="queryDBFault(event)">
        <mx:request>
                <RUNDATE>{cboRunDate.selectedItem.XDATE}</RUNDATE>
                <ENTITYID>{txtEntityID.text}</ENTITYID>
                <LASTNAME>{txtLastName.text}</LASTNAME>
                <FIRSTNAME>{txtFirstName.text}</FIRSTNAME>
                <MINITIAL>{txtMiddleInitial.text}</MINITIAL>
                <PRFSCHCD>{cboPreferredSchool.selectedItem.TABLKEY}</PRFSCHCD>
                <PRRECTYP>{cboRecordType.selectedItem.TABLKEY}</PRRECTYP>
                <PRFCLASS>{txtPreferredClass.text}</PRFCLASS>
        </mx:request>
</mx:operation>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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/Flex/message.cfm/messageid:3049
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to