Advertisement
zalazdi

Untitled

Oct 26th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <env:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:enc="http://www.w3.org/2001/09/soap-encoding" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  3.     <env:Body>
  4.         <env:SOAP_createContact>
  5.             <env:JobTitle_ID>1</env:JobTitle_ID>
  6.             <env:AreaCode_ID>1</env:AreaCode_ID>
  7.             <env:Currency_ID>1</env:Currency_ID>
  8.             <env:InvoiceSubscription>1</env:InvoiceSubscription>
  9.             <env:InvoiceFrequency_ID>1</env:InvoiceFrequency_ID>
  10.             <env:title>Mr</env:title>
  11.             <env:forename>Firstname</env:forename>
  12.             <env:surname>Lastname</env:surname>
  13.             <env:company />
  14.             <env:locality>Locality</env:locality>
  15.             <env:street>Street</env:street>
  16.             <env:housename>House name</env:housename>
  17.             <env:housenumber>House number</env:housenumber>
  18.             <env:town>City</env:town>
  19.             <env:postcode>Post Code</env:postcode>
  20.             <env:county>GB</env:county>
  21.             <env:salutation>Mr Lastname</env:salutation>
  22.             <env:labelname>Mr Firstname Lastname</env:labelname>
  23.             <env:web_username>tester1231234</env:web_username>
  24.             <env:country_id>1</env:country_id>
  25.             <env:initials>FL</env:initials>
  26.         </env:SOAP_createContact>
  27.     </env:Body>
  28. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement