How to make a Odata batch call in karate
问题 I need to make Odata call to fech the results from downsream APIs. I am using karate to test our APIs. But now i need to fech the data from downstream APIand compare it with our APIs result. My problem is downstream APIs are Odata request. Can i make Odata batch request from karate. if yes how? Request header is: Content-Type = 'multipart/mixed;boundary=batch_01' and Request body is: --batch_01 Content-Type: application/http Content-Transfer-Encoding: binary GET test(test1='ABC',test2='12345'