Calculator > Invoke the Process > Step 2: Invoke the Process with the Integers 8 and 0
  

Step 2: Invoke the Process with the Integers 8 and 0

Invoke the process service URL with the integers 8 and 0. You will see an error because division by zero is not possible.
    1Open a browser.
    2Paste the following link in the search bar and click Enter:
    <Service URL>?NumberA=8&NumberB=0
    You see an HTTP 500 error because division by zero is not possible. There are no results for the Add, Subtract, and Multiply operations either.
    This image shows a browser with an HTTPS 500 error response. There no values for Sum, Difference, or Product.

View the Faulted Process Instance on the Application Integration Console

    1Click My Services, select Application Integration Console, and then click Refresh.
    The Application Integration Console opens on the Processes page. The Status of the Calculator process is Faulted.
    This image shows the invoked process instance in the Faulted state on the Processes page.
    2Click the process instance ID.
    The Process View Detail appears. Application Integration Console marks successful and failed steps. You can see that the process faulted at the Divide Service step.
    This image depicts the Process View Detail page of the faulted process instance. The Parallel Path step and the Divide Service step are marked as faulted.
    Select a step to view the details in the properties panel at the bottom of the page.