Hello World > Process Two: Print Input Message > Step 5: Invoke the Process
  

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.
    This image shows the Service URL and SOAP Service URL for the process.
    2Copy the Service URL.
    3Open a REST client.
    4Configure the following properties:
    1. aChange the verb to POST.
    2. bPaste the process service URL that you copied in the URL field.
    3. cSet the authorization type to No Auth.
    4. dSet the content type to Application/JSON.
    5. 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."}
This image shows the REST client used to invoke the process service URL. You see the URL and the output.