[flexcoders] Re: Webservices swapping parameters

2006-03-02 Thread everflashnox
This certainly is a bug in tghe WebService API. The arguments do not get mapped correctly. I suggested to Jeff to change the makeRemoteCall function to this: public function makeRemoteCall(methodName:String, eventName:String, args:Object):void{ this.eventName = eventName; var

[flexcoders] Re: Webservices swapping parameters

2006-03-01 Thread mvbaffa
Not really when I call makeRemoteCall the way you sugested the first parameter (userName) receives nothing, and the second parameter recieves the userName and userPassword separated by comma. Thanks Philippe --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: Webservices swapping parameters

2006-03-01 Thread Matt Chotin
: Webservices swapping parameters Not really when I call makeRemoteCall the way you sugested the first parameter (userName) receives nothing, and the second parameter recieves the userName and userPassword separated by comma. Thanks Philippe --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL