The eXtreme Scale REST data service getting started sample includes a WCF Data Services client that can interact with the eXtreme Scale REST data service. The sample is written as a command-line application in C#.
Microsoft Visual Studio 2008 with Service Pack 1
The WCF Data Services sample client includes a Visual Studio 2008 project and solution and the source code for running the sample. The sample must be loaded into Visual Studio 2008 and compiled into a Windows runnable program before it can be run. To build and run the sample, see the text document: restservice_home/gettingstarted/VS2008_README.txt.
WXSRESTGettingStarted.exe
<service
URL> <command>
The <service URL> is the URL of the eXtreme Scale REST data service configured in section .
Loads a predefined set of Customer, Category and Product entities into the data grid and creates a random set of Orders for each customer.
Creates a product Category and a fixed number of Product entities in the data grid. The firstProductId parameter identifies the id number of the the first product and each subsequent product is assigned the next id until the specified number of products is created.
Loads a new Customer into the data grid and creates a fixed set of Order entities for any random product currently loaded in the data grid. The number of Orders is determined by setting the <numOrders> parameter. Each Order will have a random number of OrderDetail entities up to <maxItems>
Display a Customer entity and the associated Order and OrderDetail entities.
Display a product Category entity and the associated Product entities.
Remove all entities that were loaded using the "default load" command.