Unable to connect to endpoint - Flash Webservice problem
nirav January 28th, 2006
When you get “Unable to connect to endpoint” errors in Flash while using a web service, here are a few things you can check up:
- If you are passing complex data, make sure you use classes on the backend. And not associative arrays.
- If there is any problem on the web service, you may get this error. Test your service by writing a test case in the backend programming language (e.g. PHP) and see if that works.
- Make sure the spelling of the function you are calling and the arguments to it are correctly written.
- Did your first web service call succeed? If not, check the connection.