embaka

Untitled

Jul 3rd, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 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. <Addresses/>
  31. </Client>
  32. <Insureds>
  33. <Insured>
  34. <InsuredObjectID>-1</InsuredObjectID>
  35. <InsuredEntity>
  36. <OCar>
  37. <RegNo>BT1212BT</RegNo>
  38. <CarType>1</CarType>
  39. <Chassis>AC09EA53A9DC65404</Chassis>
  40. <CarUsage>1</CarUsage>
  41. <SeatsNum>5</SeatsNum>
  42. <Make>NOMAKENOMODEL</Make>
  43. <Model>NOMAKENOMODEL</Model>
  44. <CarColor/>
  45. <Engine>*</Engine>
  46. <RegType>1</RegType>
  47. <ProdType>2</ProdType>
  48. <Modified>0</Modified>
  49. <ProdYear>2000</ProdYear>
  50. <Tonage>0</Tonage>
  51. <CCMTon>0</CCMTon>
  52. <BonusMalus>0</BonusMalus>
  53. <TalonNumber>432432</TalonNumber>
  54. </OCar>
  55. <RelatedPersons/>
  56. </InsuredEntity>
  57. <Covers>
  58. <Cover>
  59. <CoverCode>TPLPROP</CoverCode>
  60. <AnnexID>0</AnnexID>
  61. <Currency>BGN</Currency>
  62. <InsuredAmount>0</InsuredAmount>
  63. </Cover>
  64. <Cover>
  65. <CoverCode>TPLBODY</CoverCode>
  66. <AnnexID>0</AnnexID>
  67. <Currency>BGN</Currency>
  68. <InsuredAmount>0</InsuredAmount>
  69. </Cover>
  70. <Cover>
  71. <CoverCode>TPLGCBODY</CoverCode>
  72. <AnnexID>0</AnnexID>
  73. <Currency>BGN</Currency>
  74. <InsuredAmount>0</InsuredAmount>
  75. </Cover>
  76. <Cover>
  77. <CoverCode>TPLGCPROP</CoverCode>
  78. <AnnexID>0</AnnexID>
  79. <Currency>BGN</Currency>
  80. <InsuredAmount>0</InsuredAmount>
  81. </Cover>
  82. </Covers>
  83. <CustomProperties>
  84. <CustomProperty>
  85. <FieldName>OCP2</FieldName>
  86. <ProductCode>6600</ProductCode>
  87. <Value>432432</Value>
  88. </CustomProperty>
  89. </CustomProperties>
  90. </Insured>
  91. <InsuranceAmount>0</InsuranceAmount>
  92. <Currency>BGN</Currency>
  93. </Insureds>
  94. <InsuranceConditions>
  95. <AgentNo>1030000001</AgentNo>
  96. <ProductCode>6600</ProductCode>
  97. <ConclusionDate>2013-07-01</ConclusionDate>
  98. <EffectiveDate>2013-07-30</EffectiveDate>
  99. <PaymentWay>3</PaymentWay>
  100. <Renewal>1</Renewal>
  101. <Questionary>
  102. <Question>
  103. <ID>6600.92</ID>
  104. <AnswerID>99999998888888</AnswerID>
  105. </Question>
  106. <Question>
  107. <ID>6600.10</ID>
  108. <AnswerID>1</AnswerID>
  109. </Question>
  110. <Question>
  111. <ID>6600.91</ID>
  112. <AnswerID>99999998888888</AnswerID>
  113. </Question>
  114. <Question>
  115. <ID>6600.300</ID>
  116. <AnswerID>2</AnswerID>
  117. </Question>
  118. <Question>
  119. <ID>6600.9</ID>
  120. <AnswerID>2</AnswerID>
  121. </Question>
  122. </Questionary>
  123. <Installments>2</Installments>
  124. <CommonConditions>
  125. <Condition>
  126. <Type>USERNAME</Type>
  127. <Dimension>mtplg</Dimension>
  128. </Condition>
  129. </CommonConditions>
  130. </InsuranceConditions>
  131. </RegisterQuotationRq>
  132. </InsuranceSvcRq>
  133. </InsuranceSvc>
  134. </env:Body>
  135. </env:Envelope>
Add Comment
Please, Sign In to add comment