You should be able to call both services on the onchange event.

They would both fire up, unless you need one of the values derived from one
service prior to making the other call.

The error you mentioned means that the method you are calling cannot be
found.

You can even try to call the service which you mentioned is working twice
on the onchange event just to test it out (passing different values) and
debugging the service call.


On Fri, Dec 19, 2014 at 11:02 AM, slmx <[email protected]> wrote:

> Hi everyone.
>
> How can I call two HTTP services from the same onchange event.
>
> I tried call a second service inside the callback of the first service, but
> I recived the next error:
> "Call to a possibly undefined method *methodNameHere*"
>
> I working with adobe flex 3.
>
> thanks in advance.
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/call-two-httpservices-from-onchange-event-tp9270.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Reply via email to