|
Webservices are indeed never meant to be
hard and if they work it’s totally simple. If they don’t work ...
you’re in for trouble: check the posts ... :) Unfortunately, my feeling
tells me that Flex has more problems communicating with .Net webservices than Java
(AXIS based) webservices. For the problem mentioned originally by Scott,
the following: You cannot access the webservices behind a
firewall directly from the Flex application. The Flex application will be
served to the client, but in the end it does not matter. The Flex application
will run locally. And if the local machine cannot reach behind the firewall you’re
out of luck. Even if the webservices are not behind the webservices you
probably will have a problem accessing them, since Flash only allows you to
address URLs with the base identical to the URL you have downloaded your app
from. Since you are talking about two different machines, these base addresses
will not match and you’ll have a security issue. To solve this you have to the ‘proxy’
way, which gives you 2 directions:
Good luck! Franck From: You can use Flex alone with its
webservice support.
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] Flex Data Services Franck de Bruijn
- [flexcoders] Re: Flex Data Services scott.kinder
- RE: [flexcoders] Flex Data Services Matt Chotin

