Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 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>MTPLG_USRWS</wsse:Username>
  14. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MTPLG_USRWS</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://localhost/insisws/wsrqhandler:7011/schema?insis">
  22. <InsuranceSvcRq>
  23. <ChangePersonInfoRq>
  24. <Entity>
  25. <PersonalData>
  26. <Name>
  27. <Given>Тест</Given>
  28. <Surname>Тестов</Surname>
  29. <Family>Тестов</Family>
  30. </Name>
  31. <PassportData>
  32. <IDType>I</IDType>
  33. <IDNumber>*</IDNumber>
  34. <DateOfIssue/>
  35. <PlaceOfIssue/>
  36. </PassportData>
  37. <PID>0123456789</PID>
  38. <Gender>1</Gender>
  39. <BirthDate>1983-07-17</BirthDate>
  40. <Age>36</Age>
  41. </PersonalData>
  42. </Entity>
  43. <Contacts>
  44. <Contact>
  45. <Type>MOBILE</Type>
  46. <Details>098798798798</Details>
  47. <Default>Y</Default>
  48. </Contact>
  49. <Contact>
  50. <Type>EMAIL</Type>
  51. <Details>emiliyan.dimitrov@imaginarica.com</Details>
  52. <Default>Y</Default>
  53. </Contact>
  54. </Contacts>
  55. <Addresses>
  56. <Address>
  57. <Country>BULGARIA</Country>
  58. <CountryCode/>
  59. <State>СОФИЯ-ОБЛАСТ</State>
  60. <CountryState/>
  61. <Region>СОФИЯ</Region>
  62. <StateRegion/>
  63. <City>СОФИЯ</City>
  64. <CityCode/>
  65. <ZipCode>1000</ZipCode>
  66. <AddressType>A</AddressType>
  67. <Address>Рила 21</Address>
  68. <Notes/>
  69. </Address>
  70. <Address>
  71. <Country>BULGARIA</Country>
  72. <CountryCode/>
  73. <State>СОФИЯ-ГРАД</State>
  74. <CountryState/>
  75. <Region>СОФИЯ - ГРАД</Region>
  76. <StateRegion/>
  77. <City>СОФИЯ</City>
  78. <CityCode/>
  79. <ZipCode>1000</ZipCode>
  80. <AddressType>C</AddressType>
  81. <Address>Рила 21</Address>
  82. <Notes/>
  83. <ResidentialAddress>
  84. <QuarterName/>
  85. <QuarterID/>
  86. <StreetName>Христо Ботев</StreetName>
  87. <StreetNo/>
  88. <BlockNo/>
  89. <Entrance/>
  90. <Floor/>
  91. <Apartment/>
  92. </ResidentialAddress>
  93. </Address>
  94. <Address>
  95. <Country/>
  96. <CountryCode/>
  97. <State>СОФИЯ-ОБЛАСТ</State>
  98. <CountryState/>
  99. <Region>СОФИЯ</Region>
  100. <StateRegion/>
  101. <City/>
  102. <CityCode/>
  103. <ZipCode/>
  104. <AddressType>E</AddressType>
  105. <Address>RILA 21</Address>
  106. <Notes/>
  107. </Address>
  108. <Address>
  109. <Country>BULGARIA</Country>
  110. <CountryCode/>
  111. <State>СОФИЯ-ОБЛАСТ</State>
  112. <CountryState/>
  113. <Region>СОФИЯ</Region>
  114. <StateRegion/>
  115. <City>СОФИЯ</City>
  116. <CityCode/>
  117. <ZipCode>1000</ZipCode>
  118. <AddressType>F</AddressType>
  119. <Address>Рила 21</Address>
  120. <Notes/>
  121. </Address>
  122. </Addresses>
  123. <BankAccounts>
  124. <BankAccount>
  125. <BankName>Банка ДСК ЕАД</BankName>
  126. <BankPID>STSABGSF</BankPID>
  127. <AccountCode/>
  128. <AccountNo>BG43STSA93000017359406</AccountNo>
  129. <Currency>BGN</Currency>
  130. <CardNo/>
  131. <AccountState>1</AccountState>
  132. </BankAccount>
  133. <BankAccount>
  134. <BankName>Банка ДСК ЕАД</BankName>
  135. <BankPID>STSABGSF</BankPID>
  136. <AccountNo>BG43STSA93000017359406</AccountNo>
  137. <Currency>BGN</Currency>
  138. </BankAccount>
  139. </BankAccounts>
  140. </ChangePersonInfoRq>
  141. </InsuranceSvcRq>
  142. </InsuranceSvc>
  143. </env:Body>
  144. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement