Order Management > Invoke the Modified Order Management Process
  

Invoke the Modified Order Management Process

Invoke the modified process with two sets of input parameters.
First, invoke the process with the following parameterized URL:
<service URL>?CustomerName=TestConsumer&CustomerEmail=testconsumer@mailinator.com&ItemName=item1&ItemCount=2
The invoke is successful and emails are sent to the consumer and vendor.
Then, invoke the process with the following parameterized URL:
<service URL>?CustomerName=TestConsumer&CustomerEmail=testconsumer@mailinator.com&ItemName=Newitem1&ItemCount=2
The item name "Newitem1" does not exist and you see a fault.