cancel
Showing results for 
Search instead for 
Did you mean: 

XSJS Batch Response

rakshit_doshi
Active Contributor
0 Kudos

Dear All,

I have been struggling in order to parse the response from XSJS for ODATA Batch Services..I am able to trigger and send request to backend but the response parsing is somewhat strange.

I am trying to do this and able to see there is some data beneath response.entities but not able to view it.

$.response.setBody(response.status + " \n-\n " + JSON.stringify(response.headers)

+ "\n-\n" + JSON.stringify(response.entities) + "\n-\n" + response.contentType

+ "\n-\n" + JSON.stringify(response.body));

Can anyone suggest.

Accepted Solutions (0)

Answers (0)