To properly transfer repositories and scenarios from the SAP® system to ARIS databases, you must enable the Web services.
Web services are services that provide functions usually via the Internet protocol http. Web services are called via URL. A URL consists of a host, a port, and a path (URI), such as
http://solutionmanager:8000/sap/bc/solman/bpr?sap-client=100
Syntax
<protocol type>://<host name>:<port number>/<URI>?sap-client=<CLIENT>
The host name could be solutionmanager, for example. The port number is 8000 and the path (URI) is /sap/bc/solman/bpr. The client is the SAP® system client.
For SAP® Solution Manager 3.2, you need Support Package 06. Additional information is available in SAP Service Marketplace.
Procedure
Enabling reveals the URI of the Web service. In this case, it is /sap/bc/solman/bpr. The protocol type is http. If you right-click bpr and select Display service, the URI is displayed in the ICF path box and the protocol type on the Service data/Security requirements tab.
The Default option corresponds to the protocol type http, while the SSL option corresponds to the protocol type https. To use SSL, you need a valid certificate.
You can also adjust the URL with the 'External aliases' function
Procedure
The Default option corresponds to the protocol type http, while the SSL option corresponds to the protocol type https. To use SSL, you need a valid certificate.
All ports for the different protocol types are displayed. If a protocol is missing or inactive (Active column), inform your system administrator.
You can use this information to form the URL.