Skip to main content

Validate your OData feed: The OData validator

You’ve created your own OData feed and want to check if it is following the OData Specifications? Check out the OData Service Validation Tool, an OData protocol validation tool. It contains a set of rules to validate against a given OData payload.

How does it work?

image

  • Choose the response type that you want to validate(AtomPub/XML, JSON-Verbose, JSON-Min,… )
  • Specify the OData version of your endpoint
  • Click on Validate to send a request to the OData service. The tool will send a request to the service and run the right set of rules against the returned payload.
  • For each rule a result is shown together with a link to the relevant spec section.

image