OSM7: Order Recognition - Order Transformation
I'm currently getting started working with OSM7. I have created a small prototype and I am able to start and successfully process an order using the web UI.
As a next step I want to start an order using the webservice interface. For that I've added a Order Recognition Rule to my project.
I use SoapUi to invoke the Order Management Service.
The order recognition itself seems to work OK (if the recoginition xquery evaluates to false, I get an error that the order wasn't recognized; if it evaluates to true, I don't get the error).
However I cannot figure out what needs to be done in the transformation part of the recoginition rule: