Injecting a Service Order
Inject element
The following test injects a service order with orderId "inject@@1", references the service order as "inject@@1" and wait for the service order to come to module "port1".
<test name="inject"> <flow>flow1</flow> <inject mod="getSo"> <so orderId="1"/> </inject> <expect mod="port1"> <so orderId="1"/> </expect> </test>
Copyright © Cloud Software Group, Inc. All rights reserved.