<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project name="DataDrivenTest1" resourceRoot="" soapui-version="3.6.1" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="RenewPolicySoap" type="wsdl" bindingName="{http://tempuri.org/RenewPolicy/RenewPolicy}RenewPolicySoap" soapVersion="1_1" anonymous="optional" definition="http://192.168.24.189/RenewPolicy/RenewPolicy.asmx?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws.WSToolsWsdl2JavaAction@values-local"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config">
  <con:entry key="Unwrap" value="false"/>
  <con:entry key="Mapping file" value=""/>
  <con:entry key="Use cached WSDL" value="true"/>
  <con:entry key="Output Directory" value=""/>
  <con:entry key="EJB Link" value=""/>
  <con:entry key="WSDL" value="http://192.168.24.189/RenewPolicy/RenewPolicy.asmx?wsdl"/>
  <con:entry key="Namespace mapping" value="&lt;xml-fragment/>"/>
  <con:entry key="Append" value="false"/>
  <con:entry key="Tool Args" value=""/>
  <con:entry key="Servlet Link" value=""/>
</xml-fragment>]]></con:setting></con:settings><con:definitionCache type="TEXT" rootPart="http://192.168.24.189/RenewPolicy/RenewPolicy.asmx?wsdl"><con:part><con:url>http://192.168.24.189/RenewPolicy/RenewPolicy.asmx?wsdl</con:url><con:content><![CDATA[<wsdl:definitions targetNamespace="http://tempuri.org/RenewPolicy/RenewPolicy" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/RenewPolicy/RenewPolicy" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/RenewPolicy/RenewPolicy">
      <s:element name="RenewPolicyXML">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="RenewalXML" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="RenewPolicyXMLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="RenewPolicyXMLResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConsumeAlternatePayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PolicyString" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConsumeAlternatePaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConsumeAlternatePaymentResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string"/>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="RenewPolicyXMLSoapIn">
    <wsdl:part name="parameters" element="tns:RenewPolicyXML"/>
  </wsdl:message>
  <wsdl:message name="RenewPolicyXMLSoapOut">
    <wsdl:part name="parameters" element="tns:RenewPolicyXMLResponse"/>
  </wsdl:message>
  <wsdl:message name="ConsumeAlternatePaymentSoapIn">
    <wsdl:part name="parameters" element="tns:ConsumeAlternatePayment"/>
  </wsdl:message>
  <wsdl:message name="ConsumeAlternatePaymentSoapOut">
    <wsdl:part name="parameters" element="tns:ConsumeAlternatePaymentResponse"/>
  </wsdl:message>
  <wsdl:message name="RenewPolicyXMLHttpGetIn">
    <wsdl:part name="RenewalXML" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="RenewPolicyXMLHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ConsumeAlternatePaymentHttpGetIn">
    <wsdl:part name="PolicyString" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ConsumeAlternatePaymentHttpGetOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="RenewPolicyXMLHttpPostIn">
    <wsdl:part name="RenewalXML" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="RenewPolicyXMLHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:message name="ConsumeAlternatePaymentHttpPostIn">
    <wsdl:part name="PolicyString" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="ConsumeAlternatePaymentHttpPostOut">
    <wsdl:part name="Body" element="tns:string"/>
  </wsdl:message>
  <wsdl:portType name="RenewPolicySoap">
    <wsdl:operation name="RenewPolicyXML">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Input XML To Renew the iAgent and eChannel Policy</documentation>
      <wsdl:input message="tns:RenewPolicyXMLSoapIn"/>
      <wsdl:output message="tns:RenewPolicyXMLSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="ConsumeAlternatePayment">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Dummy Payment Alternation</documentation>
      <wsdl:input message="tns:ConsumeAlternatePaymentSoapIn"/>
      <wsdl:output message="tns:ConsumeAlternatePaymentSoapOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RenewPolicyHttpGet">
    <wsdl:operation name="RenewPolicyXML">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Input XML To Renew the iAgent and eChannel Policy</documentation>
      <wsdl:input message="tns:RenewPolicyXMLHttpGetIn"/>
      <wsdl:output message="tns:RenewPolicyXMLHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="ConsumeAlternatePayment">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Dummy Payment Alternation</documentation>
      <wsdl:input message="tns:ConsumeAlternatePaymentHttpGetIn"/>
      <wsdl:output message="tns:ConsumeAlternatePaymentHttpGetOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RenewPolicyHttpPost">
    <wsdl:operation name="RenewPolicyXML">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Input XML To Renew the iAgent and eChannel Policy</documentation>
      <wsdl:input message="tns:RenewPolicyXMLHttpPostIn"/>
      <wsdl:output message="tns:RenewPolicyXMLHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="ConsumeAlternatePayment">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Dummy Payment Alternation</documentation>
      <wsdl:input message="tns:ConsumeAlternatePaymentHttpPostIn"/>
      <wsdl:output message="tns:ConsumeAlternatePaymentHttpPostOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RenewPolicySoap" type="tns:RenewPolicySoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    <wsdl:operation name="RenewPolicyXML">
      <soap:operation soapAction="http://tempuri.org/RenewPolicy/RenewPolicy/RenewPolicyXML" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConsumeAlternatePayment">
      <soap:operation soapAction="http://tempuri.org/RenewPolicy/RenewPolicy/ConsumeAlternatePayment" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RenewPolicyHttpGet" type="tns:RenewPolicyHttpGet">
    <http:binding verb="GET"/>
    <wsdl:operation name="RenewPolicyXML">
      <http:operation location="/RenewPolicyXML"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConsumeAlternatePayment">
      <http:operation location="/ConsumeAlternatePayment"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RenewPolicyHttpPost" type="tns:RenewPolicyHttpPost">
    <http:binding verb="POST"/>
    <wsdl:operation name="RenewPolicyXML">
      <http:operation location="/RenewPolicyXML"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConsumeAlternatePayment">
      <http:operation location="/ConsumeAlternatePayment"/>
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded"/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RenewPolicy">
    <wsdl:port name="RenewPolicySoap" binding="tns:RenewPolicySoap">
      <soap:address location="http://192.168.24.189/RenewPolicy/RenewPolicy.asmx"/>
    </wsdl:port>
    <wsdl:port name="RenewPolicyHttpGet" binding="tns:RenewPolicyHttpGet">
      <http:address location="http://192.168.24.189/RenewPolicy/RenewPolicy.asmx"/>
    </wsdl:port>
    <wsdl:port name="RenewPolicyHttpPost" binding="tns:RenewPolicyHttpPost">
      <http:address location="http://192.168.24.189/RenewPolicy/RenewPolicy.asmx"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://192.168.24.189/RenewPolicy/RenewPolicy.asmx</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://tempuri.org/RenewPolicy/RenewPolicy/ConsumeAlternatePayment" name="ConsumeAlternatePayment" bindingOperationName="ConsumeAlternatePayment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://192.168.24.189/RenewPolicy/RenewPolicy.asmx</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ren="http://tempuri.org/RenewPolicy/RenewPolicy">
   <soapenv:Header/>
   <soapenv:Body>
      <ren:ConsumeAlternatePayment>
         <!--Optional:-->
         <!--type: string-->
         <ren:PolicyString>?</ren:PolicyString>
      </ren:ConsumeAlternatePayment>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/RenewPolicy/RenewPolicy/ConsumeAlternatePayment"/></con:call></con:operation><con:operation isOneWay="false" action="http://tempuri.org/RenewPolicy/RenewPolicy/RenewPolicyXML" name="RenewPolicyXML" bindingOperationName="RenewPolicyXML" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://192.168.24.189/RenewPolicy/RenewPolicy.asmx</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ren="http://tempuri.org/RenewPolicy/RenewPolicy">
   <soapenv:Header/>
   <soapenv:Body>
      <ren:RenewPolicyXML>
         <!--Optional:-->
         <!--type: string-->
         
      <ren:RenewalXML><![CDATA[<requestXML><RenewPolicy><PolicyDetails><TXTPOLICYFLAG>ECHANNEL</TXTPOLICYFLAG><BusinessType>FOR INTERMEDIARY</BusinessType><CUSTOMERTYPE>INDIVIDUAL</CUSTOMERTYPE><PolicyNumber>3001/54107357/00/000</PolicyNumber><PolicyEffectiveFrom>19/05/2011</PolicyEffectiveFrom><POLICYSTARTTIME>16:56</POLICYSTARTTIME><PolicyEffectiveTo>18/05/2012</PolicyEffectiveTo><AlternatePolicyNo>3001/54107357/00/000</AlternatePolicyNo><REGISTRATIONNUMBERSECTION1>AAA</REGISTRATIONNUMBERSECTION1><REGISTRATIONNUMBERSECTION2></REGISTRATIONNUMBERSECTION2><REGISTRATIONNUMBERSECTION3></REGISTRATIONNUMBERSECTION3><REGISTRATIONNUMBERSECTION4>123</REGISTRATIONNUMBERSECTION4><VehicleDescription>VehicleDescription</VehicleDescription><ShowroomPrice>20000000</ShowroomPrice><SHOWROOMPRICE_IDV>19000000</SHOWROOMPRICE_IDV><CHANNELLOADING></CHANNELLOADING><CHANNELDISCOUNT></CHANNELDISCOUNT><TPPD_LIMIT /><IDV_Electrical></IDV_Electrical><IDV_NonElectrical></IDV_NonElectrical><IDV_UNNAMED>0</IDV_UNNAMED><Lpg_Cng_Kit></Lpg_Cng_Kit><Cng_Lpg_Kit></Cng_Lpg_Kit><AntiTheft_required>No</AntiTheft_required><AutoMobile_required>No</AutoMobile_required><AutoMobile_Number></AutoMobile_Number><FIBRE_GLASS_TANK>0</FIBRE_GLASS_TANK>  <Handicapped_Discount>0</Handicapped_Discount> <Geographical_Extn_TP>0</Geographical_Extn_TP> <GEOGRAPHICAL_EXTN_COUNTRY>No Extension</GEOGRAPHICAL_EXTN_COUNTRY> <PRIVATE_USE>No</PRIVATE_USE> <NO_OF_FARE_PAYING_PASSENGER>0</NO_OF_FARE_PAYING_PASSENGER> <NO_OF_NON_FARE_PAYING_PASSENGER>0</NO_OF_NON_FARE_PAYING_PASSENGER><NO_OF_WORKMEN>0</NO_OF_WORKMEN> <NO_OF_EMPLOYEES>0</NO_OF_EMPLOYEES> <NO_OF_DRIVERS>1</NO_OF_DRIVERS> <TRAILER_IDV>0</TRAILER_IDV> <NO_OF_TRAILER_TOWED>0</NO_OF_TRAILER_TOWED><TRAILER_CHASSIS_NO>0</TRAILER_CHASSIS_NO> <TRAILER_TYPE>0</TRAILER_TYPE> <ZERO_DEPRICIATION_PLAN></ZERO_DEPRICIATION_PLAN> <Liability_Bi-Fuel_Kit>0</Liability_Bi-Fuel_Kit><IDV_Named_PA_Cover></IDV_Named_PA_Cover> <Person_Name_Under_Named_PA_Cover>0</Person_Name_Under_Named_PA_Cover><PA_COVER_CLEANER_CONDUCTOR>0</PA_COVER_CLEANER_CONDUCTOR> <PreviousClaimNo></PreviousClaimNo><NatureOfLoss> </NatureOfLoss><STATE_TRANSPORT></STATE_TRANSPORT><DateOfLoss> </DateOfLoss><OutstandingAmount></OutstandingAmount><BonusOnPreviousPolicy>0</BonusOnPreviousPolicy><PolicyDealID>DEAL-3001-23456815</PolicyDealID><PolicyIntermediaryID>201633032858</PolicyIntermediaryID><PolicyIntermediaryName>PHANIKUMAR</PolicyIntermediaryName><PolicyLocationID /><PrimaryMOCode>102610</PrimaryMOCode><PrimaryMOName>RAJARAM</PrimaryMOName><Verticals /><NetPremium>510685</NetPremium><ServiceTax>883</ServiceTax><TotalPremium>9457</TotalPremium></PolicyDetails> <CustomerAddressDetails><AddressLine1>dsfsdfsdafsad</AddressLine1><AddressLine2 >dfsddfsdf</AddressLine2><CountryCode>100</CountryCode> <StateCode>74</StateCode><CityDistrictCode>2915</CityDistrictCode><AreaVillageCode>39</AreaVillageCode><Pincode>110038</Pincode ></CustomerAddressDetails><Report><OnePagePolicyFlag>True</OnePagePolicyFlag></Report><PaymentEntry><InstrumentId></InstrumentId><BankGurantee></BankGurantee><MICRCheque></MICRCheque><AcceptanceDate>13/10/2010</AcceptanceDate><EntryDate>13/10/2010</EntryDate><InstrumentDate>12/12/2010</InstrumentDate><ExpiryDate></ExpiryDate><InsertDate>13/10/2010</InsertDate><DepositAdviceDate>13/10/2010</DepositAdviceDate><InstrumentReceivedDate>13/10/2010</InstrumentReceivedDate><BalanceAmount>0</BalanceAmount><OfficeCode>19</OfficeCode><DepositOfficeCode>19</DepositOfficeCode><DepositOfficeName>ICICI LB</DepositOfficeName><DraweeBankCode></DraweeBankCode><DraweeBankName></DraweeBankName><DraweeBankBranchName></DraweeBankBranchName><HouseBankBranchCode /><HouseBankBranchName /><MerchantType>POS</MerchantType><MerchantIDorBankCode>50185681</MerchantIDorBankCode> <MerchantBank>ICICI BANK</MerchantBank><CardType></CardType><CardNumber1></CardNumber1><CardNumber2></CardNumber2><CardNumber3></CardNumber3><CardNumber4></CardNumber4><CardExpiryMonth></CardExpiryMonth><CardExpiryYear></CardExpiryYear><AuthorizationCode>3224419</AuthorizationCode><AmountPaid>500000</AmountPaid><PaymentType>LOCAL</PaymentType><IntermediaryID>201633032858</IntermediaryID><CustomerID>101657872419</CustomerID><PaymentMode>DA</PaymentMode><InstrumentNo></InstrumentNo><Remark>This is a Valid Transaction</Remark><Status>Debit Authentication</Status><DepositeNoProvided></DepositeNoProvided><DepositeNo /></PaymentEntry><ECS><ECSIsApplicable>True</ECSIsApplicable><ECSPaymentType>Master</ECSPaymentType><ECSAccountHolderName>PHANI</ECSAccountHolderName><ECSBankName>State</ECSBankName><ECSBankBranchName>Hyderbad</ECSBankBranchName><ECSBankAddress>Hyderbad</ECSBankAddress><ECSBankCity>Hyderabad</ECSBankCity><ECSAccountType>Saving</ECSAccountType><ECSDigitMicrCode>132654</ECSDigitMicrCode><ECSPaymentOption>ECS</ECSPaymentOption><ECSTenure>03</ECSTenure><ECSMID>DEN</ECSMID><ECSTID>NET</ECSTID><ECSAccountNo>123123</ECSAccountNo><ECSAmount>21312</ECSAmount><ECSPaymentDate>14/11/2010</ECSPaymentDate><ECSAlternatePolicyNumber>231211223</ECSAlternatePolicyNumber><ECSInsuredName>Ravikumar</ECSInsuredName><ECSPremium>2154</ECSPremium></ECS></RenewPolicy></requestXML>]]]]>><![CDATA[</ren:RenewalXML></ren:RenewPolicyXML>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/RenewPolicy/RenewPolicy/RenewPolicyXML"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="RenewPolicy TestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TestCase" searchProperties="true"><con:settings/><con:testStep type="request" name="Test Request"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>RenewPolicySoap</con:interface><con:operation>RenewPolicyXML</con:operation><con:request name="Test Request"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://192.168.24.189/RenewPolicy/RenewPolicy.asmx</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ren="http://tempuri.org/RenewPolicy/RenewPolicy">
   <soapenv:Header/>
   <soapenv:Body>
      <ren:RenewPolicyXML><ren:RenewalXML>${DataSource#XML#//requestXML[1]}</ren:RenewalXML></ren:RenewPolicyXML>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="datasource" name="DataSource"><con:settings/><con:config xsi:type="con:DataSourceStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:dataSource type="Grid"><con:configuration><row><![CDATA[<con:entry xmlns:con="http://eviware.com/soapui/config"><![CDATA[<requestXML><RenewPolicy><PolicyDetails><TXTPOLICYFLAG>ECHANNEL</TXTPOLICYFLAG><BusinessType>FOR INTERMEDIARY</BusinessType><CUSTOMERTYPE>INDIVIDUAL</CUSTOMERTYPE><PolicyNumber>3001/54107357/00/000</PolicyNumber><PolicyEffectiveFrom>19/05/2011</PolicyEffectiveFrom><POLICYSTARTTIME>16:56</POLICYSTARTTIME><PolicyEffectiveTo>18/05/2012</PolicyEffectiveTo><AlternatePolicyNo>3001/54107357/00/000</AlternatePolicyNo><REGISTRATIONNUMBERSECTION1>AAA</REGISTRATIONNUMBERSECTION1><REGISTRATIONNUMBERSECTION2></REGISTRATIONNUMBERSECTION2><REGISTRATIONNUMBERSECTION3></REGISTRATIONNUMBERSECTION3><REGISTRATIONNUMBERSECTION4>123</REGISTRATIONNUMBERSECTION4><VehicleDescription>VehicleDescription</VehicleDescription><ShowroomPrice>20000000</ShowroomPrice><SHOWROOMPRICE_IDV>19000000</SHOWROOMPRICE_IDV><CHANNELLOADING></CHANNELLOADING><CHANNELDISCOUNT></CHANNELDISCOUNT><TPPD_LIMIT /><IDV_Electrical></IDV_Electrical><IDV_NonElectrical></IDV_NonElectrical><IDV_UNNAMED>0</IDV_UNNAMED><Lpg_Cng_Kit></Lpg_Cng_Kit><Cng_Lpg_Kit></Cng_Lpg_Kit><AntiTheft_required>No</AntiTheft_required><AutoMobile_required>No</AutoMobile_required><AutoMobile_Number></AutoMobile_Number><FIBRE_GLASS_TANK>0</FIBRE_GLASS_TANK>  <Handicapped_Discount>0</Handicapped_Discount> <Geographical_Extn_TP>0</Geographical_Extn_TP> <GEOGRAPHICAL_EXTN_COUNTRY>No Extension</GEOGRAPHICAL_EXTN_COUNTRY> <PRIVATE_USE>No</PRIVATE_USE> <NO_OF_FARE_PAYING_PASSENGER>0</NO_OF_FARE_PAYING_PASSENGER> <NO_OF_NON_FARE_PAYING_PASSENGER>0</NO_OF_NON_FARE_PAYING_PASSENGER><NO_OF_WORKMEN>0</NO_OF_WORKMEN> <NO_OF_EMPLOYEES>0</NO_OF_EMPLOYEES> <NO_OF_DRIVERS>1</NO_OF_DRIVERS> <TRAILER_IDV>0</TRAILER_IDV> <NO_OF_TRAILER_TOWED>0</NO_OF_TRAILER_TOWED><TRAILER_CHASSIS_NO>0</TRAILER_CHASSIS_NO> <TRAILER_TYPE>0</TRAILER_TYPE> <ZERO_DEPRICIATION_PLAN></ZERO_DEPRICIATION_PLAN> <Liability_Bi-Fuel_Kit>0</Liability_Bi-Fuel_Kit><IDV_Named_PA_Cover></IDV_Named_PA_Cover> <Person_Name_Under_Named_PA_Cover>0</Person_Name_Under_Named_PA_Cover><PA_COVER_CLEANER_CONDUCTOR>0</PA_COVER_CLEANER_CONDUCTOR> <PreviousClaimNo></PreviousClaimNo><NatureOfLoss> </NatureOfLoss><STATE_TRANSPORT></STATE_TRANSPORT><DateOfLoss> </DateOfLoss><OutstandingAmount></OutstandingAmount><BonusOnPreviousPolicy>0</BonusOnPreviousPolicy><PolicyDealID>DEAL-3001-23456815</PolicyDealID><PolicyIntermediaryID>201633032858</PolicyIntermediaryID><PolicyIntermediaryName>PHANIKUMAR</PolicyIntermediaryName><PolicyLocationID /><PrimaryMOCode>102610</PrimaryMOCode><PrimaryMOName>RAJARAM</PrimaryMOName><Verticals /><NetPremium>510685</NetPremium><ServiceTax>883</ServiceTax><TotalPremium>9457</TotalPremium></PolicyDetails> <CustomerAddressDetails><AddressLine1>dsfsdfsdafsad</AddressLine1><AddressLine2 >dfsddfsdf</AddressLine2><CountryCode>100</CountryCode> <StateCode>74</StateCode><CityDistrictCode>2915</CityDistrictCode><AreaVillageCode>39</AreaVillageCode><Pincode>110038</Pincode ></CustomerAddressDetails><Report><OnePagePolicyFlag>True</OnePagePolicyFlag></Report><PaymentEntry><InstrumentId></InstrumentId><BankGurantee></BankGurantee><MICRCheque></MICRCheque><AcceptanceDate>13/10/2010</AcceptanceDate><EntryDate>13/10/2010</EntryDate><InstrumentDate>12/12/2010</InstrumentDate><ExpiryDate></ExpiryDate><InsertDate>13/10/2010</InsertDate><DepositAdviceDate>13/10/2010</DepositAdviceDate><InstrumentReceivedDate>13/10/2010</InstrumentReceivedDate><BalanceAmount>0</BalanceAmount><OfficeCode>19</OfficeCode><DepositOfficeCode>19</DepositOfficeCode><DepositOfficeName>ICICI LB</DepositOfficeName><DraweeBankCode></DraweeBankCode><DraweeBankName></DraweeBankName><DraweeBankBranchName></DraweeBankBranchName><HouseBankBranchCode /><HouseBankBranchName /><MerchantType>POS</MerchantType><MerchantIDorBankCode>50185681</MerchantIDorBankCode> <MerchantBank>ICICI BANK</MerchantBank><CardType></CardType><CardNumber1></CardNumber1><CardNumber2></CardNumber2><CardNumber3></CardNumber3><CardNumber4></CardNumber4><CardExpiryMonth></CardExpiryMonth><CardExpiryYear></CardExpiryYear><AuthorizationCode>3224419</AuthorizationCode><AmountPaid>500000</AmountPaid><PaymentType>LOCAL</PaymentType><IntermediaryID>201633032858</IntermediaryID><CustomerID>101657872419</CustomerID><PaymentMode>DA</PaymentMode><InstrumentNo></InstrumentNo><Remark>This is a Valid Transaction</Remark><Status>Debit Authentication</Status><DepositeNoProvided></DepositeNoProvided><DepositeNo /></PaymentEntry><ECS><ECSIsApplicable>True</ECSIsApplicable><ECSPaymentType>Master</ECSPaymentType><ECSAccountHolderName>PHANI</ECSAccountHolderName><ECSBankName>State</ECSBankName><ECSBankBranchName>Hyderbad</ECSBankBranchName><ECSBankAddress>Hyderbad</ECSBankAddress><ECSBankCity>Hyderabad</ECSBankCity><ECSAccountType>Saving</ECSAccountType><ECSDigitMicrCode>132654</ECSDigitMicrCode><ECSPaymentOption>ECS</ECSPaymentOption><ECSTenure>03</ECSTenure><ECSMID>DEN</ECSMID><ECSTID>NET</ECSTID><ECSAccountNo>123123</ECSAccountNo><ECSAmount>21312</ECSAmount><ECSPaymentDate>14/11/2010</ECSPaymentDate><ECSAlternatePolicyNumber>231211223</ECSAlternatePolicyNumber><ECSInsuredName>Ravikumar</ECSInsuredName><ECSPremium>2154</ECSPremium></ECS></RenewPolicy></requestXML>]]]]>><![CDATA[</con:entry>]]></row></con:configuration></con:dataSource><con:property>XML</con:property><con:startRow/><con:endRow/><con:trimValues>true</con:trimValues><con:entitizeValues>false</con:entitizeValues><con:restartOnRun>true</con:restartOnRun><con:expandProperties>false</con:expandProperties></con:config></con:testStep><con:properties/><con:reportParameters/></con:testCase><con:properties/><con:reportParameters/></con:testSuite><con:requirements/><con:properties/><con:wssContainer/><con:databaseConnectionContainer/><con:reporting><con:reportTemplates/><con:xmlTemplates/><con:parameters/></con:reporting></con:soapui-project>