Web service descriptors

Access  ARCAD-API Server Web Service Descriptors

There are three types of web services: 5250 web services, SQL web services, and REST web services. Each web service has its own specificity that are defined with the web service descriptor.

A 5250 web service descriptor is where you define which fields/columns in your scenario are input or output data. Select the fields and columns used throughout the web service's scenario and either assign them as output data to recover the values returned when the scenario is replayed, or define them as input data so that values can be inserted into the fields to modify the scenario.

An SQL web service descriptoris where you define an SQL query that extracts data from the IBM i database and returns the result as JSON content.

A REST web service descriptor translates 5250 web services into RESTful web services, with REST API URLs exposing resources and supporting the standard HTTP methods operations (CRUD). This type of web service descriptor does not directly manage and provide the operations but it maps the CRUD operations to existing unitary web service descriptors. The execution of each operation is delegated to a unitary 5250 web service descriptor even if the consumer is not aware of it.

Web Service Descriptors

The Web Service Descriptors view

Web service descriptors are accessed and managed in the   Web Service Descriptors view.