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:
-
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.
-
Create Application Service.
The General Information page defines the App Service ID, Service URL ID and a description. The Service Category is Provider.
-
Create or import a root resource.
-
Add URI templates.
-
Add base template parameters to URI Template.
-
Add method to URI template.
-
Add input and output parameters to method.
-
Optionally assign headers for the method.
-
Define result states for the method.