Creating a service connector from a Postman collection
Creating a service connector from a Postman collection
You can create a service connector by importing a Postman collection using a defined structure of REST APIs. The service connector inherits the APIs' operations and data structures.
To create a service connector from a Postman collection, perform the following steps:
In
Application Integration
, click
New
Service Connectors
.
The
New Asset
dialog box appears. The following image shows the
New Asset
dialog box:
Click
Service Connector from Postman Collection
, and then click
Create
.
The
Service Connector from Postman Collection
page appears.
Define the following basic properties for the service connector on the
Postman Collection JSON File
tab:
Name
: Required. The name by which the service connector is made available for
processes
. The name must start with a letter or number, and can contain only alphanumeric characters, multibyte characters, spaces, underscores (_), and hyphens (-). The name must not exceed 128 characters.
Location
: Specify the project or folder to save the service connector.
Description
: Optionally, enter a description for the service connector.
On the
Postman Collection JSON File
tab, drag and drop the Postman collection JSON file.
The following image shows the
Postman Collection JSON File
tab:
Click
Next
.
The operations and the descriptions defined in the Postman collection file appear on the
Services and Operations
tab.
The following image shows the
Services and Operations
tab:
Select one or more operations from the list.
Click
Next
.
The
Summary
tab appears.
Review the service connector configuration such as the service connector name, location, service URL, and the protocol before importing the Postman collection.
The following image shows the
Summary
tab:
Click
Start Import
.
The
Progress
tab appears.
The tab displays the status of the import process in the
Status
page. If an error occurs during import, the wizard displays the error under
Error/Warnings
on the
Progress
tab. You can take corrective actions and import the Postman collection file again.
If you close the dialog box during the import process, the process will stop and the service connector will not be created.