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

Update README.md

parent 68cfbe46
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
from "products/product/productId" to from "products/product/productId" to
"checkAvailabiltyAsync/productId". "bpel:doXslTransform" "checkAvailabiltyAsync/productId". "bpel:doXslTransform"
and ProductId.xsl do the transformation. 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 "checkAvailablityAsync/customerId"** as it is suppoed to be a unique
idenifier for correlation and "customerId" is not unique if the same idenifier for correlation and "customerId" is not unique if the same
customer orders twice. customer orders twice.
3. "checkAvailablityAsync/callbackUrl" is set as the URL to the 3. **At each start up, the respective port binding for 8080 has to be
"InventoryCallbackService" from outside of the Docker container.
**!!! At each start up, the respective port binding for 8080 has to
updated.** 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" 4. Correlation is required in "checkAvaAsyn" and "onFinish"
6. The if statement employs a xpath expression counting products in a stat 6. The if statement employs a xpath expression counting products in a stat
not equal to "available" 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