Can I make an XML-RPC call and the resulting XML response will be used by Adobe Flex?
Will Flex be better served by a non-XML response, and if so, which format?
You can see the as3-rpclib project if you want to use XML-RPC.
Flex standard libraries support SOAP (in mx.rpc.soap) support to an alternative. However, the most effective protocol is AMF , support of which is also included in Flex (see mx.rpc.remoting.RemoteObject) ( Wikipedia has links to some AMF server libraries).
mx.rpc.soap
mx.rpc.remoting.RemoteObject
Source: https://habr.com/ru/post/1699519/More articles:QuickStart basic layout / template for web development? - templatesContains () and how to implement it - c #Add my linq query result set to the dataset, C # asp.net 3.5 - c #Is it possible to develop plugins for Microsoft Office Communicator? - ms-officeНайти вероятности классов в Matlab PNN и сделать график ROC - matlabFlex dataGrid itemRenderer, width and height of access cell - flexHow to set caching of static files in IIS? - iisWhen to change the GUID in a type library - guidAre styling tools useful? - coding-styleLearn about SQL Server hardware or speed tests - sql-serverAll Articles