Default Base URLs

To use the RESTful web services for Web Intelligence and the BI Semantic Layer, you must know the protocol, server name, port number and path of the service that listens to the HTTP requests. You configure the default base URL in the CMC from Start of the navigation path Applications Next navigation step REST Web Service Next navigation step Properties Next navigation step Access URL End of the navigation path. See chapter 12 of the SAP BusinessObjects Business Intelligence Platform Administrator Guide for more information.

Basic installations of the BI platform that are installed on a single server use the default base URLs:

Web Service SDK URL

BI Semantic Layer

http://<server_name>:6405/biprws/sl/v1

Web Intelligence

http://<server_name>:6405/biprws/raylight/v1

Note 6405 is the default HTTP port number used by the RESTful web services.
Conventions in this Guide

The following conventions apply to the URLs used in the method calls described in the next chapters:

  • <webiURL> stands for http://<server_name>:6405/biprws/raylight/v1
  • <slURL> stands for http://<server_name>:6405/biprws/sl/v1