Hi,
I would like to say that, i want to implement SAP HANA XS OData services using with Sencha Architect 2.2.and i create XS services it's working fine on chrome URL"http://54.243.221.65:8000/TestData/StockDataIF.xsodata/Player?$top=3" data coming in xml format.but when i pass the same URL in Sencha Achitect using RestProxy URL and CreatedAlies odata also.but after build when i deploy on tomcat server it show error like "
- OPTIONS http://54.243.221.65:8000/TestData/StockDataIF.xsodata/Player?$top=3&%24skip=0&%24top=25 405 (Method Not Allowed) sencha-touch-all.js:21
XMLHttpRequest cannot load http://54.243.221.65:8000/TestData/StockDataIF.xsodata/Player?$top=3&%24skip=0&%24top=25. Origin http://localhost:8080 is not allowed by Access-Control-Allow-Origin. "
I am try to solved this problem last couple of days but till now i didn't get any solution Please can you help me what i am doing mistake.
I Saw some form it said the problem of CORS(Cross-Orign Resource Sharning) so it is possible to give the permission for that with XS OData in SAP Hana.
Please any body can help me.