Tibco 6 create a REST service
Create a new package and add a new business works REST resource. Select operation to implement. In this case POST and GET.
The process is created with dummy implementations.
Lets say we want to add a query parameter for the GET service for this select the employeeManagementService and update binding as shown below
Add a new parameter empId
In binding the http connector can also be updated to specify any different port
Now update the input for GET operation to print he input query param.
Run the application the service is accessible at the below url