- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Converting OData using SAPUI5 libraries to JSON format
This can be done in multiple ways. One of common approach would be by passing user name/password in URL.
$.ajax({ url : "http://user:password@url/SERVICE?$format=json", type: "GET", //or POST? dataType: "jsonp", success: function(){alert("ok")}, error: function(){alert("error")} })
- Related Articles
- Request Timeout while using Odata call to a gateway in SAPUI5 application
- Loading 3rd party libraries in SAPUI5
- Including third party libraries in SAPUI5 Project
- Converting digits to word format using switch case in C language
- How to convert JSON object to Hashtable format using PowerShell?
- How to convert the hashtable to the JSON format using PowerShell?
- Convert JSON to another JSON format with recursion JavaScript
- Converting 12 hour format time to 24 hour format in JavaScript
- Transform tree from DB format to JSON format in JavaScript
- How to format JSON string in JavaScript?
- Explain JSON format in PowerShell.
- How to print Python dictionary into JSON format?
- How to convert Python date in JSON format?
- Converting two arrays into a JSON object in JavaScript
- Using ControlAggregation in SAPUI5

Advertisements