Hi,
I have done one application with create operation(deep insert) in both mobile and desktop.
For desktop application I am using oData model and for mobile application I am using JSON Model. create operation is working fine in browser application but not in mobile.
when I am doing create operation in mobile I am getting the following error in console.
CX_SXML_PARSE_ERROR/001560AA0E081DEB8CA398CC1690D406
Error while parsing an XML streamC47931E35B06F1249B1D20CF30C48576
when I am passing post request with some data as object and it's not triggering back end. But for my desktop application it's working fine.
I even tested the passing data in both applications and both are same.
Please help me to solve this issue.
Thanks&Regards
Sridevi.G