Advertisement
eraneran

Untitled

Feb 7th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!-- Represent 1.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. <misCode>9876543210</misCode>
  14. <shipments>
  15. <sourceShipmentId></sourceShipmentId>
  16. <shipmentIndex Name="shipments"></shipmentIndex>
  17. </shipments>
  18. </orderData>
  19. </RootDTO>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement