embaka

Untitled

Nov 18th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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. <PassportData>
  27. <IDType>I</IDType>
  28. <IDNumber>*</IDNumber>
  29. <DateOfIssue/>
  30. <PlaceOfIssue/>
  31. </PassportData>
  32. <PID>3407305871</PID>
  33. <Gender>2</Gender>
  34. <BirthDate>1934-07-30</BirthDate>
  35. <Age>86</Age>
  36. </PersonalData>
  37. </Entity>
  38. <Contacts/>
  39. <Addresses>
  40. <Address>
  41. <Country>България</Country>
  42. <CountryCode>BG</CountryCode>
  43. <State>Бургас</State>
  44. <CountryState>2</CountryState>
  45. <Region>Бургас</Region>
  46. <StateRegion>16</StateRegion>
  47. <City>Бургас</City>
  48. <CityCode>569</CityCode>
  49. <ZipCode>8009</ZipCode>
  50. <AddressType>F</AddressType>
  51. <Address>кв.Меден Рудник, ул.Слънчеви хълмове /Съни хил/</Address>
  52. <Notes/>
  53. <ResidentialAddress>
  54. <QuarterName>Меден Рудник</QuarterName>
  55. <QuarterID/>
  56. <StreetName>Слънчеви хълмове /Съни хил/</StreetName>
  57. <StreetNo/>
  58. <BlockNo/>
  59. <Entrance/>
  60. <Floor/>
  61. <Apartment/>
  62. </ResidentialAddress>
  63. </Address>
  64. <Address>
  65. <Country>България</Country>
  66. <CountryCode>BG</CountryCode>
  67. <AddressType>F</AddressType>
  68. <CountryState>2</CountryState>
  69. <State>Бургас</State>
  70. <Region>Бургас</Region>
  71. <StateRegion>16</StateRegion>
  72. <City>Бургас</City>
  73. <CityCode>569</CityCode>
  74. <ZipCode>8009</ZipCode>
  75. <Address/>
  76. <ResidentialAddress>
  77. <QuarterName>Меден Рудник</QuarterName>
  78. <StreetName>Слънчеви хълмове /Съни хил/</StreetName>
  79. <StreetNo/>
  80. <BlockNo/>
  81. <Entrance/>
  82. <Floor/>
  83. <Apartment/>
  84. </ResidentialAddress>
  85. </Address>
  86. </Addresses>
  87. <BankAccounts/>
  88. </ChangePersonInfoRq>
  89. </InsuranceSvcRq>
  90. </InsuranceSvc>
  91. </env:Body>
  92. </env:Envelope>
  93.  
Advertisement
Add Comment
Please, Sign In to add comment