Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://atria.cz/medical-cases/interchange">
  2. <soapenv:Header/>
  3. <soapenv:Body>
  4. <int:medicalCaseCriteria>
  5.  
  6. <int:uid>456567</int:uid>
  7.  
  8. <int:medicalOrganizationId>358</int:medicalOrganizationId>
  9. <int:caseTypeId>1</int:caseTypeId>
  10.  
  11. </int:medicalCaseCriteria>
  12. </soapenv:Body>
  13. </soapenv:Envelope>
  14.  
  15.  
  16. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  17. <soap:Body>
  18. <ns2:medicalCaseIds xmlns:ns4="http://atria.cz/common/sync/" xmlns:ns3="http://atria.cz/medical-cases/interchange/sync" xmlns:ns2="http://atria.cz/medical-cases/interchange" xmlns="http://atria.cz/common/base/info/build/">
  19. <ns2:ids>32464671</ns2:ids>
  20. </ns2:medicalCaseIds>
  21. </soap:Body>
  22. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement