Creating a New Provider Application Service

This topic provides the steps necessary to create a Provider Application Service.

Creating a Provider Application Service involves the following steps:

  1. Create an Application Class that extends the PTCBAPPLSVCDEFN:ApplicationServiceBase application class and then implement the invokeService() method.%this.ServiceAPI property is the delivered API to read and write parameters, headers and access other metadata.

    See Creating Application Class

  2. Create Application Service.

    The General Information page defines the App Service ID, Service URL ID and a description. The Service Category is Provider.

  3. Create or import a root resource.

  4. Add URI templates.

  5. Add base template parameters to URI Template.

  6. Add method to URI template.

  7. Add input and output parameters to method.

  8. Optionally assign headers for the method.

  9. Define result states for the method.