diff --git a/component.xml b/component.xml
index 7ecb3f0..3fa1704 100644
--- a/component.xml
+++ b/component.xml
@@ -1,5 +1,6 @@
-
+
+
diff --git a/service/order.rest.xml b/service/order.rest.xml
new file mode 100644
index 0000000..1f62d1d
--- /dev/null
+++ b/service/order.rest.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml
index e192080..e95b202 100644
--- a/service/tutorial/order/OrderServices.xml
+++ b/service/tutorial/order/OrderServices.xml
@@ -20,8 +20,159 @@
+
+
+
+
+
+
+ Find all Person records for all females.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List the Person details with MarsMarried marital status.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find all Order Header records so that the latest placed order appears at the top.
+
+
+
+
+
+
+
+
+
+
+
+
+ Service to get OrderHeader records based on the given OrderId.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find all Order Header records with the grandTotal greater than 50.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List all Order Item details for the order with orderId, 100102 and orderPartSeqId, 01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find all Order Parts with partTotal less than equals to 20.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find all Order Part records assigned to the facility with ZIRET_WH value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find the count of order parts for the customerPartyId, “CustJqp”.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find all unique Order Parts with shipmentMethodEnumId value as “ShtMthGround” and facilityId as “ZIRET_WH”.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file