Exploring Service Connections
Whenever you have a requirement to call external REST APIs, Service Connections play an important role in helping you to build a connection with those REST APIs. The Service Connection is one of the main components of VB that helps you to communicate with external applications using REST APIs.
A Service Connection specifies the connection to a REST service, including the service URLs, authentication details, and the payload.
Like Business Objects, Service Connections are also reusable components and once created can be used in multiple web or mobile applications simultaneously. These are not specific to any application.
The following subsections help you to understand various options to create a Service Connection.
Various options to create a Service Connection
In order to create a Service Connection, a VB application must exist. Once an application is created, click on the Services pane from the application navigator. The Service Connection...