Advertisement
zalazdi

Untitled

Oct 27th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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>TTT</env:forename>
  12. <env:surname>YYY</env:surname>
  13. <env:company />
  14. <env:locality>Locality</env:locality>
  15. <env:street />
  16. <env:housename />
  17. <env:housenumber />
  18. <env:town>City</env:town>
  19. <env:postcode>78945</env:postcode>
  20. <env:county>PL</env:county>
  21. <env:salutation>Mr YYY</env:salutation>
  22. <env:labelname>Mr TTT YYY</env:labelname>
  23. <env:web_username>test52@gmail.com</env:web_username>
  24. <env:country_id>1</env:country_id>
  25. <env:initials>TY</env:initials>
  26. </env:SOAP_createContact>
  27. </env:Body>
  28. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement