Hi,
I'm trying to execute a batch operation and when I use GET operation, I get error "The Data Services Request could not be understood due to malformed syntax". It does not happen with any other operation (tested with PUT and POST).
I already tried several solutions discussed in the SCN, but I'm still getting this error.
My HTTP request:
My response:
Doing more deeply investigation (debugging) I found something interesting:
In method: PROCESS_BATCH (/IWCOR/CL_DS_PROC_DISPATCHER)
And processing the BATCH, I found something that intrigues me:
When it's processing the requests in the bacth, if operation is something different of POST/PUT/PATCH/MERGE/DELETE, in my case GET, the flow goes to exception and ends with the error above.
Does anybody already saw that? Any comments?
Thank you!
Flavio