Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8800

$Batch with Odata

$
0
0

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-Typemultipart/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..


Viewing all articles
Browse latest Browse all 8800