RESTful Web Services SDKs
Tags:
Purpose
This Document lists sample applications using the, SAP Business Intelligence Platform RESTful Web Services SDK, SAP Web Intelligence RESTful Web Service SDK and SAP Crystal Reports RESTful Web Services SDK.
Overview
Representational State Transfer (REST) is a style of software architecture for distributed systems such as the World Wide Web. REST has emerged as the predominant web API design model.
The Business Intelligence Platform RESTful Web Services SDK released with SAP BusinessObjects Business Intelligence platform 4.0 Service Pack 5.
Introduction
The REST acronym sands for Representational State Transfer and it is a style of software architecture for distributed systems such as the World Wide Web. REST has emerged as the predominant web API design model. Some of the advantages of REST include the scalability of component interactions, generality of interfaces, and independent deployment of components. REST also acts as an intermediary between application components which can reduce latency, enforce security, and encapsulate legacy systems. Any language that can make HTTP calls can utilize the REST API.
This document will track sample applications for the following:
- SAP Business Intelligence Platform RESTful Web Services
- SAP Web Intelligence RESTful Web Service
- SAP Crystal Reports RESTful Web Services SDK
Links to Sample Applications
The applications are grouped as follows:
SAP Business Intelligence Platform RESTful Web Services
Scripting Web Intelligence: the RESTful Raylight Web Services - Logon/Logoff, Load/Unload
Using REST Web Services SDK to log into the BI Platform Server (JavaScript and C#)
Delta Ski Alliance Google Maps Demo using Crystal Reports RESTful Web Service SDK
Navigating Enterprise Folders using the RestFul SDK
SAP Web Intelligence RESTful Web Service
C# Demo using Web Intelligence RESTful Web Service SDK
How to export a Webi report to csv format using BI 4.0 RESTful WebServices SDK (Java code)
Export Webi Report using the Restful SDK
Changing Dataproviders for a Webi Report using RESTful Web Services