Hi All,
I am trying to use $batch with following query. It will giving me return code 202 with empty response body. Only value coming in response is
"<RESPONSE_BODY/>"
URI : /sap/opu/odata/sap/<Service Name>/$batch
Request Header:
Content-Type | multipart/mixed; boundary=batch |
Request Body
--batch
Content-Type: application/http
Content-Transfer-Encoding: binary
GET EMP(Pernr='00000001') HTTP/1.1
--batch
It is also not triggering the break-point. Please suggest how to get response
Thanks..