embaka

Untitled

Mar 13th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 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/">
  22. <InsuranceSvcRq>
  23. <RegisterQuotationRq>
  24. <Client>
  25. <Entity>
  26. <PersonalData>
  27. <PID>2222222222</PID>
  28. </PersonalData>
  29. </Entity>
  30. </Client>
  31. <Insureds>
  32. <Insured>
  33. <InsuredEntity>
  34. <ObjectID>-1</ObjectID>
  35. <OAccidentInsured>
  36. <PID>TRIPC10</PID>
  37. <CustomProperties>
  38. <CustomProperty>
  39. <FieldName>OAIP1</FieldName>
  40. <ProductCode>4200</ProductCode>
  41. <Value>64</Value>
  42. </CustomProperty>
  43. </CustomProperties>
  44. </OAccidentInsured>
  45. </InsuredEntity>
  46. <InsuredAmount>1000</InsuredAmount>
  47. <Currency>BGN</Currency>
  48. <Cover>
  49. <CoverCode>TRIPCANCEL</CoverCode>
  50. <AnnexID>0</AnnexID>
  51. <InsuredAmount>1000</InsuredAmount>
  52. <Currency>BGN</Currency>
  53. <SeparateDuration/>
  54. </Cover>
  55. </Insured>
  56. <Insured>
  57. <InsuredEntity>
  58. <ObjectID>-1</ObjectID>
  59. <OAccidentInsured>
  60. <PID>TRIPC11</PID>
  61. <CustomProperties>
  62. <CustomProperty>
  63. <FieldName>OAIP1</FieldName>
  64. <ProductCode>4200</ProductCode>
  65. <Value>64</Value>
  66. </CustomProperty>
  67. </CustomProperties>
  68. </OAccidentInsured>
  69. </InsuredEntity>
  70. <InsuredAmount>1000</InsuredAmount>
  71. <Currency>BGN</Currency>
  72. <Cover>
  73. <CoverCode>TRIPCANCEL</CoverCode>
  74. <AnnexID>0</AnnexID>
  75. <InsuredAmount>1000</InsuredAmount>
  76. <Currency>BGN</Currency>
  77. <SeparateDuration/>
  78. </Cover>
  79. </Insured>
  80. </Insureds>
  81. <InsuranceConditions>
  82. <Questionary>
  83. <Question>
  84. <ID>4200.1</ID>
  85. <AnswerID>1</AnswerID>
  86. </Question>
  87. <Question>
  88. <ID>4200.2</ID>
  89. <AnswerID>1000</AnswerID>
  90. </Question>
  91. <Question>
  92. <ID>4200.3</ID>
  93. <Answer>ТЕСТ</Answer>
  94. </Question>
  95. <Question>
  96. <ID>4200.4</ID>
  97. <AnswerID>1000999887</AnswerID>
  98. </Question>
  99. <Question>
  100. <ID>4200.5</ID>
  101. <Answer>13-03-2020</Answer>
  102. </Question>
  103. <Question>
  104. <ID>4200.6</ID>
  105. <AnswerID>13-03-2020</AnswerID>
  106. </Question>
  107. <Question>
  108. <ID>4200.7</ID>
  109. <AnswerID>9.24</AnswerID>
  110. </Question>
  111. <Question>
  112. <ID>4200.8</ID>
  113. <AnswerID>1</AnswerID>
  114. </Question>
  115. <Question>
  116. <ID>4200.8A</ID>
  117. <AnswerID>0</AnswerID>
  118. </Question>
  119. <Question>
  120. <ID>4200.998</ID>
  121. <Answer/>
  122. </Question>
  123. <Question>
  124. <ID>4200.999</ID>
  125. <Answer/>
  126. </Question>
  127. </Questionary>
  128. <AgentNo>1030000001</AgentNo>
  129. <ProductCode>4200</ProductCode>
  130. <EffectiveDate>2020-03-14</EffectiveDate>
  131. <ExpireDate>2020-03-13T09:24:00</ExpireDate>
  132. <PaymentWay>3</PaymentWay>
  133. <CommonConditions>
  134. <Condition>
  135. <Type>USERNAME</Type>
  136. <Value>WSSVCOBJECT</Value>
  137. </Condition>
  138. </CommonConditions>
  139. </InsuranceConditions>
  140. </RegisterQuotationRq>
  141. </InsuranceSvcRq>
  142. </InsuranceSvc>
  143. </env:Body>
  144. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment