embaka

Untitled

Mar 2nd, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope
  3. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  4. xmlns:ns1="http://www.fadata.bg/Insurance_Messages/v1.1/xml/"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6. <SOAP-ENV:Header>
  7. <wsse:Security
  8. xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" SOAP-ENV:mustUnderstand="1">
  9. <wsse:UsernameToken>
  10. <wsse:Username>WSSVCCASCO</wsse:Username>
  11. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">1WSSVCCASCO1</wsse:Password>
  12. <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">L6WcoAAe7PaV32A9h4WmEMtx59YcM0RDM6s+Ds37Rhk=</wsse:Nonce>
  13. <wsu:Created
  14. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2021-02-15T11:44:57Z
  15. </wsu:Created>
  16. </wsse:UsernameToken>
  17. </wsse:Security>
  18. </SOAP-ENV:Header>
  19. <SOAP-ENV:Body>
  20. <InsuranceSvc xsi:type="ns1:InsuranceSvc_Type">
  21. <ns1:InsuranceSvcRq>
  22. <ns1:ChangeClientInfoRq>
  23. <ns1:Entity>
  24. <ns1:PersonalData>
  25. <ns1:PID>6305126647</ns1:PID>
  26. <ns1:Gender>1</ns1:Gender>
  27. <ns1:BirthDate>1963-05-12</ns1:BirthDate>
  28. </ns1:PersonalData>
  29. </ns1:Entity>
  30. <ns1:Addresses>
  31. <ns1:Address>
  32. <ns1:Country>BULGARIA</ns1:Country>
  33. <ns1:CountryCode>BG</ns1:CountryCode>
  34. <ns1:State>СОФИЯ-ГРАД</ns1:State>
  35. <ns1:CountryState>23</ns1:CountryState>
  36. <ns1:Region>София - Град</ns1:Region>
  37. <ns1:StateRegion>300</ns1:StateRegion>
  38. <ns1:City>София</ns1:City>
  39. <ns1:CityCode>4424</ns1:CityCode>
  40. <ns1:ResidentialAddress>
  41. <ns1:StreetName>Вежен</ns1:StreetName>
  42. <ns1:BlockNo>25</ns1:BlockNo>
  43. <ns1:Entrance>Д</ns1:Entrance>
  44. </ns1:ResidentialAddress>
  45. <ns1:ZipCode>1421</ns1:ZipCode>
  46. <ns1:AddressType>C</ns1:AddressType>
  47. </ns1:Address>
  48. </ns1:Addresses>
  49. <ns1:Contacts>
  50. <ns1:Contact>
  51. <ns1:Type>MOBILE</ns1:Type>
  52. <ns1:Details>0887786617</ns1:Details>
  53. <ns1:Default>Y</ns1:Default>
  54. </ns1:Contact>
  55. <ns1:Contact>
  56. <ns1:Type>EMAIL</ns1:Type>
  57. <ns1:Details>еvgenipopov7@gmail.com</ns1:Details>
  58. <ns1:Default>Y</ns1:Default>
  59. </ns1:Contact>
  60. </ns1:Contacts>
  61. </ns1:ChangeClientInfoRq>
  62. </ns1:InsuranceSvcRq>
  63. </InsuranceSvc>
  64. </SOAP-ENV:Body>
  65. </SOAP-ENV:Envelope>
Add Comment
Please, Sign In to add comment