Step 5: Invoke the Process
Invoke the process and view run time details on the My Processes page.
1Click Actions > Properties Detail.
The Properties Detail for Order Management window appears.
2Copy the service URL.
3Open a text editor and add the following input parameters to the service URL:
<Service URL>?CustomerName=TestConsumer&CustomerEmail=testconsumer@mailinator.com&ItemName=item1&ItemCount=2
The following URL is a sample service URL with input parameters:
https://na1.ai.dm-us.informaticacloud.com/active-bpel/rt/Order_Management?CustomerName=TestConsumer&CustomerEmail=testconsumer@mailinator.com&ItemName=item1&ItemCount=2
4Open a browser and paste the service URL with input parameters. Enter your Informatica Intelligent Cloud Services credentials, if prompted.
You see the following output:
{"Status":"Your order is accepted.","OrderID":"178749969799331840","ItemPrice":50.0,"OrderPrice":100.0}
5In Application Integration, click My Processes in the left navigation area.
You see that the process was successful.