DataSource Utility: DataSource.IO
Accessing data from a server is easy with DataSource.IO, which uses the IO Utility to retrieve data over HTTP. A DataSchema plugin is used to normalize incoming data into a known format for consistency of usage by other components.
If your server returns JSON data, use a DataSourceJSONSchema plugin to parse the data against a schema that you provide:
On the other hand, a DataSourceXMLSchema plugin can be used to parse XML data coming from your server:
