Skip to Content
0
Jun 08, 2017 at 10:32 AM

OPA Mockserver for batch request

519 Views

Hi,

We are using ODataModel batch operation (where we are sending one GET and one PATCH call in a single batch operation). As per MockServer documentation, the supported method in a requests are "GET"|"POST"|"DELETE|"PUT". Does this apply for batch as well. Somehow I noticed when I run the app on Mock server, it returns dummy response for such requests. How to stub a batch request in Mockserver?