Overview:
A Web service is a service offered by an electronic device for communicating with another electronic device via the internet. Web service has their own protocols and standards used for exchanging data between applications or systems. Software applications (written in various programming languages) which are running on different platforms can communicate and exchange data over computer networks like through the Internet.
There are basically two types of web services: SOAP and REST. SOAP stands for Simple Object Access Protocol and REST stands for Representational State Transfer.
OpKey supports both SOAP and REST web services. Letβs go to OpKey and see how we can work with the Service Repository.Create a new Service Repository (SR) file. You come to the service repository page where you can add Soap/Rest service along with corresponding methods and perform various actions as well.

Here, you can see that a service repository file with New Node has been created.Working with Service RepositoryAfter successfully login into the OpKey Web, select the appropriate Project in which you want to create a Service Repository.You will be navigated to the screen as shown below:

You can mark the βDonβt show me againβ checkbox is checked if you do not wish to view this notification again.Click βEnd Tourβ to proceed with the process of creating a Service Repository file.How to create a Service Repository File?
Method 1
After clicking on βEnd Tourβ , you may "Click to Create New Artifact".Select Service Repository.The βService Repositoryβ text will appear highlighted.

Click on the highlighted icon to create a New Service Repository file. A pop-up window will get open as shown

The fields marked with * are mandatory. Enter the Name of the Service Repository. You can also enter the Description.Click OK.
Method 2
Go to Project Workspace > Select the root Folder > Click Create New file icon Β > Select Service Repository.

A Service Repository file will be created in the root Folder of the project Workspace.You may rename the Service Repository accordingly.
Method 3
Right-click on root folder > select Create New > select βService Repository β.

A Service Repository file will be created in the root Folder of the Project Workspace.
The Service Repository window will open up.