Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <env:Envelope
- xmlns:env="http://www.w3.org/2003/05/soap-envelope"
- xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <env:Header>
- <wsse:Security
- xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
- xmlns:env="http://www.w3.org/2003/05/soap-envelope"
- xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1">
- <wsse:UsernameToken>
- <wsse:Username>WSSVCCASCO</wsse:Username>
- <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">1WSSVCCASCO1</wsse:Password>
- </wsse:UsernameToken>
- </wsse:Security>
- </env:Header>
- <env:Body>
- <InsuranceSvc
- xmlns="http://www.fadata.bg/Insurance_Messages/v1.1/xml/"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fadata.bg/Insurance_Messages/v1.1/xml/">
- <InsuranceSvcRq>
- <RegisterQuotationRq>
- <Client>
- <Entity>
- <PersonalData>
- <PID>2222222222</PID>
- </PersonalData>
- </Entity>
- </Client>
- <Insureds>
- <Insured>
- <InsuredEntity>
- <ObjectID>-1</ObjectID>
- <OAccidentInsured>
- <PID>TRIPC10</PID>
- <CustomProperties>
- <CustomProperty>
- <FieldName>OAIP1</FieldName>
- <ProductCode>4200</ProductCode>
- <Value>64</Value>
- </CustomProperty>
- </CustomProperties>
- </OAccidentInsured>
- </InsuredEntity>
- <InsuredAmount>1000</InsuredAmount>
- <Currency>BGN</Currency>
- <Cover>
- <CoverCode>TRIPCANCEL</CoverCode>
- <AnnexID>0</AnnexID>
- <InsuredAmount>1000</InsuredAmount>
- <Currency>BGN</Currency>
- <SeparateDuration/>
- </Cover>
- </Insured>
- <Insured>
- <InsuredEntity>
- <ObjectID>-1</ObjectID>
- <OAccidentInsured>
- <PID>TRIPC11</PID>
- <CustomProperties>
- <CustomProperty>
- <FieldName>OAIP1</FieldName>
- <ProductCode>4200</ProductCode>
- <Value>64</Value>
- </CustomProperty>
- </CustomProperties>
- </OAccidentInsured>
- </InsuredEntity>
- <InsuredAmount>1000</InsuredAmount>
- <Currency>BGN</Currency>
- <Cover>
- <CoverCode>TRIPCANCEL</CoverCode>
- <AnnexID>0</AnnexID>
- <InsuredAmount>1000</InsuredAmount>
- <Currency>BGN</Currency>
- <SeparateDuration/>
- </Cover>
- </Insured>
- </Insureds>
- <InsuranceConditions>
- <Questionary>
- <Question>
- <ID>4200.1</ID>
- <AnswerID>1</AnswerID>
- </Question>
- <Question>
- <ID>4200.2</ID>
- <AnswerID>1000</AnswerID>
- </Question>
- <Question>
- <ID>4200.3</ID>
- <Answer>ТЕСТ</Answer>
- </Question>
- <Question>
- <ID>4200.4</ID>
- <AnswerID>1000999887</AnswerID>
- </Question>
- <Question>
- <ID>4200.5</ID>
- <Answer>13-03-2020</Answer>
- </Question>
- <Question>
- <ID>4200.6</ID>
- <AnswerID>13-03-2020</AnswerID>
- </Question>
- <Question>
- <ID>4200.7</ID>
- <AnswerID>9.24</AnswerID>
- </Question>
- <Question>
- <ID>4200.8</ID>
- <AnswerID>1</AnswerID>
- </Question>
- <Question>
- <ID>4200.8A</ID>
- <AnswerID>0</AnswerID>
- </Question>
- <Question>
- <ID>4200.998</ID>
- <Answer/>
- </Question>
- <Question>
- <ID>4200.999</ID>
- <Answer/>
- </Question>
- </Questionary>
- <AgentNo>1030000001</AgentNo>
- <ProductCode>4200</ProductCode>
- <EffectiveDate>2020-03-14</EffectiveDate>
- <ExpireDate>2020-03-13T09:24:00</ExpireDate>
- <PaymentWay>3</PaymentWay>
- <CommonConditions>
- <Condition>
- <Type>USERNAME</Type>
- <Value>WSSVCOBJECT</Value>
- </Condition>
- </CommonConditions>
- </InsuranceConditions>
- </RegisterQuotationRq>
- </InsuranceSvcRq>
- </InsuranceSvc>
- </env:Body>
- </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment