eraneran

full order

Feb 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <!-- Represent Result.xml-->
  2. <?xml version="1.0" encoding="UTF-8"?>
  3.  
  4. <RootDTO xmlns:json='http://james.newtonking.com/projects/json'>
  5. <destination>
  6. <name>xxx</name>
  7. </destination>
  8. <orderData>
  9. <items json:Array='true'>
  10. <shipmentIndex Name="items"></shipmentIndex>
  11. <barcode>12345</barcode>
  12. </items>
  13.  
  14. <items json:Array='true'> <!-- from 2.xml-->
  15. <shipmentIndex Name="items"></shipmentIndex>
  16. <barcode>12345</barcode>
  17. </items>
  18.  
  19.  
  20. <misCode>9876543210</misCode>
  21. <shipments>
  22. <sourceShipmentId></sourceShipmentId>
  23. <shipmentIndex Name="shipments"></shipmentIndex>
  24. </shipments>
  25.  
  26.  
  27. <shipments> <!--From 2.xml-->
  28. <sourceShipmentId></sourceShipmentId>
  29. <shipmentIndex Name="shipments"></shipmentIndex>
  30. </shipments>
  31. </orderData>
  32. </RootDTO>
Add Comment
Please, Sign In to add comment