Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 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://10.66.207.16/insisws/wsrqhandler:7011/schema?insis">
  22. <InsuranceSvcRq>
  23. <RegisterQuotationRq>
  24. <Client>
  25. <Entity>
  26. <CompanyData>
  27. <CustomerID>4444444444</CustomerID>
  28. <Name>Internal Client</Name>
  29. </CompanyData>
  30. </Entity>
  31. </Client>
  32. <Insureds>
  33. <Insured>
  34. <InsuredAmount>99999</InsuredAmount>
  35. <Currency>BGN</Currency>
  36. <Covers>
  37. <Cover>
  38. <AnnexID>0</AnnexID>
  39. <InsuredAmount>99999</InsuredAmount>
  40. <Currency>BGN</Currency>
  41. <CoverCode>MAINCOV</CoverCode>
  42. </Cover>
  43. </Covers>
  44. <InsuredEntity>
  45. <ObjectID>-1</ObjectID>
  46. <OProperty>
  47. <PropertyKind>31</PropertyKind>
  48. <PropertyType>3101</PropertyType>
  49. <Name>Апартамент</Name>
  50. <CustomProperties>
  51. <CustomProperty>
  52. <FieldName>OPP1</FieldName>
  53. <ProductCode>8501</ProductCode>
  54. <Value>01</Value>
  55. </CustomProperty>
  56. <CustomProperty>
  57. <FieldName>OPP2</FieldName>
  58. <ProductCode>8501</ProductCode>
  59. <Value>01</Value>
  60. </CustomProperty>
  61. <CustomProperty>
  62. <FieldName>OPP10</FieldName>
  63. <ProductCode>8501</ProductCode>
  64. <Value>0</Value>
  65. </CustomProperty>
  66. </CustomProperties>
  67. <AddressID>111111111111</AddressID>
  68. </OProperty>
  69. </InsuredEntity>
  70. </Insured>
  71. <Insured>
  72. <InsuredEntity>
  73. <ObjectID>-1</ObjectID>
  74. <OProperty>
  75. <PropertyKind>33</PropertyKind>
  76. <PropertyType>3320</PropertyType>
  77. <Name>Домашно имущество - Апартамент</Name>
  78. <CustomProperties>
  79. <CustomProperty>
  80. <FieldName>OPP1</FieldName>
  81. <ProductCode>8501</ProductCode>
  82. <Value>01</Value>
  83. </CustomProperty>
  84. <CustomProperty>
  85. <FieldName>OPP2</FieldName>
  86. <ProductCode>8501</ProductCode>
  87. <Value>01</Value>
  88. </CustomProperty>
  89. <CustomProperty>
  90. <FieldName>OPP10</FieldName>
  91. <ProductCode>8501</ProductCode>
  92. <Value>0</Value>
  93. </CustomProperty>
  94. </CustomProperties>
  95. <AddressID>111111111111</AddressID>
  96. </OProperty>
  97. </InsuredEntity>
  98. <InsuredAmount>29999</InsuredAmount>
  99. <Currency>BGN</Currency>
  100. <Covers>
  101. <Cover>
  102. <AnnexID>0</AnnexID>
  103. <InsuredAmount>29999</InsuredAmount>
  104. <Currency>BGN</Currency>
  105. <CoverCode>MAINCOV</CoverCode>
  106. </Cover>
  107. <Cover>
  108. <AnnexID>0</AnnexID>
  109. <InsuredAmount>8999</InsuredAmount>
  110. <Currency>BGN</Currency>
  111. <CoverCode>THEFT</CoverCode>
  112. </Cover>
  113. </Covers>
  114. </Insured>
  115. </Insureds>
  116. <InsuranceConditions>
  117. <AgentNo>1030008432</AgentNo>
  118. <ProductCode>8501</ProductCode>
  119. <ConclusionDate>2018-12-11</ConclusionDate>
  120. <EffectiveDate>2018-12-12</EffectiveDate>
  121. <PaymentWay>3</PaymentWay>
  122. <Installments>1</Installments>
  123. <Questionary>
  124. <Question>
  125. <ID>8501.01</ID>
  126. <AnswerID>1</AnswerID>
  127. </Question>
  128. <Question>
  129. <ID>8501.02</ID>
  130. <AnswerID>1</AnswerID>
  131. </Question>
  132. <Question>
  133. <ID>8501.03</ID>
  134. <AnswerID>1</AnswerID>
  135. </Question>
  136. <Question>
  137. <ID>8501.04</ID>
  138. <AnswerID>1999</AnswerID>
  139. </Question>
  140. <Question>
  141. <ID>8501.05A</ID>
  142. <AnswerID>1</AnswerID>
  143. </Question>
  144. <Question>
  145. <ID>8501.06</ID>
  146. <AnswerID>1</AnswerID>
  147. </Question>
  148. <Question>
  149. <ID>8501.07</ID>
  150. <AnswerID>1</AnswerID>
  151. </Question>
  152. <Question>
  153. <ID>8501.08</ID>
  154. <AnswerID>1</AnswerID>
  155. </Question>
  156. <Question>
  157. <ID>8501.09A</ID>
  158. <AnswerID>1</AnswerID>
  159. </Question>
  160. <Question>
  161. <ID>8501.10</ID>
  162. <AnswerID>1</AnswerID>
  163. </Question>
  164. <Question>
  165. <ID>8501.11A</ID>
  166. <AnswerID>1</AnswerID>
  167. </Question>
  168. <Question>
  169. <ID>8501.15</ID>
  170. <Answer>21</Answer>
  171. </Question>
  172. <Question>
  173. <ID>8501.12A</ID>
  174. <AnswerID>1</AnswerID>
  175. </Question>
  176. <Question>
  177. <ID>8501.13</ID>
  178. <AnswerID/>
  179. </Question>
  180. <Question>
  181. <ID>8501.14</ID>
  182. <AnswerID/>
  183. </Question>
  184. <Question>
  185. <ID>8501.998</ID>
  186. <Answer/>
  187. </Question>
  188. <Question>
  189. <ID>8501.999</ID>
  190. <Answer/>
  191. </Question>
  192. </Questionary>
  193. <CommonConditions>
  194. <Condition>
  195. <Type>USERNAME</Type>
  196. <Dimension>T</Dimension>
  197. <Value>NO_USER</Value>
  198. </Condition>
  199. <Condition>
  200. <Type>LOYALCARD</Type>
  201. <Dimension>N</Dimension>
  202. </Condition>
  203. </CommonConditions>
  204. </InsuranceConditions>
  205. </RegisterQuotationRq>
  206. </InsuranceSvcRq>
  207. </InsuranceSvc>
  208. </env:Body>
  209. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement