embaka

Untitled

Jul 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 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://10.66.207.16/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>C2589PT</RegNo>
  38. <CarType>1</CarType>
  39. <Chassis>201CCFE1A3847858E</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. <Tonage>0</Tonage>
  50. <CCMTon>0</CCMTon>
  51. <BonusMalus>0</BonusMalus>
  52. </OCar>
  53. <RelatedPersons/>
  54. </InsuredEntity>
  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>12332432</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.10</ID>
  106. <AnswerID>2</AnswerID>
  107. </Question>
  108. <Question>
  109. <ID>6600.91</ID>
  110. <AnswerID>99999998888888</AnswerID>
  111. </Question>
  112. <Question>
  113. <ID>6600.9</ID>
  114. <AnswerID>1</AnswerID>
  115. </Question>
  116. </Questionary>
  117. <Installments>4</Installments>
  118. <CommonConditions>
  119. <Condition>
  120. <Type>USERNAME</Type>
  121. <Dimension>mtplg</Dimension>
  122. </Condition>
  123. </CommonConditions>
  124. </InsuranceConditions>
  125. </RegisterQuotationRq>
  126. </InsuranceSvcRq>
  127. </InsuranceSvc>
  128. </env:Body>
  129. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment