Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 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>175273117</CustomerID>
  28. <Name>"ФИКС" ЕООД</Name>
  29. <ContactPerson>No Such Person</ContactPerson>
  30. </CompanyData>
  31. </Entity>
  32. <Addresses>
  33. <Address>
  34. <AddressType>A</AddressType>
  35. <Country>BULGARIA</Country>
  36. <City>СОФИЯ</City>
  37. <Address>bul. Tsarigradsko Shose 47A</Address>
  38. <ZipCode>1000</ZipCode>
  39. <State>СОФИЯ-ГРАД</State>
  40. <Region>СОФИЯ - ГРАД</Region>
  41. <ResidentialAddress>
  42. <QuarterName/>
  43. <StreetName>.</StreetName>
  44. <StreetNo/>
  45. <BlockNo/>
  46. <Entrance/>
  47. <Floor/>
  48. <Apartment/>
  49. </ResidentialAddress>
  50. </Address>
  51. </Addresses>
  52. <Contacts>
  53. <Contact>
  54. <Type>MOBILE</Type>
  55. <Details>888888888</Details>
  56. <Default>Y</Default>
  57. </Contact>
  58. </Contacts>
  59. </Client>
  60. <Insureds>
  61. <Insured>
  62. <InsuredObjectID>-1</InsuredObjectID>
  63. <InsuredEntity>
  64. <OCar>
  65. <RegNo>C00110234</RegNo>
  66. <Chassis>5A245BB207B3F157C</Chassis>
  67. <CarType>1</CarType>
  68. <RegType>1</RegType>
  69. <CarUsage>1</CarUsage>
  70. <SeatsNum>5</SeatsNum>
  71. <Make>ALFA ROMEO</Make>
  72. <Model>166</Model>
  73. <Modification/>
  74. <Engine>*</Engine>
  75. <FuelType>P</FuelType>
  76. <ProdType>2</ProdType>
  77. <DoorNum>4</DoorNum>
  78. <ProdYear>2000</ProdYear>
  79. <CarAge>19</CarAge>
  80. <Modified>0</Modified>
  81. <EnginePower>110/150</EnginePower>
  82. <Tonage>1.5</Tonage>
  83. <CCMTon>1970</CCMTon>
  84. <BonusMalus>0</BonusMalus>
  85. <CustomProperties>
  86. <CustomProperty>
  87. <FieldName>IOP1</FieldName>
  88. <ProductCode>6701</ProductCode>
  89. <Value>1</Value>
  90. </CustomProperty>
  91. <CustomProperty>
  92. <FieldName>IOP2</FieldName>
  93. <ProductCode>6701</ProductCode>
  94. <Value>1</Value>
  95. </CustomProperty>
  96. <CustomProperty>
  97. <FieldName>IOP3</FieldName>
  98. <ProductCode>6701</ProductCode>
  99. <Value>1</Value>
  100. </CustomProperty>
  101. <CustomProperty>
  102. <FieldName>OCP4</FieldName>
  103. <ProductCode>6701</ProductCode>
  104. <Value>1000</Value>
  105. </CustomProperty>
  106. </CustomProperties>
  107. </OCar>
  108. <RelatedPersons>
  109. <RelatedPerson>
  110. <PersonType>111</PersonType>
  111. <PID>175273117</PID>
  112. <IncludedPolicy>Y</IncludedPolicy>
  113. <ProductCode>6701</ProductCode>
  114. <OthersData>
  115. <AddressType>111</AddressType>
  116. <ManID/>
  117. </OthersData>
  118. </RelatedPerson>
  119. <RelatedPerson>
  120. <PersonType>112</PersonType>
  121. <PID>175273117</PID>
  122. <OthersData>
  123. <AddressType>112</AddressType>
  124. <ManID/>
  125. </OthersData>
  126. </RelatedPerson>
  127. <RelatedPerson>
  128. <PersonType>113</PersonType>
  129. <PID>175273117</PID>
  130. <OthersData>
  131. <AddressType>113</AddressType>
  132. <ManID/>
  133. </OthersData>
  134. </RelatedPerson>
  135. <RelatedPerson>
  136. <PersonType>105</PersonType>
  137. <PID>175273117</PID>
  138. <OthersData>
  139. <AddressType>105</AddressType>
  140. <ManID/>
  141. </OthersData>
  142. </RelatedPerson>
  143. </RelatedPersons>
  144. <Owners>
  145. <Owner>
  146. <Entity>
  147. <CompanyData>
  148. <CustomerID>175273117</CustomerID>
  149. <ContactPerson/>
  150. </CompanyData>
  151. </Entity>
  152. <BeginDate>2019-11-20</BeginDate>
  153. <Percent>100</Percent>
  154. </Owner>
  155. </Owners>
  156. </InsuredEntity>
  157. <InsuredAmount>20000</InsuredAmount>
  158. <Currency>BGN</Currency>
  159. <Covers>
  160. <Cover>
  161. <AnnexID>0</AnnexID>
  162. <InsuredAmount>20000</InsuredAmount>
  163. <Currency>BGN</Currency>
  164. <CoverCode>CASCO_ALL</CoverCode>
  165. </Cover>
  166. </Covers>
  167. </Insured>
  168. </Insureds>
  169. <InsuranceConditions>
  170. <ProductCode>6701</ProductCode>
  171. <EffectiveDate>2019-11-22</EffectiveDate>
  172. <Installments>1</Installments>
  173. <AgentNo>1030000001</AgentNo>
  174. <Questionary>
  175. <Question>
  176. <ID>6701.78</ID>
  177. <AnswerID>1</AnswerID>
  178. </Question>
  179. <Question>
  180. <ID>6701.33</ID>
  181. <AnswerID>1</AnswerID>
  182. </Question>
  183. <Question>
  184. <ID>6701.1</ID>
  185. <AnswerID>26/11/2000</AnswerID>
  186. </Question>
  187. <Question>
  188. <ID>6701.94</ID>
  189. <AnswerID>ALFA ROMEO 166 2.0 Twin Spark Progression</AnswerID>
  190. </Question>
  191. <Question>
  192. <ID>6701.14</ID>
  193. <Answer>1</Answer>
  194. </Question>
  195. <Question>
  196. <ID>6701.15</ID>
  197. <Answer>0</Answer>
  198. </Question>
  199. <Question>
  200. <ID>6701.998</ID>
  201. <Answer>Представител три имена</Answer>
  202. </Question>
  203. <Question>
  204. <ID>6701.999</ID>
  205. <Answer>Представител ЕГН</Answer>
  206. </Question>
  207. </Questionary>
  208. <CommonConditions>
  209. <Condition>
  210. <Type>USERNAME</Type>
  211. <Value>mtplg</Value>
  212. </Condition>
  213. </CommonConditions>
  214. </InsuranceConditions>
  215. </RegisterQuotationRq>
  216. </InsuranceSvcRq>
  217. </InsuranceSvc>
  218. </env:Body>
  219. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement