embaka

Untitled

Apr 12th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <env:Envelope
  3. xmlns:env="http://www.w3.org/2003/05/soap-envelope"
  4. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <env:Header>
  8. <wsse:Security
  9. xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
  10. xmlns:env="http://www.w3.org/2003/05/soap-envelope"
  11. xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1">
  12. <wsse:UsernameToken>
  13. <wsse:Username>WSSVCCASCO</wsse:Username>
  14. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">1WSSVCCASCO1</wsse:Password>
  15. </wsse:UsernameToken>
  16. </wsse:Security>
  17. </env:Header>
  18. <env:Body>
  19. <InsuranceSvc
  20. xmlns="http://www.fadata.bg/Insurance_Messages/v1.1/xml/"
  21. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fadata.bg/Insurance_Messages/v1.1/xml/ http://10.66.205.16/insisws/wsrqhandler:7013/schema?insis">
  22. <InsuranceSvcRq>
  23. <RegisterAddCovAnnexRq>
  24. <PolicyNo>BG/26/120001110292</PolicyNo>
  25. <InsuredObjectID>3087212493</InsuredObjectID>
  26. <Covers>
  27. <CoverCode>DUMMY</CoverCode>
  28. <InsuredAmount>0</InsuredAmount>
  29. </Covers>
  30. <Annex>
  31. <BeginDate>2021-01-27</BeginDate>
  32. <EndDate>2021-04-25</EndDate>
  33. <DateGiven>2021-01-26</DateGiven>
  34. <AnnexInfo>PROCESS=PAY_PREMIUM; USERNAME=SIMIHAYLOVAG; INSTALL_AMOUNT=57.72; PAYMENT_WAY=1;</AnnexInfo>
  35. <ReasonID>POLCOPY</ReasonID>
  36. <AgentID>1030009018</AgentID>
  37. </Annex>
  38. </RegisterAddCovAnnexRq>
  39. </InsuranceSvcRq>
  40. </InsuranceSvc>
  41. </env:Body>
  42. </env:Envelope>
  43.  
Advertisement
Add Comment
Please, Sign In to add comment