embaka

Untitled

Aug 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 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>WSSVCCASCO</wsse:Username>
  14. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">1WSSVCCASCO1</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.205.16/insisws/wsrqhandler:7013/schema?insis">
  22. <InsuranceSvcRq>
  23. <RegisterApplicationRq>
  24. <Client>
  25. <Entity>
  26. <PersonalData>
  27. <PID>8701158238</PID>
  28. </PersonalData>
  29. </Entity>
  30. </Client>
  31. <Insureds>
  32. <Insured>
  33. <InsuredObjectID>-1</InsuredObjectID>
  34. <InsuredEntity>
  35. <OCar>
  36. <RegNo>CB2447BX</RegNo>
  37. <CarType>1</CarType>
  38. <RegType>1</RegType>
  39. <Chassis>WVWZZZ1KZ5B052668</Chassis>
  40. <CarUsage>1</CarUsage>
  41. <SeatsNum>0</SeatsNum>
  42. <Make>VW</Make>
  43. <Model>GOLF V</Model>
  44. <Modified>0</Modified>
  45. <Modification/>
  46. <CarColor>0</CarColor>
  47. <Engine>*</Engine>
  48. <ProdType>2</ProdType>
  49. <ProdYear>2004</ProdYear>
  50. <CarAge>14</CarAge>
  51. <Tonage>0.503</Tonage>
  52. <BonusMalus>0</BonusMalus>
  53. <FuelType>B</FuelType>
  54. <CCMTon>1598</CCMTon>
  55. <TalonNumber>007893637</TalonNumber>
  56. </OCar>
  57. <RelatedPersons>
  58. <RelatedPerson>
  59. <PersonType>112</PersonType>
  60. <PID>8701158238</PID>
  61. <IncludedPolicy>Y</IncludedPolicy>
  62. <ProductCode>2100</ProductCode>
  63. <OthersData>
  64. <AddressType>112</AddressType>
  65. <ManID/>
  66. </OthersData>
  67. </RelatedPerson>
  68. </RelatedPersons>
  69. </InsuredEntity>
  70. <Covers>
  71. <Cover>
  72. <CoverCode>AUTOA_CLAB</CoverCode>
  73. <AnnexID>0</AnnexID>
  74. <Currency>BGN</Currency>
  75. <InsuredAmount>48896</InsuredAmount>
  76. </Cover>
  77. </Covers>
  78. <CustomProperties>
  79. <CustomProperty>
  80. <FieldName>IOP2</FieldName>
  81. <ProductCode>2100</ProductCode>
  82. <Value>6600</Value>
  83. </CustomProperty>
  84. <CustomProperty>
  85. <FieldName>IOP1</FieldName>
  86. <ProductCode>2100</ProductCode>
  87. <Value/>
  88. </CustomProperty>
  89. </CustomProperties>
  90. </Insured>
  91. </Insureds>
  92. <InsuranceConditions>
  93. <AgentNo>1030000001</AgentNo>
  94. <ProductCode>2100</ProductCode>
  95. <EffectiveDate>2018-08-17</EffectiveDate>
  96. <ConclusionDate>2018-08-16</ConclusionDate>
  97. <PaymentWay>3</PaymentWay>
  98. <Renewal>1</Renewal>
  99. <Installments>1</Installments>
  100. <Questionary>
  101. <Question>
  102. <ID>2100.92</ID>
  103. <Answer>A001854</Answer>
  104. </Question>
  105. <Question>
  106. <ID>2100.93</ID>
  107. <Answer>Y</Answer>
  108. </Question>
  109. <Question>
  110. <ID>2100.997</ID>
  111. <Answer>N</Answer>
  112. </Question>
  113. <Question>
  114. <ID>2100.998</ID>
  115. <Answer/>
  116. </Question>
  117. <Question>
  118. <ID>2100.999</ID>
  119. <Answer/>
  120. </Question>
  121. </Questionary>
  122. </InsuranceConditions>
  123. </RegisterApplicationRq>
  124. </InsuranceSvcRq>
  125. </InsuranceSvc>
  126. </env:Body>
  127. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment