im using AMFPHP to link webservices into my app this is what I wanna do:
gateway.call("Medic.GetSupplierByZipCode("10027")",new Responder(success,fail));
the thing is that Medic.GetSupplierByZipCode() goes parametrized, and I'm not recieving any content for my data grid.
So, how do you send a parametrized call to AMFPHP?