biiincheeen
14 years agoOccasional Contributor
Rest Query parameter $filter is not working in soapui
Dear soapUi experts,
I am currently trieing to test a odata REST service with soapui.
So far, everything was working fine: the Rest services replys the right data.
Now I want to limit the responsed data through the $filter query parameter. I modified the path as follows:
xxx/myservice?$filter=firstpara EQ 'firstvalue' and secondpara EQ 'secondvalue'&$format=xml&client=0
If i test it in the browser, the path is working fine and i get back only the requested data.
i implemented the path in soapui as shown in the attachment.
But for some reason, when testing the service with soapui, it still get back all the data: my filtering is ignored.
How can i use $filter when testing with soapui?
Did I implement something wrong, forget anything etc.?
Thanks a lot for your time!
I am currently trieing to test a odata REST service with soapui.
So far, everything was working fine: the Rest services replys the right data.
Now I want to limit the responsed data through the $filter query parameter. I modified the path as follows:
xxx/myservice?$filter=firstpara EQ 'firstvalue' and secondpara EQ 'secondvalue'&$format=xml&client=0
If i test it in the browser, the path is working fine and i get back only the requested data.
i implemented the path in soapui as shown in the attachment.
But for some reason, when testing the service with soapui, it still get back all the data: my filtering is ignored.
How can i use $filter when testing with soapui?
Did I implement something wrong, forget anything etc.?
Thanks a lot for your time!