Advertisement
Guest User

SOAP CSV

a guest
Apr 10th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  3.   <soapenv:Body>
  4.     <csv-set>
  5.       <csv-record number="1">
  6.         <customer_id>1</customer_id>
  7.         <value>Mr Egg Sample</value>
  8.       </csv-record>
  9.       <csv-record number="2">
  10.         <customer_id>2</customer_id>
  11.         <value>Mr Other Egg Sample</value>
  12.       </csv-record>
  13.       <csv-record number="3">
  14.         <customer_id>3</customer_id>
  15.         <value>Mr A N Other Egg Sample</value>
  16.       </csv-record>
  17.       <csv-record number="4">
  18.         <customer_id>2</customer_id>
  19.         <value>More Eggs</value>
  20.       </csv-record>
  21.       <csv-record number="5">
  22.         <customer_id>1</customer_id>
  23.         <value>Someone really likes Eggs</value>
  24.       </csv-record>
  25.     </csv-set>
  26.   </soapenv:Body>
  27. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement