element <webServiceGridDataProvider>
Namespace:
http://schema.caplin.com/CaplinTrader/gridDefinitions
XML Representation Summary
<webServiceGridDataProvider
   
 = 
xs:string
 = 
"json"
/>
Parent elements (1):
Description
Defines a data provider that fills a grid with data from a web service. Note that the name of this data provider tag assumes that a data provider mapping is defined with id "webServiceGridDataProvider" and className "caplin.grid.WebServiceGridDataProvider". The data provider tag name and data provider mapping id value must be prefixed with the namespace required by the bladerunner architecture.
Attribute Detail
format
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
The format of the data delivered by the web service. At present, this must be set to "json".

url
Type:
xs:string, predefined
Use:
required
The URL of the web service. For example, url="/services/static-data/historicalSnapshotJson.jsp".