ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Updated examples for order service to wrap with an "order-line".

This commit is contained in:
Manuel Rego Casasnovas 2010-06-28 00:42:57 +02:00
parent 01219e9e6a
commit 4d5fa2a1e1
2 changed files with 55 additions and 51 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<order xmlns="http://rest.ws.navalplanner.org" <order-list xmlns="http://rest.ws.navalplanner.org">
<order
code="ORDER-1" name="Order" init-date="2010-01-01"> code="ORDER-1" name="Order" init-date="2010-01-01">
<children> <children>
<order-line-group code="ORDER-1-OE-1" name="Order element 1"> <order-line-group code="ORDER-1-OE-1" name="Order element 1">
@ -26,4 +27,5 @@
</hours-groups> </hours-groups>
</order-line> </order-line>
</children> </children>
</order> </order>
</order-list>

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<order xmlns="http://rest.ws.navalplanner.org" <order-list xmlns="http://rest.ws.navalplanner.org">
<order xmlns="http://rest.ws.navalplanner.org"
code="ORDER-1" name="Order" init-date="2010-01-01"> code="ORDER-1" name="Order" init-date="2010-01-01">
<children> <children>
<order-line-group code="ORDER-1-OE-1" name="Order element 1"> <order-line-group code="ORDER-1-OE-1" name="Order element 1">
@ -23,4 +24,5 @@
</hours-groups> </hours-groups>
</order-line> </order-line>
</children> </children>
</order> </order>
</order-list>