Search code examples
wcf-data-servicesodatasoapui

Is there a way to test WCF Data Services (OData) using SoapUI?


I would like to be able to run some SoapUI tests against my OData service.

SoapUI supports rest, and I know at the core, OData is like a rest service. But I am unable to get SoapUI to work with OData.

I have looked at some rest tutorials, but they don't seem to fit the OData model.

Is there a way to do this?


Solution

  • I was able to load one of my services into it so that I could view responses and mess with the request headers. Using SoapUI 4.0.0 I just checked the Add REST Service option on the new project window and left the initial WSDL/WADL box empty. Follow the prompts from there and it should work.

    To navigate it, I just changed the service endpoint.