Calculator > Invoke the Process > Step 1: Invoke the Process with the Integers 10 and 5
  

Step 1: Invoke the Process with the Integers 10 and 5

Use a browser to invoke the process service URL with the integers 10 and 5. You see a successful process invocation.
    1In Application Integration, click Actions > Properties Detail next to the process.
    You can do this from Process Designer or from the Explore page.
    The Properties Detail for Calculator window appears.
    2Copy the Service URL.
    The following image shows the Copy option on the Properties Detail for Calculator window:
    This image shows the Process Properties window with the SOAP URL and Service URL of the process.
    3Open a browser, paste the following link in the search bar, and click Enter:
    <Service URL>?NumberA=10&NumberB=5
    For example, paste the following URL:
    https://na1.ai.dm-us.informaticacloud.com/active-bpel/rt/CalculatorProcess?NumberA=10&NumberB=5
    You see a response with the following values:
    This image shows a browser with a succesful respnse. There are values for Sum, Difference, Product, and Quotient.

View the Process Instance on the Application Integration Console

Click the My Services list and select Application Integration Console.
The Application Integration Console opens on the Processes page. The Status of the Calculator process is Completed as shown in the following image:
This image shows the invoked process instance in the Completed state on the Processes page.