aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/test/eipam
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:37:53 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:40:37 -0500
commit324ee36fe31763e507b422ab0a88e4230045e205 (patch)
treed0b04520f6657601c918ce63fd27575977624187 /admportal/test/eipam
parentf0c97e8db427481e28c0a16b789bc73801b35e47 (diff)
Initial commit for OpenECOMP SDN-C OA&M
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba
Diffstat (limited to 'admportal/test/eipam')
-rw-r--r--admportal/test/eipam/sample.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/admportal/test/eipam/sample.xml b/admportal/test/eipam/sample.xml
new file mode 100644
index 00000000..c058ecf1
--- /dev/null
+++ b/admportal/test/eipam/sample.xml
@@ -0,0 +1,36 @@
+<aw:PurchaseOrder
+ aw:PurchaseOrderNumber="99503"
+ aw:OrderDate="1999-10-20"
+ xmlns:aw="http://www.adventure-works.com">
+ <aw:Address aw:Type="Shipping">
+ <aw:Name>Ellen Adams</aw:Name>
+ <aw:Street>123 Maple Street</aw:Street>
+ <aw:City>Mill Valley</aw:City>
+ <aw:State>CA</aw:State>
+ <aw:Zip>10999</aw:Zip>
+ <aw:Country>USA</aw:Country>
+ </aw:Address>
+ <aw:Address aw:Type="Billing">
+ <aw:Name>Tai Yee</aw:Name>
+ <aw:Street>8 Oak Avenue</aw:Street>
+ <aw:City>Old Town</aw:City>
+ <aw:State>PA</aw:State>
+ <aw:Zip>95819</aw:Zip>
+ <aw:Country>USA</aw:Country>
+ </aw:Address>
+ <aw:DeliveryNotes>Please leave packages in shed by driveway.</aw:DeliveryNotes>
+ <aw:Items>
+ <aw:Item aw:PartNumber="872-AA">
+ <aw:ProductName>Lawnmower</aw:ProductName>
+ <aw:Quantity>1</aw:Quantity>
+ <aw:USPrice>148.95</aw:USPrice>
+ <aw:Comment>Confirm this is electric</aw:Comment>
+ </aw:Item>
+ <aw:Item aw:PartNumber="926-AA">
+ <aw:ProductName>Baby Monitor</aw:ProductName>
+ <aw:Quantity>2</aw:Quantity>
+ <aw:USPrice>39.98</aw:USPrice>
+ <aw:ShipDate>1999-05-21</aw:ShipDate>
+ </aw:Item>
+ </aw:Items>
+</aw:PurchaseOrder>