Tag Archive: flex data management

19 Jan

Difference between toString and toXMLString

In action  script 3.0 toString and toXMLString are methods of XML and XMLList class. you can use the traditional toString() method with XML objects to display their contents as strings. However, the XML class also contains the toXMLString() method, which behaves slightly differently. The toString() method for XML objects will usually display the contents of …

Continue reading »

05 Jan

Data Access Using the HTTPService Component in Flex

Data Access Using the HTTPService Component in Flex :- Using the HTTPService component in the Flex framework, you can retrieve data using GET or Post requests. 1. You can either use the HTTP or HTTPS protocol. To request data over HTTP, First create an HTTPService object by defining an instance name and assigning a URL …

Continue reading »