url

Specifies the remote URL to call for data retrieval:

var dataSource = new shield.DataSource({
    remote: {
        read: {
            url: "/content/xml/movies.xml"
        }
    }
});