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"?>
<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">
<children>
<order-line-group code="ORDER-1-OE-1" name="Order element 1">
@ -27,3 +28,4 @@
</order-line>
</children>
</order>
</order-list>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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">
<children>
@ -24,3 +25,4 @@
</order-line>
</children>
</order>
</order-list>