Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:sys="http://schemas.datacontract.org/2004/07/System" xmlns:tem="http://tempuri.org/">
  2. <soapenv:Header>
  3. <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  4. <wsse:UsernameToken>
  5. <wsse:Username>domrf</wsse:Username>
  6. <wsse:Password></wsse:Password>
  7. </wsse:UsernameToken>
  8. </wsse:Security>
  9. </soapenv:Header>
  10. <soapenv:Body>
  11. <tem:SearchCaseArbitr>
  12. <tem:request>
  13. <Accuracy>All</Accuracy>
  14. <CaseTypeCodes>
  15. <sys:CaseType>Administrative</sys:CaseType>
  16. <sys:CaseType>Civil</sys:CaseType>
  17. <sys:CaseType>Bankrupt</sys:CaseType>
  18. </CaseTypeCodes>
  19. <ClaimSumFrom>300000</ClaimSumFrom>
  20. <Count>100</Count>
  21. <Page>1</Page>
  22. <Sides>
  23. <CaseSide>
  24. <Inn>4703150399</Inn>
  25. <Type>1</Type>
  26. </CaseSide>
  27. </Sides>
  28. <StartDateFrom>1900-01-01T00:00:00</StartDateFrom>
  29. <StartDateTo>2020-01-15T11:29:49</StartDateTo>
  30. </tem:request>
  31. </tem:SearchCaseArbitr>
  32. </soapenv:Body>
  33. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement