开发者

Cannot access SOAP service when Flex 3 app is compiled

开发者 https://www.devze.com 2022-12-14 01:20 出处:网络
I\'ve got a flex app that hits a remote SOAP service and populates a list with the results. It works fine when i run it through flex builder, but when i compile the application and move it onto a web

I've got a flex app that hits a remote SOAP service and populates a list with the results.

It works fine when i run it through flex builder, but when i compile the application and move it onto a webserver it can't access the services.

I've tried it from a standalone webserver and on my own machine. I'm assuming that there's a security issue that i'开发者_Python百科ve missed as i can't think of any other reason why it's ok in flex builder but not when compiled on the same box.

Thanks all.


Is it a crossdomain.xml issue?

The web server running the SOAP service needs crossdomain.xml file to allow your flash movie to access it. See http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html

0

精彩评论

暂无评论...
验证码 换一张
取 消