Step 5: Invoke the Process
Use a REST client to invoke the process service URL. For example, you can use the Postman REST client.
1In Application Integration, click Actions > Properties next to the process.
You can do this from Process Designer or from the Explore page.
The Properties for Print Input Message window appears.
2Copy the Service URL.
3Open a REST client.
4Configure the following properties:
- aChange the verb to POST.
- bPaste the process service URL that you copied in the URL field.
- cSet the authorization type to No Auth.
- dSet the content type to Application/JSON.
- eUnder Body, enter Input as a key and Hello, World. This is my output. as a value.
5Click Send.
You see the following response: {"Output":"Hello, World. This is my output."}