Advertisement
aldak

SOAP request - no contact

Feb 2nd, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:Project365APIWebServices" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  3. <SOAP-ENV:Body>
  4. <ns1:addCustomer>
  5. <ssid xsi:type="xsd:string">Ales</ssid>
  6. <customer xsi:type="ns1:Customer">
  7. <Author xsi:type="xsd:string">Aldak</Author>
  8. <BankAccount xsi:nil="true"/>
  9. <ChangeDate xsi:nil="true"/>
  10. <ChangeIP xsi:nil="true"/>
  11. <ChangedBy xsi:nil="true"/>
  12. <CompanyID xsi:type="xsd:string">123456789</CompanyID>
  13. <CompanyName xsi:type="xsd:string">Ufon s.r.o.</CompanyName>
  14. <CreationDate xsi:type="xsd:string">2012-02-02 23:05:33</CreationDate>
  15. <CreationIP xsi:type="xsd:string">10.10.10.10</CreationIP>
  16. <DegreeAfter xsi:nil="true"/>
  17. <DegreeBefore xsi:nil="true"/>
  18. <FirstName xsi:type="xsd:string">Franta</FirstName>
  19. <ID xsi:nil="true"/>
  20. <InvoiceTogether xsi:type="xsd:boolean">false</InvoiceTogether>
  21. <LastName xsi:type="xsd:string">Jetel</LastName>
  22. <LegalForm xsi:type="xsd:long">0</LegalForm>
  23. <VAT xsi:type="xsd:string">CZ123456799</VAT>
  24. <contacts xsi:nil="true"/>
  25. </customer>
  26. </ns1:addCustomer>
  27. </SOAP-ENV:Body>
  28. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement