Commit 1cacce52 authored by Tiemo Bang's avatar Tiemo Bang

Update README.md

parent 68cfbe46
......@@ -14,14 +14,14 @@
from "products/product/productId" to
"checkAvailabiltyAsync/productId". "bpel:doXslTransform"
and ProductId.xsl do the transformation.
2. **!!! I decided to write the "orderId" into
2. **I decided to write the "orderId" into
"checkAvailablityAsync/customerId"** as it is suppoed to be a unique
idenifier for correlation and "customerId" is not unique if the same
customer orders twice.
3. "checkAvailablityAsync/callbackUrl" is set as the URL to the
"InventoryCallbackService" from outside of the Docker container.
**!!! At each start up, the respective port binding for 8080 has to
3. **At each start up, the respective port binding for 8080 has to be
updated.**
"checkAvailablityAsync/callbackUrl" is set as the URL to the
"InventoryCallbackService" from outside of the Docker container.
4. Correlation is required in "checkAvaAsyn" and "onFinish"
6. The if statement employs a xpath expression counting products in a stat
not equal to "available"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment