Video 16: OData Service - Batch Process (GET) Part 1

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 17

  • @hemalathatc6341
    @hemalathatc6341 2 года назад

    Very good video for Batch process.. Thank a lot Ganesh for sharing useful knowledge

  • @Shivam_D_Singh
    @Shivam_D_Singh 2 года назад +1

    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

    • @just2shareji
      @just2shareji  2 года назад

      Let me explain with a short video.

    • @kavink9350
      @kavink9350 Месяц назад

      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

  • @phanindra1227
    @phanindra1227 Год назад

    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 ?

    • @just2shareji
      @just2shareji  Год назад

      Welcome. Yes you can call Entity set with passing key and nonkey fields as well.

  • @Keeplearning83
    @Keeplearning83 Год назад

    Nice explanation

  • @zakirhussain-qu3mw
    @zakirhussain-qu3mw 8 месяцев назад

    Do $Batch reads deep structured entity . If so, how to achieve it in backend?

    • @just2shareji
      @just2shareji  8 месяцев назад

      Yes, from backend perspective it is the same way how we handle the deep entity. $batch will take care from the frontend level.

  • @sanchitshedale8994
    @sanchitshedale8994 3 года назад

    Can you please make a seperate video on how to handle errors in odata service

  • @Keeplearning83
    @Keeplearning83 Год назад

    Can we get response in json format

    • @just2shareji
      @just2shareji  Год назад

      Yes... please add the options to get it.

  • @carlosvazquez2710
    @carlosvazquez2710 Год назад

    Thanks!!!

  • @sumanthreddy9456
    @sumanthreddy9456 6 месяцев назад

    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--