cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while parsing an XML stream

former_member184238
Participant
0 Likes
8,433

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/001560AA0E081DEB8CA398CC1690D406Error 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

View Entire Topic
Former Member
0 Likes

Hi,

I met the "xml-parse-stream-error", too.

Maybe it helps:

When you send a number with your request, you must do a

          parseInt() 

in your javascript.

Greetz