Advertisement
embaka

Untitled

Jan 21st, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 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. <RegisterQuotationRq>
  24. <Client>
  25. <Entity>
  26. <CompanyData>
  27. <CustomerID>201196543</CustomerID>
  28. <Name>"АД-БИ-В" ЕООД</Name>
  29. <ContactPerson>Представител три имена</ContactPerson>
  30. <EntityType>2</EntityType>
  31. </CompanyData>
  32. </Entity>
  33. <Addresses>
  34. <Address>
  35. <AddressType>A</AddressType>
  36. <Country>BULGARIA</Country>
  37. <City>РАКИТОВО</City>
  38. <Address>bul. Tsarigradsko Shose 47A</Address>
  39. <ZipCode>4640</ZipCode>
  40. <State>ПАЗАРДЖИК</State>
  41. <Region>РАКИТОВО</Region>
  42. <ResidentialAddress>
  43. <QuarterName/>
  44. <StreetName>.</StreetName>
  45. <StreetNo/>
  46. <BlockNo/>
  47. <Entrance/>
  48. <Floor/>
  49. <Apartment/>
  50. </ResidentialAddress>
  51. </Address>
  52. <Address>
  53. <AddressType>C</AddressType>
  54. <Country>BULGARIA</Country>
  55. <City>РАКИТОВО</City>
  56. <Address>bul. Tsarigradsko Shose 47A</Address>
  57. <ZipCode>4640</ZipCode>
  58. <State>ПАЗАРДЖИК</State>
  59. <Region>РАКИТОВО</Region>
  60. </Address>
  61. </Addresses>
  62. <Contacts>
  63. <Contact>
  64. <Type>MOBILE</Type>
  65. <Details>9089767567889</Details>
  66. <Default>Y</Default>
  67. </Contact>
  68. </Contacts>
  69. </Client>
  70. <Insureds>
  71. <Insured>
  72. <InsuredObjectID>-1</InsuredObjectID>
  73. <InsuredEntity>
  74. <OCar>
  75. <RegNo>BT1200BT</RegNo>
  76. <Chassis>123HDKC7DS69D90S</Chassis>
  77. <CarType>1</CarType>
  78. <RegType>1</RegType>
  79. <CarUsage>1</CarUsage>
  80. <SeatsNum>5</SeatsNum>
  81. <Make>DACIA</Make>
  82. <Model>LOGAN</Model>
  83. <Modification/>
  84. <Engine>*</Engine>
  85. <FuelType>B</FuelType>
  86. <ProdType>2</ProdType>
  87. <DoorNum>5</DoorNum>
  88. <ProdYear>2014</ProdYear>
  89. <CarAge>6</CarAge>
  90. <CarColor>21</CarColor>
  91. <Modified>0</Modified>
  92. <EnginePower>66</EnginePower>
  93. <Tonage>1.5</Tonage>
  94. <CCMTon>1390</CCMTon>
  95. <BonusMalus>0</BonusMalus>
  96. <CustomProperties>
  97. <CustomProperty>
  98. <FieldName>IOP1</FieldName>
  99. <ProductCode>6701</ProductCode>
  100. <Value>1</Value>
  101. </CustomProperty>
  102. <CustomProperty>
  103. <FieldName>IOP2</FieldName>
  104. <ProductCode>6701</ProductCode>
  105. <Value>1</Value>
  106. </CustomProperty>
  107. <CustomProperty>
  108. <FieldName>IOP3</FieldName>
  109. <ProductCode>6701</ProductCode>
  110. <Value>1</Value>
  111. </CustomProperty>
  112. <CustomProperty>
  113. <FieldName>OCP4</FieldName>
  114. <ProductCode>6701</ProductCode>
  115. <Value>1000</Value>
  116. </CustomProperty>
  117. </CustomProperties>
  118. </OCar>
  119. <Owners>
  120. <Owner>
  121. <Entity>
  122. <CompanyData>
  123. <Name>"АД-БИ-В" ЕООД</Name>
  124. <CustomerID>201196543</CustomerID>
  125. <ContactPerson/>
  126. <EntityType>2</EntityType>
  127. </CompanyData>
  128. </Entity>
  129. <Addresses>
  130. <Address>
  131. <Aa>
  132. <Country>BULGARIA</Country>
  133. <State>ПАЗАРДЖИК</State>
  134. <Region>РАКИТОВО</Region>
  135. <City>РАКИТОВО</City>
  136. <ResidentialAddress>
  137. <StreetName>.</StreetName>
  138. </ResidentialAddress>
  139. <ZipCode>4640</ZipCode>
  140. <AddressType>A</AddressType>
  141. <Address>bul. Tsarigradsko Shose 47A</Address>
  142. </Aa>
  143. <Aa>
  144. <Country>BULGARIA</Country>
  145. <State>ПАЗАРДЖИК</State>
  146. <Region>РАКИТОВО</Region>
  147. <City>РАКИТОВО</City>
  148. <ResidentialAddress/>
  149. <ZipCode>4640</ZipCode>
  150. <AddressType>C</AddressType>
  151. <Address>bul. Tsarigradsko Shose 47A</Address>
  152. </Aa>
  153. </Address>
  154. </Addresses>
  155. <Contacts>
  156. <Contact>
  157. <Aa>
  158. <Type>MOBILE</Type>
  159. <Details>9089767567889</Details>
  160. <Default>Y</Default>
  161. </Aa>
  162. <Aa>
  163. <Type>EMAIL</Type>
  164. <Details>emiliyan.dimitrov@imaginarica.com</Details>
  165. <Default>Y</Default>
  166. </Aa>
  167. </Contact>
  168. </Contacts>
  169. <BeginDate>2020-01-16</BeginDate>
  170. <EndDate>2020-01-15</EndDate>
  171. <Percent>0</Percent>
  172. </Owner>
  173. <Owner>
  174. <Entity>
  175. <PersonalData>
  176. <Name>
  177. <Given>Емилиян</Given>
  178. <Surname>Николов</Surname>
  179. <Family>Димитров</Family>
  180. </Name>
  181. <PID>8307175665</PID>
  182. <Gender>1</Gender>
  183. <BirthDate>1983-07-17</BirthDate>
  184. <PassportData>
  185. <IDType>I</IDType>
  186. </PassportData>
  187. <Age>36</Age>
  188. <EntityType>1</EntityType>
  189. </PersonalData>
  190. </Entity>
  191. <Addresses>
  192. <Address>
  193. <Aa>
  194. <Country>BULGARIA</Country>
  195. <State>ВЕЛИКО ТЪРНОВО</State>
  196. <Region>ВЕЛИКО ТЪРНОВО</Region>
  197. <City>ВЕЛИКО ТЪРНОВО</City>
  198. <ResidentialAddress>
  199. <StreetName>.</StreetName>
  200. </ResidentialAddress>
  201. <ZipCode>5000</ZipCode>
  202. <AddressType>A</AddressType>
  203. <Address>Адрес за кореспонденция</Address>
  204. </Aa>
  205. <Aa>
  206. <Country>BULGARIA</Country>
  207. <State>ВЕЛИКО ТЪРНОВО</State>
  208. <Region>ВЕЛИКО ТЪРНОВО</Region>
  209. <City>ВЕЛИКО ТЪРНОВО</City>
  210. <ResidentialAddress/>
  211. <ZipCode>5000</ZipCode>
  212. <AddressType>C</AddressType>
  213. <Address>Адрес за кореспонденция</Address>
  214. </Aa>
  215. </Address>
  216. </Addresses>
  217. <Contacts>
  218. <Contact>
  219. <Aa>
  220. <Type>MOBILE</Type>
  221. <Details>0987654567</Details>
  222. <Default>Y</Default>
  223. </Aa>
  224. <Aa>
  225. <Type>EMAIL</Type>
  226. <Details>emiliyan.dimitrov@imaginarica.com</Details>
  227. <Default>Y</Default>
  228. </Aa>
  229. </Contact>
  230. </Contacts>
  231. <BeginDate>2020-01-16</BeginDate>
  232. <Percent>100</Percent>
  233. </Owner>
  234. </Owners>
  235. <RelatedPersons>
  236. <RelatedPerson>
  237. <PersonType>105</PersonType>
  238. <PID>0542265454</PID>
  239. <Entity>
  240. <PersonalData>
  241. <Name>
  242. <Given>Представител</Given>
  243. <Surname>три</Surname>
  244. <Family>имена </Family>
  245. </Name>
  246. <PID>0542265454</PID>
  247. <Gender>2</Gender>
  248. <BirthDate>2005-02-26</BirthDate>
  249. <PassportData>
  250. <IDType>I</IDType>
  251. </PassportData>
  252. <EntityType>1</EntityType>
  253. </PersonalData>
  254. </Entity>
  255. <IncludedPolicy>Y</IncludedPolicy>
  256. <ProductCode>6701</ProductCode>
  257. <OthersData>
  258. <AddressType>105</AddressType>
  259. </OthersData>
  260. </RelatedPerson>
  261. <RelatedPerson>
  262. <PersonType>113</PersonType>
  263. <PID>8307175665</PID>
  264. <Entity>
  265. <PersonalData>
  266. <Name>
  267. <Given>Емилиян</Given>
  268. <Surname>Николов</Surname>
  269. <Family>Димитров</Family>
  270. </Name>
  271. <PID>8307175665</PID>
  272. <Gender>1</Gender>
  273. <BirthDate>1983-07-17</BirthDate>
  274. <PassportData>
  275. <IDType>I</IDType>
  276. </PassportData>
  277. <EntityType>1</EntityType>
  278. </PersonalData>
  279. </Entity>
  280. <IncludedPolicy>Y</IncludedPolicy>
  281. <ProductCode>6701</ProductCode>
  282. <OthersData>
  283. <AddressType>113</AddressType>
  284. </OthersData>
  285. </RelatedPerson>
  286. </RelatedPersons>
  287. </InsuredEntity>
  288. <InsuredAmount>3200</InsuredAmount>
  289. <Currency>BGN</Currency>
  290. <Covers>
  291. <Cover>
  292. <AnnexID>0</AnnexID>
  293. <InsuredAmount>3200</InsuredAmount>
  294. <Currency>BGN</Currency>
  295. <CoverCode>CASCO_ALL</CoverCode>
  296. </Cover>
  297. </Covers>
  298. </Insured>
  299. </Insureds>
  300. <InsuranceConditions>
  301. <ProductCode>6701</ProductCode>
  302. <EffectiveDate>2020-01-21 15:41</EffectiveDate>
  303. <Installments>1</Installments>
  304. <AgentNo>1030012121</AgentNo>
  305. <Questionary>
  306. <Question>
  307. <ID>6701.78</ID>
  308. <AnswerID>1</AnswerID>
  309. </Question>
  310. <Question>
  311. <ID>6701.33</ID>
  312. <AnswerID>2</AnswerID>
  313. </Question>
  314. <Question>
  315. <ID>6701.1</ID>
  316. <AnswerID>14/01/2014</AnswerID>
  317. </Question>
  318. <Question>
  319. <ID>6701.94</ID>
  320. <AnswerID>DACIA LOGAN </AnswerID>
  321. </Question>
  322. <Question>
  323. <ID>6701.67</ID>
  324. <Answer>2</Answer>
  325. </Question>
  326. <Question>
  327. <ID>6701.69</ID>
  328. <Answer>0</Answer>
  329. </Question>
  330. <Question>
  331. <ID>6701.79</ID>
  332. <Answer>1.3</Answer>
  333. </Question>
  334. <Question>
  335. <ID>6701.998</ID>
  336. <Answer>Представител три имена</Answer>
  337. </Question>
  338. <Question>
  339. <ID>6701.999</ID>
  340. <Answer>0542265454</Answer>
  341. </Question>
  342. </Questionary>
  343. <CommonConditions>
  344. <Condition>
  345. <Type>USERNAME</Type>
  346. <Value>mtplg</Value>
  347. </Condition>
  348. </CommonConditions>
  349. </InsuranceConditions>
  350. </RegisterQuotationRq>
  351. </InsuranceSvcRq>
  352. </InsuranceSvc>
  353. </env:Body>
  354. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement