Hi Sir, The video on $Batch is very Informative. i tried the same the way you explained in the video and i got status code as 202 and accepted but response body is empty. What would be the mistake ? --zemp_batch Content-Type: application/http Content-Transfer-Encoding: binary GET EmpDetailsSet('0001') HTTP/1.1
Very good video for Batch process.. Thank a lot Ganesh for sharing useful knowledge
Hi Ganesh, are the individual calls inside $batch sequential? Or will they get executed in parallel? I cannot seem o find any information on it
Let me explain with a short video.
Hi Ganesh, Get request is called sequenctially how many times we request Get call, is there any way we can Call all the request only once
Hello Thanks for the video
if i want to call entity set instead of entiy is it possible and will i be able to pass non key fields ?
Welcome. Yes you can call Entity set with passing key and nonkey fields as well.
Nice explanation
Thank you
Do $Batch reads deep structured entity . If so, how to achieve it in backend?
Yes, from backend perspective it is the same way how we handle the deep entity. $batch will take care from the frontend level.
Can you please make a seperate video on how to handle errors in odata service
Can we get response in json format
Yes... please add the options to get it.
Thanks!!!
Welcome
Hi Sir,
The video on $Batch is very Informative.
i tried the same the way you explained in the video and i got status code as 202 and accepted but response body is empty.
What would be the mistake ?
--zemp_batch
Content-Type: application/http
Content-Transfer-Encoding: binary
GET EmpDetailsSet('0001') HTTP/1.1
--zemp_batch--
Thank you