You could also use soapUI to verify that there isn't any issue with the WSDL or running the methods themselves, it allows you to point the application to a WSDL then create "run configurations" for parameters to be passed to the service and view the result all independent of any other application front-ends: http://www.soapui.org/
If you see that the fault is occurring maybe you could fix the error in the web service then return to your Flex code to debug further if your issue persists. Any insight from running Charles or any other web debugging proxy programs like Firebug or Wireshark? (do you see traffic to the web-server, if not then the Flex front-end isn't making the call, if so you should see in the response of the request if there was a fault or what the data is coming back from the request). -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api-for-flash/-/BpaUwsJTTX0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
