Call a REST Web Service
In this sample, we illustrate how to make use of the Call Web Service action. The action calls a REST web service and then uses the returned data to populate the controls on the page. In the sample we call the Random User API web service which returns a random user for us. We then make use of the nationality of the user to get the person Country name by calling the Country API web service..
Sample Highlights:
- Call a REST web service
- Making use of web service response
Call a REST web service. Download the sample for free
Configuring the Sample application:
- Open the RESTWebService application with the Stadium Designer.
- Click on “Run” on the Ribbon in the Stadium Designer. This will deploy the solution to localhost and open it in your browser.