embaka

Untitled

Mar 17th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.24 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. <RegisterApplicationRq>
  24. <Client>
  25. <Entity>
  26. <PersonalData>
  27. <PID>8604119479</PID>
  28. </PersonalData>
  29. </Entity>
  30. </Client>
  31. <Insureds>
  32. <Insured>
  33. <InsuredAmount>100000</InsuredAmount>
  34. <Currency>BGN</Currency>
  35. <Covers>
  36. <Cover>
  37. <AnnexID>0</AnnexID>
  38. <InsuredAmount>100000</InsuredAmount>
  39. <Currency>BGN</Currency>
  40. <CoverCode>MAINCOV</CoverCode>
  41. </Cover>
  42. <Cover>
  43. <AnnexID>0</AnnexID>
  44. <InsuredAmount>100000</InsuredAmount>
  45. <Currency>BGN</Currency>
  46. <CoverCode>EARTHQUAKE</CoverCode>
  47. <Indemnity>
  48. <FranchiseType>DEDUCT</FranchiseType>
  49. <FranchiseDimension>P</FranchiseDimension>
  50. <FranchiseValue>2</FranchiseValue>
  51. <FranchiseCurrency>BGN</FranchiseCurrency>
  52. </Indemnity>
  53. </Cover>
  54. <Cover>
  55. <AnnexID>0</AnnexID>
  56. <InsuredAmount>100000</InsuredAmount>
  57. <Currency>BGN</Currency>
  58. <CoverCode>MALARSON</CoverCode>
  59. </Cover>
  60. </Covers>
  61. <InsuredEntity>
  62. <ObjectID>-1</ObjectID>
  63. <OProperty>
  64. <PropertyKind>31</PropertyKind>
  65. <PropertyType>3101</PropertyType>
  66. <Name>Апартамент</Name>
  67. <CustomProperties>
  68. <CustomProperty>
  69. <FieldName>OPP1</FieldName>
  70. <ProductCode>8501</ProductCode>
  71. <Value>08</Value>
  72. </CustomProperty>
  73. <CustomProperty>
  74. <FieldName>OPP2</FieldName>
  75. <ProductCode>8501</ProductCode>
  76. <Value>01</Value>
  77. </CustomProperty>
  78. <CustomProperty>
  79. <FieldName>OPP10</FieldName>
  80. <ProductCode>8501</ProductCode>
  81. <Value>7</Value>
  82. </CustomProperty>
  83. <CustomProperty>
  84. <FieldName>OPP11</FieldName>
  85. <ProductCode>8501</ProductCode>
  86. <Value>567890-765678-8766</Value>
  87. </CustomProperty>
  88. </CustomProperties>
  89. <NewAddress>
  90. <Country>България</Country>
  91. <CountryCode>BG</CountryCode>
  92. <CountryState>3</CountryState>
  93. <State>Варна</State>
  94. <Region>Варна</Region>
  95. <StateRegion>32</StateRegion>
  96. <City>Варна</City>
  97. <CityCode>656</CityCode>
  98. <ZipCode>9010</ZipCode>
  99. <Address>Доктор Желязкова</Address>
  100. <ResidentialAddress>
  101. <QuarterName>Васил Левски</QuarterName>
  102. <StreetName>Доктор Желязкова</StreetName>
  103. <StreetNo>13</StreetNo>
  104. <BlockNo>23</BlockNo>
  105. <Entrance>а</Entrance>
  106. <Floor>8</Floor>
  107. <Apartment>24</Apartment>
  108. </ResidentialAddress>
  109. </NewAddress>
  110. </OProperty>
  111. <Owners>
  112. <Owner>
  113. <Entity>
  114. <PersonalData>
  115. <PID>8604119479</PID>
  116. </PersonalData>
  117. </Entity>
  118. <BeginDate>2020-03-17</BeginDate>
  119. <Percent>100</Percent>
  120. </Owner>
  121. </Owners>
  122. </InsuredEntity>
  123. </Insured>
  124. <Insured>
  125. <InsuredEntity>
  126. <ObjectID>-1</ObjectID>
  127. <OProperty>
  128. <PropertyKind>33</PropertyKind>
  129. <PropertyType>3320</PropertyType>
  130. <Name>Домашно имущество - Апартамент</Name>
  131. <CustomProperties>
  132. <CustomProperty>
  133. <FieldName>OPP1</FieldName>
  134. <ProductCode>8501</ProductCode>
  135. <Value>08</Value>
  136. </CustomProperty>
  137. <CustomProperty>
  138. <FieldName>OPP2</FieldName>
  139. <ProductCode>8501</ProductCode>
  140. <Value>01</Value>
  141. </CustomProperty>
  142. <CustomProperty>
  143. <FieldName>OPP10</FieldName>
  144. <ProductCode>8501</ProductCode>
  145. <Value>7</Value>
  146. </CustomProperty>
  147. </CustomProperties>
  148. <NewAddress>
  149. <Country>България</Country>
  150. <CountryCode>BG</CountryCode>
  151. <CountryState>3</CountryState>
  152. <State>Варна</State>
  153. <Region>Варна</Region>
  154. <StateRegion>32</StateRegion>
  155. <City>Варна</City>
  156. <CityCode>656</CityCode>
  157. <ZipCode>9010</ZipCode>
  158. <Address>Доктор Желязкова</Address>
  159. <ResidentialAddress>
  160. <QuarterName>Васил Левски</QuarterName>
  161. <StreetName>Доктор Желязкова</StreetName>
  162. <StreetNo>13</StreetNo>
  163. <BlockNo>23</BlockNo>
  164. <Entrance>а</Entrance>
  165. <Floor>8</Floor>
  166. <Apartment>24</Apartment>
  167. </ResidentialAddress>
  168. </NewAddress>
  169. </OProperty>
  170. <Owners>
  171. <Owner>
  172. <Entity>
  173. <PersonalData>
  174. <PID>8604119479</PID>
  175. </PersonalData>
  176. </Entity>
  177. <BeginDate>2020-03-17</BeginDate>
  178. <Percent>100</Percent>
  179. </Owner>
  180. </Owners>
  181. </InsuredEntity>
  182. <InsuredAmount>30000</InsuredAmount>
  183. <Currency>BGN</Currency>
  184. <Covers>
  185. <Cover>
  186. <AnnexID>0</AnnexID>
  187. <InsuredAmount>30000</InsuredAmount>
  188. <Currency>BGN</Currency>
  189. <CoverCode>MAINCOV</CoverCode>
  190. </Cover>
  191. <Cover>
  192. <AnnexID>0</AnnexID>
  193. <InsuredAmount>30000</InsuredAmount>
  194. <Currency>BGN</Currency>
  195. <CoverCode>EARTHQUAKE</CoverCode>
  196. <Indemnity>
  197. <FranchiseType>DEDUCT</FranchiseType>
  198. <FranchiseDimension>P</FranchiseDimension>
  199. <FranchiseValue>-1</FranchiseValue>
  200. <FranchiseCurrency>BGN</FranchiseCurrency>
  201. </Indemnity>
  202. </Cover>
  203. <Cover>
  204. <AnnexID>0</AnnexID>
  205. <InsuredAmount>30000</InsuredAmount>
  206. <Currency>BGN</Currency>
  207. <CoverCode>MALARSON</CoverCode>
  208. </Cover>
  209. <Cover>
  210. <AnnexID>0</AnnexID>
  211. <InsuredAmount>3000</InsuredAmount>
  212. <Currency>BGN</Currency>
  213. <CoverCode>SHORTCIRC</CoverCode>
  214. </Cover>
  215. <Cover>
  216. <AnnexID>0</AnnexID>
  217. <InsuredAmount>3000</InsuredAmount>
  218. <Currency>BGN</Currency>
  219. <CoverCode>MAINCOVE</CoverCode>
  220. </Cover>
  221. <Cover>
  222. <AnnexID>0</AnnexID>
  223. <InsuredAmount>9000</InsuredAmount>
  224. <Currency>BGN</Currency>
  225. <CoverCode>THEFT</CoverCode>
  226. </Cover>
  227. </Covers>
  228. </Insured>
  229. <Insured>
  230. <InsuredEntity>
  231. <ObjectID>-1</ObjectID>
  232. <Owners>
  233. <Owner>
  234. <Entity>
  235. <PersonalData>
  236. <PID>8604119479</PID>
  237. </PersonalData>
  238. </Entity>
  239. <BeginDate>2020-03-17</BeginDate>
  240. <Percent>100</Percent>
  241. </Owner>
  242. </Owners>
  243. <OLiability>
  244. <LiabDesc>ОТГОВОРНОСТ</LiabDesc>
  245. <LiabType>1</LiabType>
  246. <NewAddress>
  247. <Country>България</Country>
  248. <CountryCode>BG</CountryCode>
  249. <CountryState>3</CountryState>
  250. <State>Варна</State>
  251. <Region>Варна</Region>
  252. <StateRegion>32</StateRegion>
  253. <City>Варна</City>
  254. <CityCode>656</CityCode>
  255. <ZipCode>9010</ZipCode>
  256. <Address>Доктор Желязкова</Address>
  257. <ResidentialAddress>
  258. <QuarterName>Васил Левски</QuarterName>
  259. <StreetName>Доктор Желязкова</StreetName>
  260. <StreetNo>13</StreetNo>
  261. <BlockNo>23</BlockNo>
  262. <Entrance>а</Entrance>
  263. <Floor>8</Floor>
  264. <Apartment>24</Apartment>
  265. </ResidentialAddress>
  266. </NewAddress>
  267. </OLiability>
  268. </InsuredEntity>
  269. <InsuredAmount>5000</InsuredAmount>
  270. <Currency>BGN</Currency>
  271. <Covers>
  272. <Cover>
  273. <AnnexID>0</AnnexID>
  274. <InsuredAmount>5000</InsuredAmount>
  275. <Currency>BGN</Currency>
  276. <CoverCode>LIABFIRM</CoverCode>
  277. </Cover>
  278. <Cover>
  279. <AnnexID>0</AnnexID>
  280. <InsuredAmount>1000</InsuredAmount>
  281. <Currency>BGN</Currency>
  282. <CoverCode>LIABOWNER</CoverCode>
  283. </Cover>
  284. </Covers>
  285. </Insured>
  286. <Insured>
  287. <InsuredEntity>
  288. <ObjectID>-1</ObjectID>
  289. <OInsuredGroups>
  290. <Description>ГРУПА</Description>
  291. <CustomProperties>
  292. <CustomProperty>
  293. <FieldName>OGPP1</FieldName>
  294. <ProductCode>8501</ProductCode>
  295. <Value>1</Value>
  296. </CustomProperty>
  297. </CustomProperties>
  298. </OInsuredGroups>
  299. <Owners>
  300. <Owner>
  301. <Entity>
  302. <PersonalData>
  303. <PID>8604119479</PID>
  304. </PersonalData>
  305. </Entity>
  306. <BeginDate>2020-03-17</BeginDate>
  307. <Percent>100</Percent>
  308. </Owner>
  309. </Owners>
  310. </InsuredEntity>
  311. <InsuredAmount>0</InsuredAmount>
  312. <Currency>BGN</Currency>
  313. <Covers>
  314. <Cover>
  315. <AnnexID>0</AnnexID>
  316. <InsuredAmount>10000</InsuredAmount>
  317. <Currency>BGN</Currency>
  318. <CoverCode>ACCIDENCOV</CoverCode>
  319. </Cover>
  320. <Cover>
  321. <AnnexID>0</AnnexID>
  322. <InsuredAmount>2000</InsuredAmount>
  323. <Currency>BGN</Currency>
  324. <CoverCode>TRIPCANCEL</CoverCode>
  325. </Cover>
  326. </Covers>
  327. </Insured>
  328. </Insureds>
  329. <InsuranceConditions>
  330. <AgentNo>1030000001</AgentNo>
  331. <PaymentWay>3</PaymentWay>
  332. <ProductCode>8501</ProductCode>
  333. <ConclusionDate>2020-03-17</ConclusionDate>
  334. <EffectiveDate>2020-03-18</EffectiveDate>
  335. <Installments>1</Installments>
  336. <Questionary>
  337. <Question>
  338. <ID>8501.01</ID>
  339. <AnswerID>1</AnswerID>
  340. </Question>
  341. <Question>
  342. <ID>8501.02</ID>
  343. <AnswerID>1</AnswerID>
  344. </Question>
  345. <Question>
  346. <ID>8501.03</ID>
  347. <AnswerID>1</AnswerID>
  348. </Question>
  349. <Question>
  350. <ID>8501.04</ID>
  351. <AnswerID>2008</AnswerID>
  352. </Question>
  353. <Question>
  354. <ID>8501.05A</ID>
  355. <AnswerID>1</AnswerID>
  356. </Question>
  357. <Question>
  358. <ID>8501.06</ID>
  359. <AnswerID>1</AnswerID>
  360. </Question>
  361. <Question>
  362. <ID>8501.07</ID>
  363. <AnswerID>1</AnswerID>
  364. </Question>
  365. <Question>
  366. <ID>8501.08</ID>
  367. <AnswerID>1</AnswerID>
  368. </Question>
  369. <Question>
  370. <ID>8501.09A</ID>
  371. <AnswerID>2</AnswerID>
  372. </Question>
  373. <Question>
  374. <ID>8501.10</ID>
  375. <AnswerID>1</AnswerID>
  376. </Question>
  377. <Question>
  378. <ID>8501.11A</ID>
  379. <AnswerID>2</AnswerID>
  380. </Question>
  381. <Question>
  382. <ID>8501.15</ID>
  383. <Answer>78</Answer>
  384. </Question>
  385. <Question>
  386. <ID>8501.12A</ID>
  387. <AnswerID>1</AnswerID>
  388. </Question>
  389. <Question>
  390. <ID>8501.13</ID>
  391. <AnswerID>4</AnswerID>
  392. </Question>
  393. <Question>
  394. <ID>8501.14</ID>
  395. <AnswerID/>
  396. </Question>
  397. <Question>
  398. <ID>8501.997</ID>
  399. <Answer>N</Answer>
  400. </Question>
  401. <Question>
  402. <ID>8501.998</ID>
  403. <Answer/>
  404. </Question>
  405. <Question>
  406. <ID>8501.999</ID>
  407. <Answer/>
  408. </Question>
  409. </Questionary>
  410. <CommonConditions>
  411. <Condition>
  412. <Type>USERNAME</Type>
  413. <Dimension>T</Dimension>
  414. <Value>mtplg</Value>
  415. </Condition>
  416. <Condition>
  417. <Type>LOYALCARD</Type>
  418. <Dimension>N</Dimension>
  419. </Condition>
  420. </CommonConditions>
  421. </InsuranceConditions>
  422. </RegisterApplicationRq>
  423. </InsuranceSvcRq>
  424. </InsuranceSvc>
  425. </env:Body>
  426. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment