Quick start 3: RESTful client application

This is a quick step-by-step guide to creating a RESTful Web service client app using the high-level framework.

It is assumed you have followed the Quick start 2: RESTful server application, part 2 quick start to create the Web service with all its functions. At the end of that quick start, you left the Web service application running.

In this quick start, you create a Web service client app to work with the Web service. You need to:
  1. Generate the stub file from the Web service.
  2. Create a client app that calls functions in the stub file.
  3. Run the client app to retrieve, add, update, and delete customers by sending requests to the Web service.