embaka

Untitled

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