Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 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>2222222222</PID>
  28. </PersonalData>
  29. </Entity>
  30. </Client>
  31. <Insureds>
  32. <Insured>
  33. <Questionary>
  34. <Question>
  35. <ID>2000.90</ID>
  36. <AnswerID>1</AnswerID>
  37. </Question>
  38. <Question>
  39. <ID>2000.7</ID>
  40. <Answer>Test Name</Answer>
  41. </Question>
  42. <Question>
  43. <ID>2000.10</ID>
  44. <AnswerID>1</AnswerID>
  45. </Question>
  46. <Question>
  47. <ID>2000.8</ID>
  48. <AnswerID>1</AnswerID>
  49. </Question>
  50. <Question>
  51. <ID>2000.9</ID>
  52. <AnswerID>1</AnswerID>
  53. </Question>
  54. </Questionary>
  55. <InsuredEntity>
  56. <ObjectID>-1</ObjectID>
  57. <OAccidentInsured>
  58. <PID>111110OL</PID>
  59. <CustomProperties>
  60. <CustomProperty>
  61. <FieldName>OAIP1</FieldName>
  62. <ProductCode>2000</ProductCode>
  63. <Value>1</Value>
  64. </CustomProperty>
  65. </CustomProperties>
  66. </OAccidentInsured>
  67. </InsuredEntity>
  68. <Covers>
  69. <Cover>
  70. <CoverCode>BASIC</CoverCode>
  71. <AnnexID>0</AnnexID>
  72. <InsuredAmount>0</InsuredAmount>
  73. <Currency>EUR</Currency>
  74. </Cover>
  75. </Covers>
  76. </Insured>
  77. </Insureds>
  78. <InsuranceConditions>
  79. <Questionary>
  80. <Question>
  81. <ID>2000.2</ID>
  82. <AnswerID>1</AnswerID>
  83. </Question>
  84. <Question>
  85. <ID>2000.1</ID>
  86. <AnswerID>1</AnswerID>
  87. </Question>
  88. <Question>
  89. <ID>2000.3</ID>
  90. <AnswerID>4</AnswerID>
  91. </Question>
  92. <Question>
  93. <ID>2000.4</ID>
  94. <AnswerID>1</AnswerID>
  95. </Question>
  96. <Question>
  97. <ID>2000.8</ID>
  98. <AnswerID>1</AnswerID>
  99. </Question>
  100. <Question>
  101. <ID>2000.9</ID>
  102. <AnswerID>1</AnswerID>
  103. </Question>
  104. <Question>
  105. <ID>2000.10</ID>
  106. <AnswerID>1</AnswerID>
  107. </Question>
  108. <Question>
  109. <ID>2000.998</ID>
  110. <Answer/>
  111. </Question>
  112. <Question>
  113. <ID>2000.999</ID>
  114. <Answer/>
  115. </Question>
  116. </Questionary>
  117. <ProductCode>2000</ProductCode>
  118. <Duration>8</Duration>
  119. <DurationUnits>d</DurationUnits>
  120. <PaymentWay>3</PaymentWay>
  121. </InsuranceConditions>
  122. </RegisterQuotationRq>
  123. </InsuranceSvcRq>
  124. </InsuranceSvc>
  125. </env:Body>
  126. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement