jaquin
27 Sep 2010, 9:16 PM
Hi,
I am currently a part of a development team that is developing applications using Sencha Touch.
Here are the Sencha Touch Classes we have tried to use but cannot create a working sample.
- Ajax request and JASONP request
- XML data reader
Our problem:
- When we use the ajax request, Access Control Allow origin is null. We know that the problem is access policy for cross domain so we tried using the JSONP but unfortunately the response is not a valid JSON format.
- The response from our service is in xml format so we tried to use php to get the response then write it on a xml file. Our next problem is how to read the xml file using the xml data reader of sencha.
We are always looking into your api documentation to help us in our RND but there is not much example included on it so we are here in sencha forum to get some help to make our code working. We don't have much knowledge on javascript so we are really trying hard to understand all the codes in secha. We will be really glad to hear from you.
I am currently a part of a development team that is developing applications using Sencha Touch.
Here are the Sencha Touch Classes we have tried to use but cannot create a working sample.
- Ajax request and JASONP request
- XML data reader
Our problem:
- When we use the ajax request, Access Control Allow origin is null. We know that the problem is access policy for cross domain so we tried using the JSONP but unfortunately the response is not a valid JSON format.
- The response from our service is in xml format so we tried to use php to get the response then write it on a xml file. Our next problem is how to read the xml file using the xml data reader of sencha.
We are always looking into your api documentation to help us in our RND but there is not much example included on it so we are here in sencha forum to get some help to make our code working. We don't have much knowledge on javascript so we are really trying hard to understand all the codes in secha. We will be really glad to hear from you.