embaka

Untitled

Nov 13th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.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://localhost/insisws/wsrqhandler:7011/schema?insis">
  22. <InsuranceSvcRq>
  23. <RegisterQuotationRq>
  24. <Client>
  25. <Entity>
  26. <PersonalData>
  27. <PID>7604191553</PID>
  28. </PersonalData>
  29. </Entity>
  30. <Addresses/>
  31. </Client>
  32. <Insureds>
  33. <Insured>
  34. <InsuredObjectID>-1</InsuredObjectID>
  35. <InsuredEntity>
  36. <OCar>
  37. <RegNo>BT1356BT</RegNo>
  38. <CarType>1</CarType>
  39. <Chassis>DSA8976D7SA8</Chassis>
  40. <CarUsage>1</CarUsage>
  41. <SeatsNum>5</SeatsNum>
  42. <Make>AUDI</Make>
  43. <Model>A4</Model>
  44. <CarColor/>
  45. <Engine>*</Engine>
  46. <RegType>1</RegType>
  47. <ProdType>2</ProdType>
  48. <Modified>0</Modified>
  49. <ProdYear>2010</ProdYear>
  50. <CarAge>10</CarAge>
  51. <FuelType>B</FuelType>
  52. <Tonage>1.5</Tonage>
  53. <CCMTon>1798</CCMTon>
  54. <BonusMalus>0</BonusMalus>
  55. <TalonNumber>32</TalonNumber>
  56. </OCar>
  57. <RelatedPersons/>
  58. </InsuredEntity>
  59. <Covers>
  60. <Cover>
  61. <CoverCode>TPLPROP</CoverCode>
  62. <AnnexID>0</AnnexID>
  63. <Currency>BGN</Currency>
  64. <InsuredAmount>0</InsuredAmount>
  65. </Cover>
  66. <Cover>
  67. <CoverCode>TPLBODY</CoverCode>
  68. <AnnexID>0</AnnexID>
  69. <Currency>BGN</Currency>
  70. <InsuredAmount>0</InsuredAmount>
  71. </Cover>
  72. <Cover>
  73. <CoverCode>TPLGCBODY</CoverCode>
  74. <AnnexID>0</AnnexID>
  75. <Currency>BGN</Currency>
  76. <InsuredAmount>0</InsuredAmount>
  77. </Cover>
  78. <Cover>
  79. <CoverCode>TPLGCPROP</CoverCode>
  80. <AnnexID>0</AnnexID>
  81. <Currency>BGN</Currency>
  82. <InsuredAmount>0</InsuredAmount>
  83. </Cover>
  84. </Covers>
  85. <CustomProperties>
  86. <CustomProperty>
  87. <FieldName>OCP2</FieldName>
  88. <ProductCode>6600</ProductCode>
  89. <Value>32</Value>
  90. </CustomProperty>
  91. </CustomProperties>
  92. </Insured>
  93. <InsuranceAmount>0</InsuranceAmount>
  94. <Currency>BGN</Currency>
  95. </Insureds>
  96. <InsuranceConditions>
  97. <AgentNo>1030008432</AgentNo>
  98. <ProductCode>6600</ProductCode>
  99. <ConclusionDate>2013-07-01</ConclusionDate>
  100. <EffectiveDate>2013-07-30</EffectiveDate>
  101. <PaymentWay>3</PaymentWay>
  102. <Renewal>1</Renewal>
  103. <Questionary>
  104. <Question>
  105. <ID>6600.92</ID>
  106. <AnswerID>99999998888888</AnswerID>
  107. </Question>
  108. <Question>
  109. <ID>6600.6</ID>
  110. <AnswerID>1</AnswerID>
  111. </Question>
  112. <Question>
  113. <ID>6600.10</ID>
  114. <AnswerID>1</AnswerID>
  115. </Question>
  116. <Question>
  117. <ID>6600.91</ID>
  118. <AnswerID>99999998888888</AnswerID>
  119. </Question>
  120. <Question>
  121. <ID>6600.9</ID>
  122. <AnswerID>2</AnswerID>
  123. </Question>
  124. <Question>
  125. <ID>6600.997</ID>
  126. <Answer>N</Answer>
  127. </Question>
  128. </Questionary>
  129. <Installments>1</Installments>
  130. <CommonConditions/>
  131. </InsuranceConditions>
  132. </RegisterQuotationRq>
  133. </InsuranceSvcRq>
  134. </InsuranceSvc>
  135. </env:Body>
  136. </env:Envelope>
  137.  
Advertisement
Add Comment
Please, Sign In to add comment