Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Запрос:
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:main="http://atria.cz/location/main">
  3. <soapenv:Header/>
  4. <soapenv:Body>
  5. <main:createLocationRequest>
  6. <main:location>
  7. <!--Optional:-->
  8. <main:organization>1434663</main:organization>
  9. <!--Optional:-->
  10. <main:system>true</main:system>
  11. <!--Optional:-->
  12. <main:employeePositionList>
  13. <!--Zero or more repetitions:-->
  14. <main:EmployeePosition>
  15. <main:resourceRole>1</main:resourceRole>
  16. <main:employeePosition>16884</main:employeePosition>
  17. </main:EmployeePosition>
  18. </main:employeePositionList>
  19.  
  20. <!--Optional:-->
  21. <main:name>Коняев Е. В., Врач-акушер-гинеколог</main:name>
  22. </main:location>
  23. </main:createLocationRequest>
  24. </soapenv:Body>
  25. </soapenv:Envelope>
  26. Ответ:
  27. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  28. <soap:Body>
  29. <ns2:createLocationResponse xmlns:ns4="http://atria.cz/common/sync/" xmlns:ns3="http://atria.cz/location/main/sync" xmlns:ns2="http://atria.cz/location/main" xmlns="http://atria.cz/common/base/info/build/">
  30. <ns2:location>84496650</ns2:location>
  31. </ns2:createLocationResponse>
  32. </soap:Body>
  33. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement