embaka

Untitled

Nov 11th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <env:Header>
  4. <wsse:Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1">
  5. <wsse:UsernameToken>
  6. <wsse:Username>MTPLG_USRWS</wsse:Username>
  7. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MTPLG_USRWS</wsse:Password>
  8. </wsse:UsernameToken>
  9. </wsse:Security>
  10. </env:Header>
  11. <env:Body>
  12. <InsuranceSvc xmlns="http://www.fadata.bg/Insurance_Messages/v1.1/xml/" 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">
  13. <InsuranceSvcRq>
  14. <RegisterQuotationRq>
  15. <Client>
  16. <Entity>
  17. <CompanyData>
  18. <CustomerID>4444444444</CustomerID>
  19. <Name>Internal Client</Name>
  20. </CompanyData>
  21. </Entity>
  22. </Client>
  23. <Insureds>
  24. <Insured>
  25. <InsuredAmount>90000</InsuredAmount>
  26. <Currency>BGN</Currency>
  27. <Covers>
  28. <Cover>
  29. <CoverCode>PACKB1</CoverCode>
  30. <AnnexID>0</AnnexID>
  31. <InsuredAmount>0</InsuredAmount>
  32. <Currency>BGN</Currency>
  33. </Cover>
  34. </Covers>
  35. <Questionary>
  36. <Question>
  37. <ID>8303.1</ID>
  38. <AnswerID>1</AnswerID>
  39. </Question>
  40. <Question>
  41. <ID>8303.11</ID>
  42. <AnswerID>1</AnswerID>
  43. </Question>
  44. <Question>
  45. <ID>8303.12.1</ID>
  46. <AnswerID>1990</AnswerID>
  47. </Question>
  48. <Question>
  49. <ID>8303.3</ID>
  50. <AnswerID>1</AnswerID>
  51. </Question>
  52. </Questionary>
  53. <InsuredEntity>
  54. <ObjectID>-1</ObjectID>
  55. <OProperty>
  56. <PropertyKind>32</PropertyKind>
  57. <PropertyType>3214</PropertyType>
  58. <Name>Сграда</Name>
  59. <CustomProperties>
  60. <CustomProperty>
  61. <FieldName>OPP10</FieldName>
  62. <ProductCode>8303</ProductCode>
  63. <Value>2</Value>
  64. </CustomProperty>
  65. <CustomProperty>
  66. <FieldName>OPP11</FieldName>
  67. <ProductCode>8303</ProductCode>
  68. <Value/>
  69. </CustomProperty>
  70. </CustomProperties>
  71. <NewAddress>
  72. <Country>България</Country>
  73. <CountryCode>BG</CountryCode>
  74. <CountryState>23</CountryState>
  75. <State>София - град</State>
  76. <Region>София - Град</Region>
  77. <StateRegion>300</StateRegion>
  78. <City>София</City>
  79. <CityCode>4424</CityCode>
  80. <ZipCode>1000</ZipCode>
  81. <Address>Цариградско шосе</Address>
  82. <ResidentialAddress>
  83. <QuarterName/>
  84. <StreetName>Цариградско шосе</StreetName>
  85. <StreetNo>0</StreetNo>
  86. <BlockNo/>
  87. <Entrance>0</Entrance>
  88. <Floor>0</Floor>
  89. <Apartment/>
  90. </ResidentialAddress>
  91. </NewAddress>
  92. </OProperty>
  93. </InsuredEntity>
  94. </Insured>
  95. </Insureds>
  96. <InsuranceConditions>
  97. <AgentNo>1030000001</AgentNo>
  98. <ProductCode>8303</ProductCode>
  99. <ConclusionDate>2020-11-11</ConclusionDate>
  100. <EffectiveDate>2020-11-12</EffectiveDate>
  101. <Duration>12</Duration>
  102. <DurationUnits>m</DurationUnits>
  103. <PaymentWay>3</PaymentWay>
  104. <Installments>1</Installments>
  105. <Questionary>
  106. <Question>
  107. <ID>8303.998</ID>
  108. <Answer/>
  109. </Question>
  110. <Question>
  111. <ID>8303.999</ID>
  112. <Answer/>
  113. </Question>
  114. </Questionary>
  115. <CommonConditions>
  116. <Condition>
  117. <Type>USERNAME</Type>
  118. <Dimension>T</Dimension>
  119. <Value>mtplg</Value>
  120. </Condition>
  121. <Condition>
  122. <Type>LOYALCARD</Type>
  123. <Dimension>N</Dimension>
  124. </Condition>
  125. <Condition>
  126. <Type>BANKACC</Type>
  127. <Dimension>No</Dimension>
  128. </Condition>
  129. <Condition>
  130. <Type>FORM579</Type>
  131. </Condition>
  132. </CommonConditions>
  133. </InsuranceConditions>
  134. </RegisterQuotationRq>
  135. </InsuranceSvcRq>
  136. </InsuranceSvc>
  137. </env:Body>
  138. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment