Table of Contents
OData Resources
OData Provider
The OData Provider is required to fully utilize Izenda's capabilities over OData out of the box. It exposes your database(s) over OData.
Make the following changes to WebService.aspx.cs
- Replace INSERT_LICENSE_KEY_HERE with your license key
- Replace all instances of INSERT_CONNECTION_STRING_HERE with the connection string to your Database
webforms-cs-odata
webforms-cs-odata is a reference implementation of Izenda configured to use Izenda's OData provider.
Make the following changes to Global.asax
- Replace INSERT_ODATA_URL_HERE with the URL of the OData provider.
- The URL will be of the form: http://<your-server>/odata-provider/WebService.aspx
- Replace INSERT_LICENSE_KEY_HERE with your license key
