summaryrefslogtreecommitdiffstats
path: root/admportal/test/eipam
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-12 08:17:37 -0400
committerDan Timoney <dtimoney@att.com>2021-04-12 08:17:37 -0400
commit5cabe36fe85a780a9fb808343d6341f15da13524 (patch)
tree4893568c164dfaa82226eacc75fec4d622acb398 /admportal/test/eipam
parent41a3f91544616f0e785e0e9e552e9fd0234cc9b3 (diff)
Fix ccsdk version and remove admportal2.1.4
Fix ccsdk versions and remove admportal, which is no longer supported Change-Id: Iaee9bd2b7d5d7345f889357684df18d53db466a1 Issue-ID: SDNC-1507 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a1d57d8f5131414429f9ef2d8b0468004d253d0a
Diffstat (limited to 'admportal/test/eipam')
-rw-r--r--admportal/test/eipam/sample.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/admportal/test/eipam/sample.xml b/admportal/test/eipam/sample.xml
deleted file mode 100644
index c058ecf1..00000000
--- a/admportal/test/eipam/sample.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<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>