What kind of standards does Flex2 web services implementation support? Which version of Soap, any WS- Standards?
I'm trying to solve basic problem of securing access to my webservice on server. I would like to use WS-Security standard, but I'm afraid, there's no way for Flex to send proper request? Simple webservice support in Flex may be not enough in the future... Is this a matter of just writing some additional AS3 classes to extend WS, or the internal flash/flex design? How to solve such problem then? What is your solution? Most obvious one that comes to my mind is to ask server for login, server generates token for client, and client uses his token. But this means that I have to add this token parameter to *every* webservice method. This is not acceptable, as I want (in fact, my customer wants) my services to be free of such things. Authorization should be transparent (but flexible). Then again I could have one big thing, ServiceLocator or something like that, so that every client request will point to this one (so authorization is in one place), with real service name as parameter. This is even harder to implement. So, any ideas? -- | Sebastian Zarzycki / rat[tkin] -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

