To test the Outbound web service project using Visual Studio, perform the following steps:
Configure the Outbound web service project. The configuration file name takes the following format:
<Namespace>config.json
Press F5 and by default, the Outbound Web Service API project takes IISExpress as reverse proxy.
To start the application from Kestrel web server, perform the following steps:
On the Visual Studio toolbar, from the IISExpress list, select the project name (for example, OutBoundService).
From the project name list, select Web Browser (Internet Explorer), and then click either Google Chrome or Microsoft Edge.
Note: By default, the web browser is set to Internet Explorer.
From Debug, click Start Debugging.
The Swagger Test Client page appears.
On the Swagger Test Client page, from the Parameter content type and Response content type lists, select text/json. The operationid parameter is optional.
Click the Try it out option to perform the operations.
When you complete testing, on the Visual Studio toolbar, from Debug, click Stop Debugging.