[flexcoders] proxy.php

2008-09-22 Thread smitade
I'm connecting my Flex 3 app to a web service that doesn't have a crossdomain.xml file. I've set up a proxy (php file I got off the web) to read the WSDL from the web service and this works when I connect to the service through Flex Builder. When I upload the flex app to my server, however, the

Re: [flexcoders] proxy.php

2008-09-22 Thread Haykel BEN JEMIA
Make sure that the flex app and the proxy.php to which you connect are located on the same server.The way it should work is that the flex app will connect to the proxy (same server) which will forward the request to the service on another server and return the results to the flex app. On Mon,