Passing multiple images in Get_Stream
Hi All,
I have to pass multiple images of a material in my ODATA webservice . Right now I am able to pass a single image using $value in my GET_STREAM. Since GET_STREAM returns a structure as XML , I can't send multiple mime objects.
CALL METHOD copy_data_to_ref
EXPORTING
is_data = ls_mime
changing
cr_data = ER_STREAM
As far as $batch operation is concerned , as per my knowledge , it works only for POST request and not for GET.
Can anyone tell what will be the best way to achieve this??
Regards
Amber
.