Data not getting fetched from demo gateway system
Hi Experts, I have implemented the blog article Consume NetWeaver Gateway services via SAPUI5 - Part 1 given at...
View ArticleRe: Data not getting fetched from demo gateway system
Your browser's console logging will probably give some clues as to what's going on. Can you paste here what you find there so we can examine the situation? dj
View ArticleRe: Data not getting fetched from demo gateway system
Hi DJ, Thank you so much for your response. I am running the application in Mozilla Firefox and below is what I found in the Error Console of...
View ArticleRe: Data not getting fetched from demo gateway system
Those are strange errors, given the circumstances. Perhaps your web server is sending the wrong content-type headers for the JSON files, causing Firefox to think they're HTML or XML?
View ArticleRe: Data not getting fetched from demo gateway system
Hi DJ, When I run the application subsequently after observing these error in the Error Console in Firefox, I am still seeing a blank table with no data, but this time the Error Console does not record...
View ArticleRe: Data not getting fetched from demo gateway system
Hi Saurabh Next step would be to check that the HTTP calls are actually being made to retrieve the data. You can do that either by checking the network part of your developer tools in your browser, or...
View ArticleRe: Data not getting fetched from demo gateway system
Thanks for the heads up DJ. Can I use something like HTTPWatch to check out if the HTTP calls are actually made to retrieve the data? Regards,Saurabh
View ArticleRe: Data not getting fetched from demo gateway system
Possibly (I've not used that myself, altho I've used something probably similar: Fiddler). I was thinking more of looking at the SAP ICF back in SAP, and the network traffic monitor in the browser. But...
View ArticleRe: Data not getting fetched from demo gateway system
Hi DJ, We do not yet have an AS ABAP system with the SAP NetWeaver Gateway 2.0 installed in it, hence I am trying to use the SAP NetWeaver Gateway Demo system (http://scn.sap.com/docs/DOC-31221).So...
View ArticleRe: Data not getting fetched from demo gateway system
Hi, In the model declaration line I removed the leading /proxy/ before the URL i.e. instead of writing '/proxy/http://gw.esworkplace.sap.com/sap/opu/odata/IWBEP/RMTSAMPLEFLIGHT_2' I just wrote...
View Article