OData Service Broker Sample
This example uses the OData.org example services. You can register your own instance of these services or you can easily generate one for this walkthrough with the instructions below.
Paste the following url into a browser of your choice:
http://services.odata.org/V3/(S(readwrite))/OData/OData.svc/
This will generate a “readwrite” OData service to test against.
For example:
And then,
When you have registered the service instance you will see a structure similar to the following.
When looking at a particular entity you'll see all of its properties and methods:
Generate the SmartObjects for the service instance to start testing the service broker. Execute the generated SmartObjects just like you would any other SmartObject.