Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Запрос
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://atria.cz/referrals/types">
  3. <soapenv:Header/>
  4. <soapenv:Body>
  5. <typ:searchReferralRequest>
  6. <!--Optional:-->
  7. <typ:referralOrganizationId>4</typ:referralOrganizationId>
  8. <!--Optional:-->
  9. <typ:receivingOrganizationId>10380</typ:receivingOrganizationId>
  10. </typ:searchReferralRequest>
  11. </soapenv:Body>
  12. </soapenv:Envelope>
  13. Ответ:
  14. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  15. <soap:Body>
  16. <searchReferralResponse xmlns:ns4="http://atria.cz/referrals/types/sync" xmlns:ns3="http://atria.cz/common/sync/" xmlns:ns2="http://atria.cz/common/base/info/build/" xmlns="http://atria.cz/referrals/types">
  17. <ids>74</ids>
  18. <ids>77</ids>
  19. <ids>112</ids>
  20. <ids>814693</ids>
  21. <ids>816287</ids>
  22. <ids>817265</ids>
  23. </searchReferralResponse>
  24. </soap:Body>
  25. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement