<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.webservices.nl/soap/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.webservices.nl/soap/">
<types>
<xsd:schema targetNamespace="http://www.webservices.nl/soap/"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="https://ws1.webservices.nl/schemas/soapencoding.xml"/>
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="UserGroup">
  <xsd:all>
   <xsd:element name="id" type="xsd:int"/>
   <xsd:element name="name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ResultInfo">
  <xsd:all>
   <xsd:element name="curpage" type="xsd:int"/>
   <xsd:element name="perpage" type="xsd:int"/>
   <xsd:element name="numpages" type="xsd:int"/>
   <xsd:element name="numresults" type="xsd:int"/>
   <xsd:element name="maxresults" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="UserGroupArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:UserGroup[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="UserGroupPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:UserGroupArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="User">
  <xsd:all>
   <xsd:element name="id" type="xsd:int"/>
   <xsd:element name="nickname" type="xsd:string"/>
   <xsd:element name="email" type="xsd:string"/>
   <xsd:element name="companyname" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="contactname" type="xsd:string"/>
   <xsd:element name="contactemail" type="xsd:string"/>
   <xsd:element name="telephone" type="xsd:string"/>
   <xsd:element name="fax" type="xsd:string"/>
   <xsd:element name="credits" type="xsd:int"/>
   <xsd:element name="clientcode" type="xsd:string"/>
   <xsd:element name="comments" type="xsd:string"/>
   <xsd:element name="creationtime" type="xsd:string"/>
   <xsd:element name="lastmodified" type="xsd:string"/>
   <xsd:element name="active" type="xsd:boolean"/>
   <xsd:element name="account_id" type="xsd:int"/>
   <xsd:element name="account_name" type="xsd:string"/>
   <xsd:element name="usergroups" type="tns:UserGroupArray"/>
   <xsd:element name="creditthreshold" type="xsd:int"/>
   <xsd:element name="notificationrecipients" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="UserCredentials">
  <xsd:all>
   <xsd:element name="id" type="xsd:int"/>
   <xsd:element name="username" type="xsd:string"/>
   <xsd:element name="password" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="UserV2">
  <xsd:all>
   <xsd:element name="id" type="xsd:int"/>
   <xsd:element name="nickname" type="xsd:string"/>
   <xsd:element name="email" type="xsd:string"/>
   <xsd:element name="balance" type="xsd:float"/>
   <xsd:element name="balancethreshold" type="xsd:float"/>
   <xsd:element name="notificationrecipients" type="xsd:string"/>
   <xsd:element name="companyname" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="contactname" type="xsd:string"/>
   <xsd:element name="contactemail" type="xsd:string"/>
   <xsd:element name="telephone" type="xsd:string"/>
   <xsd:element name="fax" type="xsd:string"/>
   <xsd:element name="clientcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="comments" type="xsd:string" minOccurs="0"/>
   <xsd:element name="creationtime" type="xsd:string" minOccurs="0"/>
   <xsd:element name="lastmodified" type="xsd:string" minOccurs="0"/>
   <xsd:element name="active" type="xsd:boolean"/>
   <xsd:element name="account_id" type="xsd:int"/>
   <xsd:element name="account_name" type="xsd:string"/>
   <xsd:element name="usergroups" type="tns:UserGroupArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="UserV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:UserV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="UserV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:UserV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Account">
  <xsd:all>
   <xsd:element name="id" type="xsd:int"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="environment" type="xsd:string"/>
   <xsd:element name="reseller" type="xsd:boolean"/>
   <xsd:element name="contactname" type="xsd:string"/>
   <xsd:element name="contactemail" type="xsd:string"/>
   <xsd:element name="telephone" type="xsd:string"/>
   <xsd:element name="fax" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="creationtime" type="xsd:string"/>
   <xsd:element name="lastmodified" type="xsd:string"/>
   <xsd:element name="credits" type="xsd:int"/>
   <xsd:element name="clientcode" type="xsd:string"/>
   <xsd:element name="comments" type="xsd:string"/>
   <xsd:element name="usernameprefix" type="xsd:string"/>
   <xsd:element name="creditthreshold" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AccountArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Account[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="AccountPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:AccountArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AccountV2">
  <xsd:all>
   <xsd:element name="id" type="xsd:int"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="environment" type="xsd:string"/>
   <xsd:element name="reseller" type="xsd:boolean"/>
   <xsd:element name="contactname" type="xsd:string"/>
   <xsd:element name="contactemail" type="xsd:string"/>
   <xsd:element name="telephone" type="xsd:string"/>
   <xsd:element name="fax" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="creationtime" type="xsd:string"/>
   <xsd:element name="lastmodified" type="xsd:string"/>
   <xsd:element name="clientcode" type="xsd:string"/>
   <xsd:element name="comments" type="xsd:string"/>
   <xsd:element name="usernameprefix" type="xsd:string"/>
   <xsd:element name="balance" type="xsd:float"/>
   <xsd:element name="balancethreshold" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AccountV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AccountV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="AccountV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:AccountV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Session">
  <xsd:all>
   <xsd:element name="reactid" type="xsd:string"/>
   <xsd:element name="user_id" type="xsd:int"/>
   <xsd:element name="user_nickname" type="xsd:string"/>
   <xsd:element name="creationtime" type="xsd:string"/>
   <xsd:element name="lastvisit" type="xsd:string"/>
   <xsd:element name="hits" type="xsd:int"/>
   <xsd:element name="ip" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SessionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Session[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="SessionPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:SessionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="intArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:int[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="AccountCreationToken">
  <xsd:all>
   <xsd:element name="token" type="xsd:string"/>
   <xsd:element name="url" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AccountOrderToken">
  <xsd:all>
   <xsd:element name="token" type="xsd:string"/>
   <xsd:element name="url" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PCReeks">
  <xsd:all>
   <xsd:element name="reeksid" type="xsd:int"/>
   <xsd:element name="huisnr_van" type="xsd:int"/>
   <xsd:element name="huisnr_tm" type="xsd:int"/>
   <xsd:element name="wijkcode" type="xsd:string"/>
   <xsd:element name="lettercombinatie" type="xsd:string"/>
   <xsd:element name="reeksindicatie" type="xsd:string"/>
   <xsd:element name="straatid" type="xsd:int"/>
   <xsd:element name="straatnaam" type="xsd:string"/>
   <xsd:element name="straatnaam_nen" type="xsd:string"/>
   <xsd:element name="straatnaam_ptt" type="xsd:string"/>
   <xsd:element name="straatnaam_extract" type="xsd:string"/>
   <xsd:element name="plaatsid" type="xsd:int"/>
   <xsd:element name="plaatsnaam" type="xsd:string"/>
   <xsd:element name="plaatsnaam_ptt" type="xsd:string"/>
   <xsd:element name="plaatsnaam_extract" type="xsd:string"/>
   <xsd:element name="gemeenteid" type="xsd:int"/>
   <xsd:element name="gemeentenaam" type="xsd:string"/>
   <xsd:element name="gemeentecode" type="xsd:int"/>
   <xsd:element name="cebucocode" type="xsd:int"/>
   <xsd:element name="provinciecode" type="xsd:string"/>
   <xsd:element name="provincienaam" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SearchParts">
  <xsd:all>
   <xsd:element name="huisnr" type="xsd:int"/>
   <xsd:element name="toevoeging" type="xsd:string"/>
   <xsd:element name="wijkcode" type="xsd:string"/>
   <xsd:element name="lettercombinatie" type="xsd:string"/>
   <xsd:element name="straat" type="xsd:string"/>
   <xsd:element name="plaats" type="xsd:string"/>
   <xsd:element name="gemeente" type="xsd:string"/>
   <xsd:element name="provincie" type="xsd:string"/>
   <xsd:element name="reeksindicatie" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PCReeksArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PCReeks[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="PCReeksSearchPartsPagedResult">
  <xsd:all>
   <xsd:element name="extra" type="tns:SearchParts"/>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:PCReeksArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Perceel">
  <xsd:all>
   <xsd:element name="perceelid" type="xsd:int"/>
   <xsd:element name="huisnr" type="xsd:int"/>
   <xsd:element name="huisnr_toevoeging" type="xsd:string"/>
   <xsd:element name="perceelnummer" type="xsd:int"/>
   <xsd:element name="reeksid" type="xsd:int"/>
   <xsd:element name="huisnr_van" type="xsd:int"/>
   <xsd:element name="huisnr_tm" type="xsd:int"/>
   <xsd:element name="wijkcode" type="xsd:string"/>
   <xsd:element name="lettercombinatie" type="xsd:string"/>
   <xsd:element name="reeksindicatie" type="xsd:string"/>
   <xsd:element name="straatid" type="xsd:int"/>
   <xsd:element name="straatnaam" type="xsd:string"/>
   <xsd:element name="straatnaam_nen" type="xsd:string"/>
   <xsd:element name="straatnaam_ptt" type="xsd:string"/>
   <xsd:element name="straatnaam_extract" type="xsd:string"/>
   <xsd:element name="plaatsid" type="xsd:int"/>
   <xsd:element name="plaatsnaam" type="xsd:string"/>
   <xsd:element name="plaatsnaam_ptt" type="xsd:string"/>
   <xsd:element name="plaatsnaam_extract" type="xsd:string"/>
   <xsd:element name="gemeenteid" type="xsd:int"/>
   <xsd:element name="gemeentenaam" type="xsd:string"/>
   <xsd:element name="gemeentecode" type="xsd:int"/>
   <xsd:element name="cebucocode" type="xsd:int"/>
   <xsd:element name="provinciecode" type="xsd:string"/>
   <xsd:element name="provincienaam" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PerceelArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Perceel[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="PerceelSearchPartsPagedResult">
  <xsd:all>
   <xsd:element name="extra" type="tns:SearchParts"/>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:PerceelArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RangeAddress">
  <xsd:all>
   <xsd:element name="reeks" type="tns:PCReeks"/>
   <xsd:element name="huisnr" type="xsd:int" minOccurs="0"/>
   <xsd:element name="huisnr_toevoeging" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RangeAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RangeAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RangeAddressPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:RangeAddressArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="District">
  <xsd:all>
   <xsd:element name="gemeenteid" type="xsd:int"/>
   <xsd:element name="gemeentenaam" type="xsd:string"/>
   <xsd:element name="gemeentecode" type="xsd:int"/>
   <xsd:element name="provinciecode" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DistrictArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:District[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DistrictPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DistrictArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="City">
  <xsd:all>
   <xsd:element name="plaatsid" type="xsd:int"/>
   <xsd:element name="plaatsnaam" type="xsd:string"/>
   <xsd:element name="plaatsnaam_ptt" type="xsd:string"/>
   <xsd:element name="plaatsnaam_extract" type="xsd:string"/>
   <xsd:element name="gemeenteid" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CityArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:City[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CityPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CityArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CityV2">
  <xsd:all>
   <xsd:element name="plaatsid" type="xsd:int"/>
   <xsd:element name="plaatsnaam" type="xsd:string"/>
   <xsd:element name="plaatsnaam_ptt" type="xsd:string"/>
   <xsd:element name="plaatsnaam_extract" type="xsd:string"/>
   <xsd:element name="gemeenteid" type="xsd:int"/>
   <xsd:element name="gemeentenaam" type="xsd:string"/>
   <xsd:element name="gemeentecode" type="xsd:int"/>
   <xsd:element name="cebucocode" type="xsd:int"/>
   <xsd:element name="provinciecode" type="xsd:string"/>
   <xsd:element name="provincienaam" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CityV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CityV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CityV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CityV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Province">
  <xsd:all>
   <xsd:element name="provinciecode" type="xsd:string"/>
   <xsd:element name="provincienaam" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ProvinceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Province[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ProvincePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:ProvinceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Neighborhood">
  <xsd:all>
   <xsd:element name="nbcode" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NeighborhoodArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Neighborhood[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="NeighborhoodPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:NeighborhoodArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NeighborhoodName">
  <xsd:all>
   <xsd:element name="nbcode" type="xsd:string"/>
   <xsd:element name="nbname" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NeighborhoodNameArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:NeighborhoodName[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="NeighborhoodNamePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:NeighborhoodNameArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AreaCode">
  <xsd:all>
   <xsd:element name="areacode" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AreaCodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AreaCode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="AreaCodePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:AreaCodeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="HeaderAuthenticate">
  <xsd:all>
   <xsd:element name="reactid" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="HeaderLogin">
  <xsd:all>
   <xsd:element name="username" type="xsd:string"/>
   <xsd:element name="password" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessDossier">
  <xsd:all>
   <xsd:element name="errors" type="tns:BelgianBusinessDossierErrors" minOccurs="0"/>
   <xsd:element name="company" type="tns:BelgianBusinessCompany"/>
   <xsd:element name="bank_accounts" type="tns:BelgianBusinessBankAccountArray"/>
   <xsd:element name="annual_financial_statements" type="tns:BelgianBusinessAnnualFinancialStatementArray"/>
   <xsd:element name="legal_representative_companies" type="tns:BelgianBusinessLegalRepresentativeCompanyArray"/>
   <xsd:element name="legal_representatives" type="tns:BelgianBusinessLegalRepresentativeArray"/>
   <xsd:element name="stakeholders" type="tns:BelgianBusinessStakeHolderArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessDossierErrors">
  <xsd:all>
   <xsd:element name="bank_accounts_error" type="xsd:string" minOccurs="0"/>
   <xsd:element name="annual_financial_statements_error" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_representative_companies_error" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_representatives_error" type="xsd:string" minOccurs="0"/>
   <xsd:element name="stakeholders_error" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessCompany">
  <xsd:all>
   <xsd:element name="vat_number" type="xsd:string"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="phone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="website" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_date" type="tns:BelgianBusinessDate"/>
   <xsd:element name="establishment_units" type="xsd:int"/>
   <xsd:element name="type" type="tns:BelgianBusinessDatedItem"/>
   <xsd:element name="activities" type="tns:BelgianBusinessDatedItemArray"/>
   <xsd:element name="addresses" type="tns:BelgianBusinessAddressArray"/>
   <xsd:element name="juridical_form" type="tns:BelgianBusinessDatedItem" minOccurs="0"/>
   <xsd:element name="juridical_situation" type="tns:BelgianBusinessDatedItem"/>
   <xsd:element name="legal_representatives_count" type="xsd:string"/>
   <xsd:element name="legal_representative_companies_count" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessAnnualFinancialStatementArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessAnnualFinancialStatement[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessAnnualFinancialStatement">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="year" type="xsd:int"/>
   <xsd:element name="number_of_employees" type="xsd:int" minOccurs="0"/>
   <xsd:element name="turnover" type="xsd:float" minOccurs="0"/>
   <xsd:element name="equity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="revisors" type="tns:BelgianBusinessRevisorArray" minOccurs="0"/>
   <xsd:element name="account_date" type="tns:BelgianBusinessDate" minOccurs="0"/>
   <xsd:element name="current_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="gross_operating_margin" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="gain_loss_period" type="xsd:float" minOccurs="0"/>
   <xsd:element name="current_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="net_cash" type="xsd:float" minOccurs="0"/>
   <xsd:element name="self_financing_degree" type="xsd:float" minOccurs="0"/>
   <xsd:element name="return_on_equity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="added_value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="balance_type" type="xsd:float" minOccurs="0"/>
   <xsd:element name="ratios" type="tns:BelgianBusinessRatios"/>
   <xsd:element name="social_balance" type="tns:BelgianBusinessSocialBalance"/>
   <xsd:element name="financial_values" type="tns:BelgianBusinessFinancialValues"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessStakeHolderArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessStakeHolder[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessStakeHolder">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="profession" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="tns:BelgianBusinessInternationalAddress" minOccurs="0"/>
   <xsd:element name="mandate" type="tns:BelgianBusinessDatedItem" minOccurs="0"/>
   <xsd:element name="source_date" type="tns:BelgianBusinessDate" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string"/>
   <xsd:element name="last_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessLegalRepresentativeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessLegalRepresentative[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessLegalRepresentative">
  <xsd:all>
   <xsd:element name="company_vat_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="role" type="tns:BelgianBusinessDatedItem" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string"/>
   <xsd:element name="last_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessLegalRepresentativeCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessLegalRepresentativeCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessLegalRepresentativeCompany">
  <xsd:all>
   <xsd:element name="vat_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="role" type="tns:BelgianBusinessDatedItem" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessFinancialValues">
  <xsd:all>
   <xsd:element name="fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_of_employees" type="xsd:int" minOccurs="0"/>
   <xsd:element name="number_of_employees_men" type="xsd:int" minOccurs="0"/>
   <xsd:element name="number_of_employees_women" type="xsd:int" minOccurs="0"/>
   <xsd:element name="capital" type="xsd:float" minOccurs="0"/>
   <xsd:element name="financial_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="currents_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_receivable_more_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="trade_debtors_within_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="equity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_payable_within_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="trade_debts_payable_within_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="turnover" type="xsd:float" minOccurs="0"/>
   <xsd:element name="gross_operating_margin" type="xsd:float" minOccurs="0"/>
   <xsd:element name="increase_decrease_stocks_work_contracts_progress" type="xsd:float" minOccurs="0"/>
   <xsd:element name="contributions_gifts_legacies_grants" type="xsd:float" minOccurs="0"/>
   <xsd:element name="remuneration_social_security_pensions" type="xsd:float" minOccurs="0"/>
   <xsd:element name="depreciation_other_amounts_written_down_formation_expenses_intangible_tangible_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_written_down_stocks_contracts_progress_trade_debtors_appropriations_write_backs" type="xsd:float" minOccurs="0"/>
   <xsd:element name="provisions_risks_charges_appropriations_write_backs" type="xsd:float" minOccurs="0"/>
   <xsd:element name="operating_charges" type="xsd:float" minOccurs="0"/>
   <xsd:element name="operating_profit_loss" type="xsd:float" minOccurs="0"/>
   <xsd:element name="financial_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="financial_charges" type="xsd:float" minOccurs="0"/>
   <xsd:element name="extraordinary_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="extraordinary_charges" type="xsd:float" minOccurs="0"/>
   <xsd:element name="income_taxes" type="xsd:float" minOccurs="0"/>
   <xsd:element name="gain_loss_period" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets_acquisition_including_produced_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets_depreciations_amount_written_down_acquired_third_party" type="xsd:float" minOccurs="0"/>
   <xsd:element name="outstanding_taxes_payable_due_tax_authorities" type="xsd:float" minOccurs="0"/>
   <xsd:element name="remuneration_social_security_recipient_national_social_security_office" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_receivable_within_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="accrued_charges_deferred_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="current_investments" type="xsd:float" minOccurs="0"/>
   <xsd:element name="cash_bank_hand" type="xsd:float" minOccurs="0"/>
   <xsd:element name="equity_liabilities" type="xsd:float" minOccurs="0"/>
   <xsd:element name="operating_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="other_operating_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="operating_subsidies_compensatory_amounts" type="xsd:float" minOccurs="0"/>
   <xsd:element name="capital_subsidies_granted_public_authorities_recorded_income_period" type="xsd:float" minOccurs="0"/>
   <xsd:element name="raw_materials_consumables" type="xsd:float" minOccurs="0"/>
   <xsd:element name="services_other_goods" type="xsd:float" minOccurs="0"/>
   <xsd:element name="hired_temporary_staff_costs_enterprise" type="xsd:float" minOccurs="0"/>
   <xsd:element name="persons_placed_enterprises_disposal_costs_enterprise" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_recorded_personnel_register_average_number_employees_calculated_full_time_equivalents" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stock_raw_materials_consumables" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stock_goods_purchased_resale" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stock_immovable_property_intended_sale" type="xsd:float" minOccurs="0"/>
   <xsd:element name="advance_payments_purchases_stocks" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stocks_contracts_progress" type="xsd:float" minOccurs="0"/>
   <xsd:element name="deferred_charges_accrued_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="own_construction_capitalised" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stock_work_progress" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stock_finished_goods" type="xsd:float" minOccurs="0"/>
   <xsd:element name="contracts_progress" type="xsd:float" minOccurs="0"/>
   <xsd:element name="personal_guarantees_provided_or_irrevocably_promised_by_enterprise" type="xsd:float" minOccurs="0"/>
   <xsd:element name="value_added_taxes_charged_by_enterprise" type="xsd:float" minOccurs="0"/>
   <xsd:element name="purchases_raw_materials_consumables" type="xsd:float" minOccurs="0"/>
   <xsd:element name="value_added_taxes_charged_to_enterprise" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_written_down_current_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="provisions_financial_nature_appropriations" type="xsd:float" minOccurs="0"/>
   <xsd:element name="provisions_financial_nature_uses_write_backs" type="xsd:float" minOccurs="0"/>
   <xsd:element name="extraordinary_depreciation_extraordinary_amounts_written_down" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_written_down_financial_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="provisions_extraordinary_liabilities_charges_appropriations_uses" type="xsd:float" minOccurs="0"/>
   <xsd:element name="write_back_depreciation_amounts_written_down_intangible_tangible_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="write_back_amounts_written_down_financial_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="write_back_provisions_extraordinary_liabilities_charges" type="xsd:float" minOccurs="0"/>
   <xsd:element name="losses_disposal_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="income_taxes_result_period" type="xsd:float" minOccurs="0"/>
   <xsd:element name="transfer_from_deferred_taxes" type="xsd:float" minOccurs="0"/>
   <xsd:element name="transfer_to_deferred_taxes" type="xsd:float" minOccurs="0"/>
   <xsd:element name="assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="interest_subsidies_granted_public_authorities_recorded_income_period" type="xsd:float" minOccurs="0"/>
   <xsd:element name="charges_discounting_amounts_receivable" type="xsd:float" minOccurs="0"/>
   <xsd:element name="debt_charges" type="xsd:float" minOccurs="0"/>
   <xsd:element name="depreciation_loan_issue_expenses_reimbursement_premiums" type="xsd:float" minOccurs="0"/>
   <xsd:element name="provisions_pensions_similar_obligations_appropriations_write_backs" type="xsd:float" minOccurs="0"/>
   <xsd:element name="current_portion_amounts_payable_more_one_year_falling_due_within_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_payable_more_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="provisions_deferred_taxes" type="xsd:float" minOccurs="0"/>
   <xsd:element name="amounts_payable" type="xsd:float" minOccurs="0"/>
   <xsd:element name="reserves" type="xsd:float" minOccurs="0"/>
   <xsd:element name="accumulated_profits_losses" type="xsd:float" minOccurs="0"/>
   <xsd:element name="financial_debts_payable_within_one_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="formation_expenses" type="xsd:float" minOccurs="0"/>
   <xsd:element name="intangible_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="land_buildings_acquisition_including_produced_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="plant_machinery_equipment_acquisition_including_produced_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="furniture_vehicles_acquisition_including_produced_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="leasing_other_similar_rights_acquisition_including_produced_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="other_tangible_fixed_assets_acquisition_including_produced_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets_under_construction" type="xsd:float" minOccurs="0"/>
   <xsd:element name="land_buildings_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="plant_machinery_equipment_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="furniture_vehicles_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="leasing_other_similar_rights_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="other_tangible_fixed_assets_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets_under_construction_advance_payments_revaluation_gains_third_parties" type="xsd:float" minOccurs="0"/>
   <xsd:element name="land_buildings_depreciations_amount_written_down_acquired_third_party" type="xsd:float" minOccurs="0"/>
   <xsd:element name="plant_machinery_equipment_depreciations_amount_written_down_acquired_third_party" type="xsd:float" minOccurs="0"/>
   <xsd:element name="furniture_vehicles_depreciations_amount_written_down_acquired_third_party" type="xsd:float" minOccurs="0"/>
   <xsd:element name="leasing_other_similar_rights_depreciations_amount_written_down_acquired_third_party" type="xsd:float" minOccurs="0"/>
   <xsd:element name="other_tangible_fixed_assets_depreciations_amount_written_down_acquired_third_party" type="xsd:float" minOccurs="0"/>
   <xsd:element name="tangible_fixed_assets_under_construction_advance_payments_depreciations" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_recorded_personnel_register_total_number_closing_date" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_employees_personnel_register_closing_date_financial_year_men_full_time" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_employees_personnel_register_closing_date_financial_year_women_full_time" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_employees_personnel_register_closing_date_financial_year_men_part_time" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_employees_personnel_register_closing_date_financial_year_women_part_time" type="xsd:float" minOccurs="0"/>
   <xsd:element name="investments" type="xsd:float" minOccurs="0"/>
   <xsd:element name="added_value" type="xsd:float" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessSocialBalance">
  <xsd:all>
   <xsd:element name="employees_worked_hours" type="xsd:int" minOccurs="0"/>
   <xsd:element name="advantages_addition_wages" type="xsd:float" minOccurs="0"/>
   <xsd:element name="professional_training_hours" type="xsd:float" minOccurs="0"/>
   <xsd:element name="professional_training_net_costs" type="xsd:float" minOccurs="0"/>
   <xsd:element name="average_number_of_employees_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_management_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_workers_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_others_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_new_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_men_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_women_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_university_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_non_university_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_secondary_education_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_end_of_year_primary_education_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_indefinite_period_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_definite_period_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_termination_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_termination_retirement_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_termination_early_retirement_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_termination_dismissal" type="xsd:float" minOccurs="0"/>
   <xsd:element name="employees_contract_termination_other_reason" type="xsd:float" minOccurs="0"/>
   <xsd:element name="hired_temporary_staff_fte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="hired_temporary_staff_worked_hours" type="xsd:float" minOccurs="0"/>
   <xsd:element name="hired_temporary_staff_costs" type="xsd:float" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessRatios">
  <xsd:all>
   <xsd:element name="net_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="return_on_equity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="gross_operating_sales_margin" type="xsd:float" minOccurs="0"/>
   <xsd:element name="net_operating_sales_margin" type="xsd:float" minOccurs="0"/>
   <xsd:element name="rotation_fixed_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="total_assets_to_turnover" type="xsd:float" minOccurs="0"/>
   <xsd:element name="current_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="quick_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="immediate_liquidity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="write_downs_to_added_value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="net_cash" type="xsd:float" minOccurs="0"/>
   <xsd:element name="net_cash_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="net_current_assets" type="xsd:float" minOccurs="0"/>
   <xsd:element name="cash_flow" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_days_customer_credit" type="xsd:float" minOccurs="0"/>
   <xsd:element name="number_days_supplier_credit" type="xsd:float" minOccurs="0"/>
   <xsd:element name="investments" type="xsd:float" minOccurs="0"/>
   <xsd:element name="dfl" type="xsd:float" minOccurs="0"/>
   <xsd:element name="own_assets_to_capital" type="xsd:float" minOccurs="0"/>
   <xsd:element name="cash_flow_to_debt" type="xsd:float" minOccurs="0"/>
   <xsd:element name="cash_flow_to_long_term_debt" type="xsd:float" minOccurs="0"/>
   <xsd:element name="long_term_debt_to_short_term_debt" type="xsd:float" minOccurs="0"/>
   <xsd:element name="debt_repayment" type="xsd:float" minOccurs="0"/>
   <xsd:element name="self_financing_degree" type="xsd:float" minOccurs="0"/>
   <xsd:element name="outstanding_tax_to_liabilities" type="xsd:float" minOccurs="0"/>
   <xsd:element name="added_value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="payroll_costs_to_added_value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="financial_charges_to_added_value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="net_profit_to_added_value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="added_value_to_operating_income" type="xsd:float" minOccurs="0"/>
   <xsd:element name="investment_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="added_value_per_employee" type="xsd:float" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessRevisorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessRevisor[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessRevisor">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="company_name" type="xsd:string"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="profession" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="tns:BelgianBusinessInternationalAddress" minOccurs="0"/>
   <xsd:element name="mandate" type="tns:BelgianBusinessDatedItem" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string"/>
   <xsd:element name="last_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessBankAccountArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessBankAccount[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessBankAccount">
  <xsd:all>
   <xsd:element name="iban" type="xsd:string"/>
   <xsd:element name="bic" type="xsd:string"/>
   <xsd:element name="iban_valid" type="xsd:boolean"/>
   <xsd:element name="start_date" type="tns:BelgianBusinessDate" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessAddress">
  <xsd:all>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="house_number" type="xsd:int"/>
   <xsd:element name="box" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_code" type="xsd:string"/>
   <xsd:element name="municipality" type="xsd:string" minOccurs="0"/>
   <xsd:element name="post_code" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessInternationalAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessInternationalAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessInternationalAddress">
  <xsd:all>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="house_number" type="xsd:int"/>
   <xsd:element name="box" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_code" type="xsd:string"/>
   <xsd:element name="municipality" type="xsd:string" minOccurs="0"/>
   <xsd:element name="post_code" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessDatedItemArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BelgianBusinessDatedItem[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessDatedItem">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="label" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_date" type="tns:BelgianBusinessDate" minOccurs="0"/>
   <xsd:element name="end_date" type="tns:BelgianBusinessDate" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BelgianBusinessDate">
  <xsd:all>
   <xsd:element name="day" type="xsd:int" minOccurs="0"/>
   <xsd:element name="month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="year" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BovagMember">
  <xsd:all>
   <xsd:element name="bovag_id" type="xsd:string"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="certificate_url" type="xsd:string"/>
   <xsd:element name="departments" type="tns:BovagDepartmentArray"/>
   <xsd:element name="dutch_business_identifiers" type="tns:DutchBusinessIdentifiers"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BovagDepartment">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BovagDepartmentArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BovagDepartment[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessIdentifiers">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rsi_number" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessReference">
  <xsd:all>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="Tradename" type="xsd:string"/>
   <xsd:element name="Streetname" type="xsd:string"/>
   <xsd:element name="City" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceV2">
  <xsd:all>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="Tradename" type="xsd:string"/>
   <xsd:element name="EstablishmentStreetname" type="xsd:string"/>
   <xsd:element name="EstablishmentCity" type="xsd:string"/>
   <xsd:element name="CorrespondenceStreetname" type="xsd:string"/>
   <xsd:element name="CorrespondenceCity" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessReferenceV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessReferenceV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceV3">
  <xsd:all>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="Tradename" type="xsd:string"/>
   <xsd:element name="EstablishmentStreetname" type="xsd:string"/>
   <xsd:element name="EstablishmentCity" type="xsd:string"/>
   <xsd:element name="CorrespondenceStreetname" type="xsd:string"/>
   <xsd:element name="CorrespondenceCity" type="xsd:string"/>
   <xsd:element name="IndicationEconomicallyActive" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceV3Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessReferenceV3[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessReferenceV3PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessReferenceV3Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossier">
  <xsd:all>
   <xsd:element name="RegisterLetter" type="xsd:string"/>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="ChamberNo" type="xsd:string"/>
   <xsd:element name="Legalformcode" type="xsd:string"/>
   <xsd:element name="LegalformcodeText" type="xsd:string"/>
   <xsd:element name="PreviousDossierNo" type="xsd:string"/>
   <xsd:element name="PreviousSubDossierNo" type="xsd:string"/>
   <xsd:element name="Tradename30" type="xsd:string"/>
   <xsd:element name="Tradename1x30" type="xsd:string"/>
   <xsd:element name="Tradename2x30" type="xsd:string"/>
   <xsd:element name="Tradename45" type="xsd:string"/>
   <xsd:element name="TradenameFull" type="xsd:string"/>
   <xsd:element name="EstablishmentAddress" type="xsd:string"/>
   <xsd:element name="EstablishmentPostcodeCity" type="xsd:string"/>
   <xsd:element name="EstablishmentStreetname" type="xsd:string"/>
   <xsd:element name="EstablishmentHouseNo" type="xsd:int"/>
   <xsd:element name="EstablishmentHouseNoAddition" type="xsd:string"/>
   <xsd:element name="EstablishmentPostcode" type="xsd:string"/>
   <xsd:element name="CorrespondenceAddress" type="xsd:string"/>
   <xsd:element name="CorrespondencePostcodeCity" type="xsd:string"/>
   <xsd:element name="CorrespondenceStreetname" type="xsd:string"/>
   <xsd:element name="CorrespondenceHouseNo" type="xsd:int"/>
   <xsd:element name="CorrespondenceHouseNoAddition" type="xsd:string"/>
   <xsd:element name="CorrespondencePostcode" type="xsd:string"/>
   <xsd:element name="TelephoneNo" type="xsd:string"/>
   <xsd:element name="Domainname" type="xsd:string"/>
   <xsd:element name="PrimaryActivitycode" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode1" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode2" type="xsd:string"/>
   <xsd:element name="PrimaryActivitycodeText" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode1Text" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode2Text" type="xsd:string"/>
   <xsd:element name="PersonnelFulltime" type="xsd:string"/>
   <xsd:element name="ClassPersonnelFulltime" type="xsd:string"/>
   <xsd:element name="IndicationOrganisationcode" type="xsd:string"/>
   <xsd:element name="IndicationEconomicallyActive" type="xsd:string"/>
   <xsd:element name="IndicationNonMailing" type="xsd:string"/>
   <xsd:element name="IndicationBankruptcy" type="xsd:string"/>
   <xsd:element name="IndicationDIP" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessDossier[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessDossierArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierV2">
  <xsd:all>
   <xsd:element name="RegisterLetter" type="xsd:string"/>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="ChamberNo" type="xsd:string"/>
   <xsd:element name="Legalformcode" type="xsd:string"/>
   <xsd:element name="LegalformcodeText" type="xsd:string"/>
   <xsd:element name="PreviousDossierNo" type="xsd:string"/>
   <xsd:element name="PreviousSubDossierNo" type="xsd:string"/>
   <xsd:element name="Tradename30" type="xsd:string"/>
   <xsd:element name="Tradename1x30" type="xsd:string"/>
   <xsd:element name="Tradename2x30" type="xsd:string"/>
   <xsd:element name="Tradename45" type="xsd:string"/>
   <xsd:element name="TradenameFull" type="xsd:string"/>
   <xsd:element name="EstablishmentPostcode" type="xsd:string"/>
   <xsd:element name="EstablishmentCity" type="xsd:string"/>
   <xsd:element name="EstablishmentStreetname" type="xsd:string"/>
   <xsd:element name="EstablishmentHouseNo" type="xsd:int"/>
   <xsd:element name="EstablishmentHouseNoAddition" type="xsd:string"/>
   <xsd:element name="CorrespondencePostcode" type="xsd:string"/>
   <xsd:element name="CorrespondenceCity" type="xsd:string"/>
   <xsd:element name="CorrespondenceStreetname" type="xsd:string"/>
   <xsd:element name="CorrespondenceHouseNo" type="xsd:int"/>
   <xsd:element name="CorrespondenceHouseNoAddition" type="xsd:string"/>
   <xsd:element name="TelephoneNo" type="xsd:string"/>
   <xsd:element name="Domainname" type="xsd:string"/>
   <xsd:element name="PrimaryActivitycode" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode1" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode2" type="xsd:string"/>
   <xsd:element name="PrimaryActivitycodeText" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode1Text" type="xsd:string"/>
   <xsd:element name="SecondaryActivitycode2Text" type="xsd:string"/>
   <xsd:element name="PersonnelFulltime" type="xsd:int"/>
   <xsd:element name="ClassPersonnelFulltime" type="xsd:int"/>
   <xsd:element name="IndicationOrganisationcode" type="xsd:string"/>
   <xsd:element name="IndicationEconomicallyActive" type="xsd:boolean"/>
   <xsd:element name="IndicationNonMailing" type="xsd:boolean"/>
   <xsd:element name="IndicationBankruptcy" type="xsd:boolean"/>
   <xsd:element name="IndicationDIP" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessDossierV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessDossierV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierV3">
  <xsd:all>
   <xsd:element name="RegisterLetter" type="xsd:string"/>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="ChamberNo" type="xsd:string"/>
   <xsd:element name="Legalformcode" type="xsd:string"/>
   <xsd:element name="LegalformcodeText" type="xsd:string"/>
   <xsd:element name="PreviousDossierNo" type="xsd:string"/>
   <xsd:element name="PreviousSubDossierNo" type="xsd:string"/>
   <xsd:element name="Tradename45" type="xsd:string"/>
   <xsd:element name="TradenameFull" type="xsd:string"/>
   <xsd:element name="EstablishmentPostcode" type="xsd:string"/>
   <xsd:element name="EstablishmentCity" type="xsd:string"/>
   <xsd:element name="EstablishmentStreetname" type="xsd:string"/>
   <xsd:element name="EstablishmentHouseNo" type="xsd:int"/>
   <xsd:element name="EstablishmentHouseNoAddition" type="xsd:string"/>
   <xsd:element name="CorrespondencePostcode" type="xsd:string"/>
   <xsd:element name="CorrespondenceCity" type="xsd:string"/>
   <xsd:element name="CorrespondenceStreetname" type="xsd:string"/>
   <xsd:element name="CorrespondenceHouseNo" type="xsd:int"/>
   <xsd:element name="CorrespondenceHouseNoAddition" type="xsd:string"/>
   <xsd:element name="TelephoneNo" type="xsd:string"/>
   <xsd:element name="Domainname" type="xsd:string"/>
   <xsd:element name="PrimarySBICode" type="xsd:string"/>
   <xsd:element name="SecondarySBICode1" type="xsd:string"/>
   <xsd:element name="SecondarySBICode2" type="xsd:string"/>
   <xsd:element name="PrimarySBICodeText" type="xsd:string"/>
   <xsd:element name="SecondarySBICode1Text" type="xsd:string"/>
   <xsd:element name="SecondarySBICode2Text" type="xsd:string"/>
   <xsd:element name="Personnel" type="xsd:int"/>
   <xsd:element name="ClassPersonnel" type="xsd:int"/>
   <xsd:element name="IndicationOrganisationcode" type="xsd:string"/>
   <xsd:element name="IndicationEconomicallyActive" type="xsd:boolean"/>
   <xsd:element name="IndicationNonMailing" type="xsd:boolean"/>
   <xsd:element name="IndicationBankruptcy" type="xsd:boolean"/>
   <xsd:element name="IndicationDIP" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierV3Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessDossierV3[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierV3PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessDossierV3Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierExtended">
  <xsd:all>
   <xsd:element name="BasicDossierPart" type="tns:BusinessDossierV3"/>
   <xsd:element name="ExtendedDossierPart" type="tns:BusinessDossierExtendedPart"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierExtendedPart">
  <xsd:all>
   <xsd:element name="MainBranchIndication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="MainBranchDossierNo" type="xsd:string"/>
   <xsd:element name="MainBranchSubDossierNo" type="xsd:string"/>
   <xsd:element name="ImportIndication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="ExportIndication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="LegalName" type="xsd:string"/>
   <xsd:element name="ContactTitle1" type="xsd:string"/>
   <xsd:element name="ContactTitle2" type="xsd:string"/>
   <xsd:element name="ContactInitials" type="xsd:string"/>
   <xsd:element name="ContactPrefix" type="xsd:string"/>
   <xsd:element name="ContactSurname" type="xsd:string"/>
   <xsd:element name="ContactGender" type="xsd:string"/>
   <xsd:element name="AuthorizedShareCapital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="AuthorizedShareCapitalCurrency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="PaidUpShareCapital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="PaidUpShareCapitalCurrency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="IssuedShareCapital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="IssuedShareCapitalCurrency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="FoundingDate" type="tns:BusinessDate" minOccurs="0"/>
   <xsd:element name="ContinuationDate" type="tns:BusinessDate" minOccurs="0"/>
   <xsd:element name="EstablishmentDate" type="tns:BusinessDate" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDate">
  <xsd:all>
   <xsd:element name="Year" type="xsd:gYear"/>
   <xsd:element name="Month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="Day" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessDossierSBI">
  <xsd:all>
   <xsd:element name="PrimarySBICode" type="xsd:string"/>
   <xsd:element name="SecondarySBICode1" type="xsd:string"/>
   <xsd:element name="SecondarySBICode2" type="xsd:string"/>
   <xsd:element name="PrimarySBICodeText" type="xsd:string"/>
   <xsd:element name="SecondarySBICode1Text" type="xsd:string"/>
   <xsd:element name="SecondarySBICode2Text" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessBIKSection">
  <xsd:all>
   <xsd:element name="sectioncode" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessBIKSectionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessBIKSection[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessSBISection">
  <xsd:all>
   <xsd:element name="sectioncode" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessSBISectionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessSBISection[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessBIKCode">
  <xsd:all>
   <xsd:element name="bikcode" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessBIKCodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessBIKCode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessSBICode">
  <xsd:all>
   <xsd:element name="sbicode" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessSBICodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessSBICode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessBIKCodeInfo">
  <xsd:all>
   <xsd:element name="sections" type="tns:BusinessBIKSectionArray"/>
   <xsd:element name="bikcodes" type="tns:BusinessBIKCodeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessSBICodeInfo">
  <xsd:all>
   <xsd:element name="section" type="tns:BusinessSBISection"/>
   <xsd:element name="sbicodes" type="tns:BusinessSBICodeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessUpdateReference">
  <xsd:all>
   <xsd:element name="DossierNo" type="xsd:string"/>
   <xsd:element name="SubDossierNo" type="xsd:string"/>
   <xsd:element name="UpdateTypes" type="tns:stringArray"/>
   <xsd:element name="DateLastUpdate" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BusinessUpdateReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:BusinessUpdateReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="BusinessUpdateReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:BusinessUpdateReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="stringArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="Car">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="category" type="xsd:string"/>
   <xsd:element name="brand" type="xsd:string"/>
   <xsd:element name="model" type="xsd:string"/>
   <xsd:element name="colors" type="xsd:string"/>
   <xsd:element name="fuel_type" type="xsd:string"/>
   <xsd:element name="cylinders" type="xsd:int"/>
   <xsd:element name="cylinder_capacity" type="xsd:int"/>
   <xsd:element name="seats" type="xsd:int"/>
   <xsd:element name="standing_room" type="xsd:int"/>
   <xsd:element name="unladen_mass" type="xsd:int"/>
   <xsd:element name="gross_vehicle_mass" type="xsd:int"/>
   <xsd:element name="mass_ready" type="xsd:int"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int"/>
   <xsd:element name="maximum_mass_unbraked" type="xsd:int"/>
   <xsd:element name="maximum_mass_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_trailer_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_self_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_axle_braked" type="xsd:int"/>
   <xsd:element name="date_first_issuing" type="xsd:string"/>
   <xsd:element name="date_first_admission" type="xsd:string"/>
   <xsd:element name="date_latest_name_registration" type="xsd:string"/>
   <xsd:element name="apk_due_date" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarV3">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="category" type="xsd:string"/>
   <xsd:element name="brand" type="xsd:string"/>
   <xsd:element name="model" type="xsd:string"/>
   <xsd:element name="colors" type="xsd:string"/>
   <xsd:element name="fuel_type" type="xsd:string"/>
   <xsd:element name="cylinders" type="xsd:int"/>
   <xsd:element name="cylinder_capacity" type="xsd:int"/>
   <xsd:element name="seats" type="xsd:int"/>
   <xsd:element name="standing_room" type="xsd:int"/>
   <xsd:element name="unladen_mass" type="xsd:int"/>
   <xsd:element name="gross_vehicle_mass" type="xsd:int"/>
   <xsd:element name="mass_ready" type="xsd:int"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int"/>
   <xsd:element name="maximum_mass_unbraked" type="xsd:int"/>
   <xsd:element name="maximum_mass_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_trailer_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_self_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_axle_braked" type="xsd:int"/>
   <xsd:element name="date_first_issuing" type="xsd:string"/>
   <xsd:element name="date_first_admission" type="xsd:string"/>
   <xsd:element name="date_latest_name_registration" type="xsd:string"/>
   <xsd:element name="apk_due_date" type="xsd:string"/>
   <xsd:element name="co2_emission" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarV2">
  <xsd:all>
   <xsd:element name="car_data" type="tns:Car"/>
   <xsd:element name="types" type="tns:CarTypeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarDataV3Result">
  <xsd:all>
   <xsd:element name="car_data" type="tns:CarV3"/>
   <xsd:element name="types" type="tns:CarTypeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarBP">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="category" type="xsd:string"/>
   <xsd:element name="brand" type="xsd:string"/>
   <xsd:element name="model" type="xsd:string"/>
   <xsd:element name="colors" type="xsd:string"/>
   <xsd:element name="fuel_type" type="xsd:string"/>
   <xsd:element name="cylinders" type="xsd:int"/>
   <xsd:element name="cylinder_capacity" type="xsd:int"/>
   <xsd:element name="seats" type="xsd:int"/>
   <xsd:element name="standing_room" type="xsd:int"/>
   <xsd:element name="unladen_mass" type="xsd:int"/>
   <xsd:element name="gross_vehicle_mass" type="xsd:int"/>
   <xsd:element name="mass_ready" type="xsd:int"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int"/>
   <xsd:element name="maximum_mass_unbraked" type="xsd:int"/>
   <xsd:element name="maximum_mass_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_trailer_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_self_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_axle_braked" type="xsd:int"/>
   <xsd:element name="date_first_issuing" type="xsd:string"/>
   <xsd:element name="date_first_admission" type="xsd:string"/>
   <xsd:element name="date_latest_name_registration" type="xsd:string"/>
   <xsd:element name="apk_due_date" type="xsd:string"/>
   <xsd:element name="bpm" type="xsd:int"/>
   <xsd:element name="power" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarBPV2">
  <xsd:all>
   <xsd:element name="car_data" type="tns:CarBP"/>
   <xsd:element name="types" type="tns:CarTypeArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarExtended">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="check_code_status" type="xsd:boolean"/>
   <xsd:element name="category" type="xsd:string"/>
   <xsd:element name="brand" type="xsd:string"/>
   <xsd:element name="brand_code" type="xsd:string"/>
   <xsd:element name="model" type="tns:stringArray"/>
   <xsd:element name="body_style" type="xsd:string"/>
   <xsd:element name="colors" type="tns:stringArray"/>
   <xsd:element name="fuel_types" type="tns:stringArray"/>
   <xsd:element name="cylinders" type="xsd:int"/>
   <xsd:element name="cylinder_capacity" type="xsd:int"/>
   <xsd:element name="seats" type="xsd:int"/>
   <xsd:element name="standing_room" type="xsd:int"/>
   <xsd:element name="unladen_mass" type="xsd:int"/>
   <xsd:element name="gross_vehicle_mass" type="xsd:int"/>
   <xsd:element name="mass_ready" type="xsd:int"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int"/>
   <xsd:element name="maximum_mass_unbraked" type="xsd:int"/>
   <xsd:element name="maximum_mass_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_trailer_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_self_braked" type="xsd:int"/>
   <xsd:element name="maximum_mass_axle_braked" type="xsd:int"/>
   <xsd:element name="date_first_issuing" type="xsd:string"/>
   <xsd:element name="date_first_admission" type="xsd:string"/>
   <xsd:element name="date_latest_name_registration" type="xsd:string"/>
   <xsd:element name="apk_due_date" type="xsd:string"/>
   <xsd:element name="bpm" type="xsd:int"/>
   <xsd:element name="power" type="xsd:int"/>
   <xsd:element name="g3_indicator" type="xsd:string"/>
   <xsd:element name="particulate_filter" type="xsd:string"/>
   <xsd:element name="co2_emission_combined" type="xsd:string"/>
   <xsd:element name="emission_code" type="xsd:string"/>
   <xsd:element name="top_speed" type="xsd:int"/>
   <xsd:element name="fuel_consumption_city" type="xsd:string"/>
   <xsd:element name="fuel_consumption_freeway" type="xsd:string"/>
   <xsd:element name="fuel_consumption_combined" type="xsd:string"/>
   <xsd:element name="energy_label" type="xsd:string"/>
   <xsd:element name="stolen" type="xsd:boolean"/>
   <xsd:element name="insured" type="xsd:boolean"/>
   <xsd:element name="license_plate_signal" type="xsd:boolean"/>
   <xsd:element name="awaiting_inspection" type="xsd:boolean"/>
   <xsd:element name="catalog_price" type="xsd:string"/>
   <xsd:element name="european_type_approval_mark" type="xsd:string"/>
   <xsd:element name="types" type="tns:CarTypeArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarCheckCode">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="correct" type="xsd:boolean"/>
   <xsd:element name="active" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEMeldcodeCheck">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="correct" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarType">
  <xsd:all>
   <xsd:element name="car_id" type="xsd:string"/>
   <xsd:element name="brand" type="xsd:string"/>
   <xsd:element name="model" type="xsd:string"/>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="gearbox" type="xsd:string"/>
   <xsd:element name="first_year" type="xsd:int"/>
   <xsd:element name="last_year" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarTypeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarType[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarOptions">
  <xsd:all>
   <xsd:element name="car_id" type="xsd:string"/>
   <xsd:element name="merk" type="xsd:string"/>
   <xsd:element name="serie" type="xsd:string"/>
   <xsd:element name="serie_jaar_van" type="xsd:int"/>
   <xsd:element name="serie_jaar_tot" type="xsd:int"/>
   <xsd:element name="model" type="xsd:string"/>
   <xsd:element name="model_maand_van" type="xsd:int"/>
   <xsd:element name="model_jaar_van" type="xsd:int"/>
   <xsd:element name="model_maand_tot" type="xsd:int"/>
   <xsd:element name="model_jaar_tot" type="xsd:int"/>
   <xsd:element name="belasting_min" type="xsd:string"/>
   <xsd:element name="belasting_max" type="xsd:string"/>
   <xsd:element name="algemene_garantie" type="xsd:string"/>
   <xsd:element name="algemene_garantie_km" type="xsd:string"/>
   <xsd:element name="carrosserie_garantie" type="xsd:string"/>
   <xsd:element name="deuren" type="xsd:string"/>
   <xsd:element name="carrosserietype" type="xsd:string"/>
   <xsd:element name="aantal_versnellingen" type="xsd:string"/>
   <xsd:element name="soort_schakeling" type="xsd:string"/>
   <xsd:element name="aandrijving" type="xsd:string"/>
   <xsd:element name="brandstoftype" type="xsd:string"/>
   <xsd:element name="aantal_cilinders" type="xsd:string"/>
   <xsd:element name="bouwwijze" type="xsd:string"/>
   <xsd:element name="kleppen_per_cilinder" type="xsd:string"/>
   <xsd:element name="cilinderinhoud" type="xsd:string"/>
   <xsd:element name="boring" type="xsd:string"/>
   <xsd:element name="slag" type="xsd:string"/>
   <xsd:element name="compressieverhouding" type="xsd:string"/>
   <xsd:element name="vermogen_kw" type="xsd:string"/>
   <xsd:element name="vermogen_pk" type="xsd:string"/>
   <xsd:element name="vermogen_tpm" type="xsd:string"/>
   <xsd:element name="koppel" type="xsd:string"/>
   <xsd:element name="koppel_tpm" type="xsd:string"/>
   <xsd:element name="katalysator" type="xsd:string"/>
   <xsd:element name="brandstofsysteem" type="xsd:string"/>
   <xsd:element name="klepbediening" type="xsd:string"/>
   <xsd:element name="turbo" type="xsd:string"/>
   <xsd:element name="wielophanging_voor" type="xsd:string"/>
   <xsd:element name="wielophanging_achter" type="xsd:string"/>
   <xsd:element name="vering_voor" type="xsd:string"/>
   <xsd:element name="vering_achter" type="xsd:string"/>
   <xsd:element name="stabilisator_voor" type="xsd:string"/>
   <xsd:element name="stabilisator_achter" type="xsd:string"/>
   <xsd:element name="remmen_voor" type="xsd:string"/>
   <xsd:element name="remmen_voor_mm" type="xsd:string"/>
   <xsd:element name="remmen_achter" type="xsd:string"/>
   <xsd:element name="remmen_achter_mm" type="xsd:string"/>
   <xsd:element name="cw_waarde" type="xsd:string"/>
   <xsd:element name="lengte" type="xsd:string"/>
   <xsd:element name="breedte" type="xsd:string"/>
   <xsd:element name="hoogte" type="xsd:string"/>
   <xsd:element name="wielbasis" type="xsd:string"/>
   <xsd:element name="spoorbreedte_voor" type="xsd:string"/>
   <xsd:element name="spoorbreedte_achter" type="xsd:string"/>
   <xsd:element name="draaicirkel" type="xsd:string"/>
   <xsd:element name="bandenmaat_voor" type="xsd:string"/>
   <xsd:element name="bandenmaat_achter" type="xsd:string"/>
   <xsd:element name="massa" type="xsd:string"/>
   <xsd:element name="max_toelaatbare_massa" type="xsd:string"/>
   <xsd:element name="max_aanhanger_geremd" type="xsd:string"/>
   <xsd:element name="max_aanhanger_ongeremd" type="xsd:string"/>
   <xsd:element name="max_kogeldruk" type="xsd:string"/>
   <xsd:element name="max_dakbelasting" type="xsd:string"/>
   <xsd:element name="koffer_min" type="xsd:string"/>
   <xsd:element name="koffer_max" type="xsd:string"/>
   <xsd:element name="tankinhoud" type="xsd:string"/>
   <xsd:element name="topsnelheid" type="xsd:string"/>
   <xsd:element name="acceleratie" type="xsd:string"/>
   <xsd:element name="verbruik_binnen_bebouwde_kom" type="xsd:string"/>
   <xsd:element name="verbruik_buiten_bebouwde_kom" type="xsd:string"/>
   <xsd:element name="verbruik_gecombineerd" type="xsd:string"/>
   <xsd:element name="co2_uitstoot" type="xsd:string"/>
   <xsd:element name="verbruik_gemiddeld" type="xsd:string"/>
   <xsd:element name="abs" type="tns:CarOption"/>
   <xsd:element name="remkrachtverdeling" type="tns:CarOption"/>
   <xsd:element name="brakeassist" type="tns:CarOption"/>
   <xsd:element name="tractiecontrole" type="tns:CarOption"/>
   <xsd:element name="sperdifferentieel" type="tns:CarOption"/>
   <xsd:element name="stabiliteitsregeling" type="tns:CarOption"/>
   <xsd:element name="regelbare_schokdemping" type="tns:CarOption"/>
   <xsd:element name="niveauregeling" type="tns:CarOption"/>
   <xsd:element name="airbag_bestuurder" type="tns:CarOption"/>
   <xsd:element name="airbag_passagier" type="tns:CarOption"/>
   <xsd:element name="airbag_opzijvoor" type="tns:CarOption"/>
   <xsd:element name="airbag_opzijachter" type="tns:CarOption"/>
   <xsd:element name="airbag_hoofdvoor" type="tns:CarOption"/>
   <xsd:element name="airbag_hoofdachter" type="tns:CarOption"/>
   <xsd:element name="gordelspanners" type="tns:CarOption"/>
   <xsd:element name="verstelbare_gordelhoogte" type="tns:CarOption"/>
   <xsd:element name="startonderbreker" type="tns:CarOption"/>
   <xsd:element name="inbraakalarm" type="tns:CarOption"/>
   <xsd:element name="centrale_deurvergrendeling" type="tns:CarOption"/>
   <xsd:element name="afstandbediening_deurvergrendeling" type="tns:CarOption"/>
   <xsd:element name="automatische_vergrendeling" type="tns:CarOption"/>
   <xsd:element name="keyless_entry" type="tns:CarOption"/>
   <xsd:element name="elektrische_ramen_voor" type="tns:CarOption"/>
   <xsd:element name="elektrische_ramen_achter" type="tns:CarOption"/>
   <xsd:element name="stuurbekrachtiging" type="tns:CarOption"/>
   <xsd:element name="stuurschakeling" type="tns:CarOption"/>
   <xsd:element name="cruise_control" type="tns:CarOption"/>
   <xsd:element name="radar_cruise_control" type="tns:CarOption"/>
   <xsd:element name="airconditioning" type="tns:CarOption"/>
   <xsd:element name="klimaatregeling" type="tns:CarOption"/>
   <xsd:element name="gescheiden_temperatuurregeling" type="tns:CarOption"/>
   <xsd:element name="pollenfilter" type="tns:CarOption"/>
   <xsd:element name="parkeersensor" type="tns:CarOption"/>
   <xsd:element name="hoofdsteunen_voor" type="tns:CarOption"/>
   <xsd:element name="hoofdsteunen_achter" type="tns:CarOption"/>
   <xsd:element name="verstelbare_hoofdsteunen_achter" type="tns:CarOption"/>
   <xsd:element name="derde_hoofdsteun_achter" type="tns:CarOption"/>
   <xsd:element name="derde_driepuntsgordel_achter" type="tns:CarOption"/>
   <xsd:element name="verstelbare_lendensteun_bestuurder" type="tns:CarOption"/>
   <xsd:element name="verstelbare_lendensteun_passagier" type="tns:CarOption"/>
   <xsd:element name="hoogteverstelling_bestuurder" type="tns:CarOption"/>
   <xsd:element name="hoogteverstelling_passagier" type="tns:CarOption"/>
   <xsd:element name="elektrische_stoelverstelling" type="tns:CarOption"/>
   <xsd:element name="geheugen_stoelverstelling" type="tns:CarOption"/>
   <xsd:element name="verwarmde_zitplaatsen_voor" type="tns:CarOption"/>
   <xsd:element name="verwarmde_zitplaatsen_achter" type="tns:CarOption"/>
   <xsd:element name="sportstoelen" type="tns:CarOption"/>
   <xsd:element name="bekledingstof_leer" type="tns:CarOption"/>
   <xsd:element name="lerenbekleding" type="tns:CarOption"/>
   <xsd:element name="hoogteverstelling_stuur" type="tns:CarOption"/>
   <xsd:element name="diepteverstelling_stuur" type="tns:CarOption"/>
   <xsd:element name="elektrische_stuurverstelling" type="tns:CarOption"/>
   <xsd:element name="leer_bekleed_stuur" type="tns:CarOption"/>
   <xsd:element name="middenarmsteun_voor" type="tns:CarOption"/>
   <xsd:element name="middenarmsteun_achter" type="tns:CarOption"/>
   <xsd:element name="neerklapbare_achterbank" type="tns:CarOption"/>
   <xsd:element name="in_delen_neerklapbaar_achterbank" type="tns:CarOption"/>
   <xsd:element name="opbergvak_linkerportier" type="tns:CarOption"/>
   <xsd:element name="bekerhouder_voor" type="tns:CarOption"/>
   <xsd:element name="bekerhouder_achter" type="tns:CarOption"/>
   <xsd:element name="zonnescherm_achterruit" type="tns:CarOption"/>
   <xsd:element name="dagteller" type="tns:CarOption"/>
   <xsd:element name="toerenteller" type="tns:CarOption"/>
   <xsd:element name="temperatuurmeter" type="tns:CarOption"/>
   <xsd:element name="oliepeilmeter" type="tns:CarOption"/>
   <xsd:element name="oliedrukmeter" type="tns:CarOption"/>
   <xsd:element name="olietemperatuurmeter" type="tns:CarOption"/>
   <xsd:element name="voltmeter" type="tns:CarOption"/>
   <xsd:element name="verbruiksmeter" type="tns:CarOption"/>
   <xsd:element name="turbodrukmeter" type="tns:CarOption"/>
   <xsd:element name="buitentemperatuurmeter" type="tns:CarOption"/>
   <xsd:element name="klokje" type="tns:CarOption"/>
   <xsd:element name="boardcomputer" type="tns:CarOption"/>
   <xsd:element name="luidsprekers" type="tns:CarOption"/>
   <xsd:element name="stereoinstallatie" type="tns:CarOption"/>
   <xsd:element name="cdspeler" type="tns:CarOption"/>
   <xsd:element name="cdwisselaar" type="tns:CarOption"/>
   <xsd:element name="audiostuurbediening" type="tns:CarOption"/>
   <xsd:element name="bandenspanningssensor" type="tns:CarOption"/>
   <xsd:element name="navigatiesysteem" type="tns:CarOption"/>
   <xsd:element name="televisie" type="tns:CarOption"/>
   <xsd:element name="telefoonvoorbereiding" type="tns:CarOption"/>
   <xsd:element name="telefoon" type="tns:CarOption"/>
   <xsd:element name="intervalruitenwisser" type="tns:CarOption"/>
   <xsd:element name="regelbare_interval" type="tns:CarOption"/>
   <xsd:element name="regensensor" type="tns:CarOption"/>
   <xsd:element name="ruitenwisser_achter" type="tns:CarOption"/>
   <xsd:element name="achterruitverwarming" type="tns:CarOption"/>
   <xsd:element name="voorruitverwarming" type="tns:CarOption"/>
   <xsd:element name="verwarmde_ruitensproeiers" type="tns:CarOption"/>
   <xsd:element name="gelaagde_voorruit" type="tns:CarOption"/>
   <xsd:element name="getintglas" type="tns:CarOption"/>
   <xsd:element name="schuifdak" type="tns:CarOption"/>
   <xsd:element name="elektrisch_schuifdak" type="tns:CarOption"/>
   <xsd:element name="beschermstrips_opzij" type="tns:CarOption"/>
   <xsd:element name="bumpers_meegespoten" type="tns:CarOption"/>
   <xsd:element name="metallic_lak" type="tns:CarOption"/>
   <xsd:element name="lichtmetalen_velgen" type="tns:CarOption"/>
   <xsd:element name="rechter_buitenspiegel" type="tns:CarOption"/>
   <xsd:element name="binnenuit_verstelbare_buitenspiegel" type="tns:CarOption"/>
   <xsd:element name="elektrische_spiegels" type="tns:CarOption"/>
   <xsd:element name="verwarmde_spiegels" type="tns:CarOption"/>
   <xsd:element name="inklapbare_spiegels" type="tns:CarOption"/>
   <xsd:element name="meegespoten_spiegels" type="tns:CarOption"/>
   <xsd:element name="dodehoekspiegel_bestuurder" type="tns:CarOption"/>
   <xsd:element name="dimmende_binnenspiegel" type="tns:CarOption"/>
   <xsd:element name="dimmende_buitenspiegel" type="tns:CarOption"/>
   <xsd:element name="dakrails" type="tns:CarOption"/>
   <xsd:element name="binnenuit_te_openen_tankklep" type="tns:CarOption"/>
   <xsd:element name="binnenuit_te_openen_bagageklep" type="tns:CarOption"/>
   <xsd:element name="op_afstand_te_openen_bagageklep" type="tns:CarOption"/>
   <xsd:element name="halogeen_koplampen" type="tns:CarOption"/>
   <xsd:element name="xenon_koplampen" type="tns:CarOption"/>
   <xsd:element name="verstelbare_koplampen" type="tns:CarOption"/>
   <xsd:element name="koplampsproeiers" type="tns:CarOption"/>
   <xsd:element name="automatisch_inschakelende_koplampen" type="tns:CarOption"/>
   <xsd:element name="verstralers" type="tns:CarOption"/>
   <xsd:element name="mistlampen_voor" type="tns:CarOption"/>
   <xsd:element name="mistlampen_achter" type="tns:CarOption"/>
   <xsd:element name="zoemer_vergeten_verlichting" type="tns:CarOption"/>
   <xsd:element name="verlichte_bagageruimte" type="tns:CarOption"/>
   <xsd:element name="verlichte_motorruimte" type="tns:CarOption"/>
   <xsd:element name="verlicht_dashboardkastje" type="tns:CarOption"/>
   <xsd:element name="regelbare_dashboardverlichting" type="tns:CarOption"/>
   <xsd:element name="leeslampje_voor" type="tns:CarOption"/>
   <xsd:element name="leeslampje_achter" type="tns:CarOption"/>
   <xsd:element name="verlichte_makeupspiegel" type="tns:CarOption"/>
   <xsd:element name="vertraging_interieurverlichting" type="tns:CarOption"/>
   <xsd:element name="portierverlichting" type="tns:CarOption"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarOption">
  <xsd:all>
   <xsd:element name="standaard" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="pakket" type="xsd:int" minOccurs="0"/>
   <xsd:element name="standaard_sinds_datum" type="xsd:gYearMonth" minOccurs="0"/>
   <xsd:element name="prijs" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEPrices">
  <xsd:all>
   <xsd:element name="current_price_retail" type="xsd:int" minOccurs="0"/>
   <xsd:element name="current_price_exchange" type="xsd:int" minOccurs="0"/>
   <xsd:element name="current_price_trade" type="xsd:int" minOccurs="0"/>
   <xsd:element name="date_price_list" type="xsd:date" minOccurs="0"/>
   <xsd:element name="catalog_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="btw_new_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="bpm_new_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="net_catalog_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="recalculated_catalog_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="recalculated_btw_new_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="recalculated_net_catalog_price" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEBasicTypeData">
  <xsd:all>
   <xsd:element name="category" type="xsd:string" minOccurs="0"/>
   <xsd:element name="brand_rdw" type="xsd:string" minOccurs="0"/>
   <xsd:element name="brand_atl" type="xsd:string" minOccurs="0"/>
   <xsd:element name="model_rdw" type="xsd:string" minOccurs="0"/>
   <xsd:element name="model_atl" type="xsd:string" minOccurs="0"/>
   <xsd:element name="short_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="colors" type="tns:stringArray"/>
   <xsd:element name="fuel_types" type="tns:stringArray"/>
   <xsd:element name="cylinders" type="xsd:int" minOccurs="0"/>
   <xsd:element name="cylinder_capacity" type="xsd:int" minOccurs="0"/>
   <xsd:element name="seats" type="xsd:int" minOccurs="0"/>
   <xsd:element name="standing_room" type="xsd:int" minOccurs="0"/>
   <xsd:element name="unladen_mass" type="xsd:int" minOccurs="0"/>
   <xsd:element name="gross_vehicle_mass" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int" minOccurs="0"/>
   <xsd:element name="date_first_issuing" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_first_admission" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_latest_name_registration" type="xsd:date" minOccurs="0"/>
   <xsd:element name="apk_due_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="bpm" type="xsd:int" minOccurs="0"/>
   <xsd:element name="bpm_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="power" type="xsd:int" minOccurs="0"/>
   <xsd:element name="g3_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="co2_emission" type="xsd:int" minOccurs="0"/>
   <xsd:element name="emission_particles" type="xsd:string" minOccurs="0"/>
   <xsd:element name="energy_label" type="xsd:string" minOccurs="0"/>
   <xsd:element name="emission_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="interior_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="interior_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="doors" type="xsd:int" minOccurs="0"/>
   <xsd:element name="tax_write_off" type="xsd:string" minOccurs="0"/>
   <xsd:element name="parallel_import" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="license_plate_signal" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gear" type="xsd:string" minOccurs="0"/>
   <xsd:element name="brand_approval" type="xsd:string" minOccurs="0"/>
   <xsd:element name="top_speed" type="xsd:int" minOccurs="0"/>
   <xsd:element name="types" type="tns:CarVWEVersionPriceReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersionPrice">
  <xsd:all>
   <xsd:element name="brand_atl" type="xsd:string" minOccurs="0"/>
   <xsd:element name="model_atl" type="xsd:string" minOccurs="0"/>
   <xsd:element name="short_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fuel_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="cylinder_capacity" type="xsd:int" minOccurs="0"/>
   <xsd:element name="seats" type="xsd:int" minOccurs="0"/>
   <xsd:element name="power" type="xsd:int" minOccurs="0"/>
   <xsd:element name="energy_label" type="xsd:string" minOccurs="0"/>
   <xsd:element name="emission_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="doors" type="xsd:int" minOccurs="0"/>
   <xsd:element name="gear" type="xsd:string" minOccurs="0"/>
   <xsd:element name="top_speed" type="xsd:int" minOccurs="0"/>
   <xsd:element name="folder_weight" type="xsd:int" minOccurs="0"/>
   <xsd:element name="train_weight" type="xsd:int" minOccurs="0"/>
   <xsd:element name="layout" type="xsd:string" minOccurs="0"/>
   <xsd:element name="design" type="xsd:string" minOccurs="0"/>
   <xsd:element name="acceleration" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="sportivity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="version" type="tns:CarVWEVersionPriceReference"/>
   <xsd:element name="prices" type="tns:CarVWEPrices"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersionYearData">
  <xsd:all>
   <xsd:element name="atl_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="brand_atl" type="xsd:string" minOccurs="0"/>
   <xsd:element name="model_atl" type="xsd:string" minOccurs="0"/>
   <xsd:element name="version_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="short_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fuel_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="cylinder_capacity" type="xsd:int" minOccurs="0"/>
   <xsd:element name="seats" type="xsd:int" minOccurs="0"/>
   <xsd:element name="power" type="xsd:int" minOccurs="0"/>
   <xsd:element name="energy_label" type="xsd:string" minOccurs="0"/>
   <xsd:element name="emission_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="doors" type="xsd:int" minOccurs="0"/>
   <xsd:element name="gear" type="xsd:string" minOccurs="0"/>
   <xsd:element name="top_speed" type="xsd:int" minOccurs="0"/>
   <xsd:element name="folder_weight" type="xsd:int" minOccurs="0"/>
   <xsd:element name="train_weight" type="xsd:int" minOccurs="0"/>
   <xsd:element name="layout" type="xsd:string" minOccurs="0"/>
   <xsd:element name="body_style" type="xsd:string" minOccurs="0"/>
   <xsd:element name="acceleration" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="sportivity" type="xsd:float" minOccurs="0"/>
   <xsd:element name="prices" type="tns:CarVWEPrices"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersionPriceReference">
  <xsd:all>
   <xsd:element name="order_number" type="xsd:int"/>
   <xsd:element name="atl_code" type="xsd:int"/>
   <xsd:element name="model_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersionPriceReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEVersionPriceReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarVWEBrand">
  <xsd:all>
   <xsd:element name="brand_id" type="xsd:int"/>
   <xsd:element name="brand_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEBrandArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEBrand[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarVWEBrandPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CarVWEBrandArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEModel">
  <xsd:all>
   <xsd:element name="model_id" type="xsd:int"/>
   <xsd:element name="model_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEModelArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEModel[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarVWEModelPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CarVWEModelArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersion">
  <xsd:all>
   <xsd:element name="atl_code" type="xsd:int"/>
   <xsd:element name="version_name" type="xsd:string"/>
   <xsd:element name="fuel_type_id" type="xsd:int"/>
   <xsd:element name="fuel_type" type="xsd:string"/>
   <xsd:element name="body_style_id" type="xsd:int"/>
   <xsd:element name="body_style" type="xsd:string"/>
   <xsd:element name="doors" type="xsd:int"/>
   <xsd:element name="power" type="xsd:int"/>
   <xsd:element name="gear_id" type="xsd:int"/>
   <xsd:element name="gear" type="xsd:string"/>
   <xsd:element name="valid_from" type="xsd:date"/>
   <xsd:element name="valid_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEVersion[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarVWEVersionPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CarVWEVersionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEPhoto">
  <xsd:all>
   <xsd:element name="image" type="xsd:base64Binary"/>
   <xsd:element name="side" type="xsd:string"/>
   <xsd:element name="size" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEPhotoArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEPhoto[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptions">
  <xsd:all>
   <xsd:element name="options_standard" type="tns:CarVWEOptionsStandard" minOccurs="0"/>
   <xsd:element name="options_manufacture" type="tns:CarVWEOptionsManufacture" minOccurs="0"/>
   <xsd:element name="options_package" type="tns:CarVWEOptionsPackage" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptionsStandard">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="atl_code" type="xsd:int"/>
   <xsd:element name="options" type="tns:CarVWEOptionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptionsManufacture">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="atl_code" type="xsd:int"/>
   <xsd:element name="options" type="tns:CarVWEOptionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptionsPackage">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="atl_code" type="xsd:int"/>
   <xsd:element name="packages" type="tns:CarVWEOptionPackageArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptionPackage">
  <xsd:all>
   <xsd:element name="package_id" type="xsd:int"/>
   <xsd:element name="price" type="xsd:int"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="options" type="tns:CarVWEOptionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptionPackageArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEOptionPackage[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOption">
  <xsd:all>
   <xsd:element name="option_id" type="xsd:int"/>
   <xsd:element name="description_short" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="price" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarVWEOptionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarVWEOption[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarRDWCarDataPrice">
  <xsd:all>
   <xsd:element name="basic_car_data" type="tns:CarV3"/>
   <xsd:element name="environment_data" type="tns:CarEnvironment"/>
   <xsd:element name="status_data" type="tns:CarStatus"/>
   <xsd:element name="power" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="fuel_types" type="tns:stringArray"/>
   <xsd:element name="top_speed" type="xsd:int" minOccurs="0"/>
   <xsd:element name="catalog_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="bpm" type="xsd:int" minOccurs="0"/>
   <xsd:element name="bodies" type="tns:CarBodyArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarStatus">
  <xsd:all>
   <xsd:element name="insured" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="awaiting_inspection" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="missing" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="stolen" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarEnvironment">
  <xsd:all>
   <xsd:element name="emission_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="energy_label" type="xsd:string" minOccurs="0"/>
   <xsd:element name="g3_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="particulate_filter" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fuel_usage_city" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="fuel_usage_highway" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="fuel_usage_combined" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarBody">
  <xsd:all>
   <xsd:element name="id" type="xsd:int" minOccurs="0"/>
   <xsd:element name="code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarBodyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarBody[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CarATDPrices">
  <xsd:all>
   <xsd:element name="brand" type="xsd:string"/>
   <xsd:element name="model" type="xsd:string"/>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="valuations" type="tns:CarATDValuationArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarATDValuation">
  <xsd:all>
   <xsd:element name="type_id" type="xsd:int"/>
   <xsd:element name="price_retail" type="xsd:int"/>
   <xsd:element name="price_exchange" type="xsd:int"/>
   <xsd:element name="price_trade" type="xsd:int"/>
   <xsd:element name="type_names" type="tns:stringArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CarATDValuationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CarATDValuation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CompliancePersonReference">
  <xsd:all>
   <xsd:element name="compliance_person_id" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="date_of_birth" type="xsd:date" minOccurs="0"/>
   <xsd:element name="relation_description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CompliancePersonReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CompliancePersonReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CompliancePersonSearchReference">
  <xsd:all>
   <xsd:element name="match_score" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="compliance_person_id" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="date_of_birth" type="xsd:date" minOccurs="0"/>
   <xsd:element name="nationality" type="xsd:string" minOccurs="0"/>
   <xsd:element name="flags" type="tns:stringArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CompliancePersonSearchReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CompliancePersonSearchReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CompliancePersonSearchReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CompliancePersonSearchReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CompliancePerson">
  <xsd:all>
   <xsd:element name="compliance_person_id" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="pep_level" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="middle_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_of_death" type="xsd:date" minOccurs="0"/>
   <xsd:element name="deceased" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="nationality" type="xsd:string" minOccurs="0"/>
   <xsd:element name="image_url" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="mobile_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="email" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sanctions" type="tns:ComplianceSanctionReferenceArray" minOccurs="1"/>
   <xsd:element name="flags" type="tns:stringArray" minOccurs="1"/>
   <xsd:element name="aliases" type="tns:stringArray" minOccurs="1"/>
   <xsd:element name="addresses" type="tns:ComplianceAddressReferenceArray" minOccurs="1"/>
   <xsd:element name="roles" type="tns:ComplianceRoleReferenceArray" minOccurs="1"/>
   <xsd:element name="related_businesses" type="tns:ComplianceBusinessReferenceArray" minOccurs="1"/>
   <xsd:element name="related_persons" type="tns:CompliancePersonReferenceArray" minOccurs="1"/>
   <xsd:element name="notes" type="tns:ComplianceNoteReferenceArray" minOccurs="1"/>
   <xsd:element name="documents" type="tns:ComplianceDocumentReferenceArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceBusiness">
  <xsd:all>
   <xsd:element name="compliance_business_id" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="business_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="website_url" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sanctions" type="tns:ComplianceSanctionReferenceArray" minOccurs="1"/>
   <xsd:element name="flags" type="tns:stringArray" minOccurs="1"/>
   <xsd:element name="aliases" type="tns:stringArray" minOccurs="1"/>
   <xsd:element name="addresses" type="tns:ComplianceAddressReferenceArray" minOccurs="1"/>
   <xsd:element name="related_businesses" type="tns:ComplianceBusinessReferenceArray" minOccurs="1"/>
   <xsd:element name="related_persons" type="tns:CompliancePersonReferenceArray" minOccurs="1"/>
   <xsd:element name="notes" type="tns:ComplianceNoteReferenceArray" minOccurs="1"/>
   <xsd:element name="documents" type="tns:ComplianceDocumentReferenceArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceAddressReference">
  <xsd:all>
   <xsd:element name="address_lines" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="postal_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="county" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceAddressReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceAddressReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ComplianceRoleReference">
  <xsd:all>
   <xsd:element name="role" type="xsd:string" minOccurs="1"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_date" type="tns:ComplianceDate" minOccurs="0"/>
   <xsd:element name="end_date" type="tns:ComplianceDate" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceRoleReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceRoleReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ComplianceDate">
  <xsd:all>
   <xsd:element name="year" type="xsd:int" minOccurs="1"/>
   <xsd:element name="month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="day" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceBusinessReference">
  <xsd:all>
   <xsd:element name="compliance_business_id" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="relation_description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceBusinessReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceBusinessReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ComplianceBusinessSearchReference">
  <xsd:all>
   <xsd:element name="match_score" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="compliance_business_id" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="flags" type="tns:stringArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceBusinessSearchReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceBusinessSearchReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ComplianceBusinessSearchReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:ComplianceBusinessSearchReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceDocumentReference">
  <xsd:all>
   <xsd:element name="original_url" type="xsd:string" minOccurs="0"/>
   <xsd:element name="cached_url" type="xsd:string" minOccurs="1"/>
   <xsd:element name="date_collected" type="xsd:date" minOccurs="0"/>
   <xsd:element name="categories" type="tns:stringArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceDocumentReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceDocumentReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ComplianceSanctionReference">
  <xsd:all>
   <xsd:element name="organisation" type="xsd:string" minOccurs="1"/>
   <xsd:element name="active" type="xsd:boolean" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceSanctionReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceSanctionReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ComplianceNoteReference">
  <xsd:all>
   <xsd:element name="source" type="xsd:string" minOccurs="0"/>
   <xsd:element name="text" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ComplianceNoteReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ComplianceNoteReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompany">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="office_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="available_report_types" type="tns:stringArray"/>
   <xsd:element name="available_languages" type="tns:stringArray"/>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="online_reports" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CreditsafeCompanyArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyReportFull">
  <xsd:all>
   <xsd:element name="company_id" type="xsd:string"/>
   <xsd:element name="order_number" type="xsd:unsignedLong"/>
   <xsd:element name="language" type="xsd:string"/>
   <xsd:element name="company_summary" type="tns:CreditsafeLtdCompanySummary"/>
   <xsd:element name="company_identification" type="tns:CreditsafeLtdCompanyIdentification"/>
   <xsd:element name="credit_score" type="tns:CreditsafeLtdCreditScore"/>
   <xsd:element name="contact_information" type="tns:CreditsafeLtdContactInformation"/>
   <xsd:element name="share_capital_structure" type="tns:CreditsafeLtdShareCapitalStructure"/>
   <xsd:element name="directors" type="tns:CreditsafeLtdDirectors"/>
   <xsd:element name="other_information" type="tns:CreditsafeLtdOtherInformation"/>
   <xsd:element name="group_structure" type="tns:CreditsafeLtdGroupStructure" minOccurs="0"/>
   <xsd:element name="financial_statements" type="tns:CreditsafeLtdFinancialStatementArray" minOccurs="0"/>
   <xsd:element name="additional_information" type="tns:CreditsafeAdditionalInformation" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyV2">
  <xsd:all>
   <xsd:element name="address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="creditsafe_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_last_account" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="date_last_change" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="vat_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="office_type" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdCompanySummary">
  <xsd:all>
   <xsd:element name="business_name" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_activity" type="tns:CreditsafeCompanyActivity" minOccurs="0"/>
   <xsd:element name="company_status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="latest_turnover_figure" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="latest_shareholders_equity_figure" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="credit_rating" type="xsd:string"/>
   <xsd:element name="credit_limit" type="xsd:string"/>
   <xsd:element name="rating_description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdCompanyIdentification">
  <xsd:all>
   <xsd:element name="basic_information" type="tns:CreditsafeLtdCompanyBasicInformation"/>
   <xsd:element name="activities" type="tns:CreditsafeCompanyActivityArray" minOccurs="0"/>
   <xsd:element name="previous_names" type="tns:CreditsafeChangedStringArray" minOccurs="0"/>
   <xsd:element name="previous_legal_forms" type="tns:CreditsafeChangedStringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeChangedString">
  <xsd:all>
   <xsd:element name="value" type="xsd:string"/>
   <xsd:element name="date_changed" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeChangedStringArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeChangedString[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdCreditScore">
  <xsd:all>
   <xsd:element name="current_credit_rating" type="xsd:string"/>
   <xsd:element name="current_rating_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="current_credit_limit" type="xsd:string"/>
   <xsd:element name="current_contract_limit" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="previous_credit_limit" type="xsd:string" minOccurs="0"/>
   <xsd:element name="previous_credit_rating" type="xsd:string" minOccurs="0"/>
   <xsd:element name="previous_rating_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_latest_rating_change" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdContactInformation">
  <xsd:all>
   <xsd:element name="main_address" type="tns:CreditsafeStreetAddressWithTelephone"/>
   <xsd:element name="other_addresses" type="tns:CreditsafeStreetAddressWithTelephoneArray" minOccurs="0"/>
   <xsd:element name="previous_addresses" type="tns:CreditsafeStreetAddressArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="websites" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdShareCapitalStructure">
  <xsd:all>
   <xsd:element name="nominal_share_capital" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="share_holders" type="tns:CreditsafeShareHolderArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdDirectors">
  <xsd:all>
   <xsd:element name="current_directors" type="tns:CreditsafeDirectorArray" minOccurs="0"/>
   <xsd:element name="previous_directors" type="tns:CreditsafePreviousDirectorArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdOtherInformation">
  <xsd:all>
   <xsd:element name="bankers" type="tns:CreditsafeBankerArray" minOccurs="0"/>
   <xsd:element name="advisors" type="tns:CreditsafeAdvisorArray" minOccurs="0"/>
   <xsd:element name="employees_information" type="tns:CreditsafeEmployeeInformationArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdGroupStructure">
  <xsd:all>
   <xsd:element name="ultimate_parent" type="tns:CreditsafeCompanyListEntry" minOccurs="0"/>
   <xsd:element name="immediate_parent" type="tns:CreditsafeCompanyListEntry" minOccurs="0"/>
   <xsd:element name="subsidiary_companies" type="tns:CreditsafeCompanyListEntryArray" minOccurs="0"/>
   <xsd:element name="affiliated_companies" type="tns:CreditsafeCompanyListEntryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdCompanyBasicInformation">
  <xsd:all>
   <xsd:element name="business_name" type="xsd:string"/>
   <xsd:element name="registered_company_name" type="xsd:string"/>
   <xsd:element name="company_registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="vat_registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="vat_registration_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="dateof_company_registration" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="dateof_starting_operations" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="commercial_court" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form" type="xsd:string" minOccurs="0"/>
   <xsd:element name="typeof_ownership" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="report_currency" type="xsd:string"/>
   <xsd:element name="principal_activity" type="tns:CreditsafeCompanyActivity" minOccurs="0"/>
   <xsd:element name="contact_address" type="xsd:string"/>
   <xsd:element name="contact_telephone_number" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeStreetAddressWithTelephone">
  <xsd:all>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeStreetAddressWithTelephoneArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeStreetAddressWithTelephone[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyListEntry">
  <xsd:all>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_name" type="xsd:string"/>
   <xsd:element name="company_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="number" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyListEntryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyListEntry[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdFinancialStatement">
  <xsd:all>
   <xsd:element name="profit_and_loss" type="tns:CreditsafeProfitAndLossFigures" minOccurs="0"/>
   <xsd:element name="balance_sheet" type="tns:CreditsafeBalanceSheet" minOccurs="0"/>
   <xsd:element name="other_financials" type="tns:CreditsafeOtherFinancials" minOccurs="0"/>
   <xsd:element name="ratios" type="tns:CreditsafeFinancialRatios" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeLtdFinancialStatementArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeLtdFinancialStatement[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyActivity">
  <xsd:all>
   <xsd:element name="activity_code" type="xsd:string"/>
   <xsd:element name="activity_description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyActivityArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyActivity[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeStreetAddress">
  <xsd:all>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeStreetAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeStreetAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeShareHolder">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="share_percent" type="xsd:double" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeShareHolderArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeShareHolder[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeDirector">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
   <xsd:element name="appointment_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="position" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeDirectorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeDirector[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePreviousDirector">
  <xsd:all>
   <xsd:element name="director" type="tns:CreditsafeDirector"/>
   <xsd:element name="resignation_date" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePreviousDirectorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafePreviousDirector[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBanker">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bank_code" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBankerArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeBanker[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeAdvisor">
  <xsd:all>
   <xsd:element name="auditor_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="solicitor_name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeAdvisorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeAdvisor[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeEmployeeInformation">
  <xsd:all>
   <xsd:element name="year" type="xsd:unsignedShort" minOccurs="0"/>
   <xsd:element name="number_of_employees" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeEmployeeInformationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeEmployeeInformation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeProfitAndLossFigures">
  <xsd:all>
   <xsd:element name="year_end_date" type="xsd:dateTime"/>
   <xsd:element name="number_of_weeks" type="xsd:unsignedInt"/>
   <xsd:element name="currency" type="xsd:string"/>
   <xsd:element name="consolidated_accounts" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="revenue" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="operating_costs" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="operating_profit" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="wages_and_salaries" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="pension_costs" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="depreciation" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="amortisation" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="financial_income" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="financial_expenses" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="extraordinary_income" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="extraordinary_costs" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="profit_before_tax" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="tax" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="profit_after_tax" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="dividends" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="minority_interests" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_appropriations" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="retained_profit" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBalanceSheet">
  <xsd:all>
   <xsd:element name="year_end_date" type="xsd:dateTime"/>
   <xsd:element name="number_of_weeks" type="xsd:unsignedInt"/>
   <xsd:element name="currency" type="xsd:string"/>
   <xsd:element name="consolidated_accounts" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="land_and_buildings" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="plant_and_machinery" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_tangible_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_tangible_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="goodwill" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_intangible_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_intangible_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="investments" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="loans_to_group" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_loans" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="miscellaneous_fixed_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_other_fixed_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_fixed_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="raw_materials" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="work_in_progress" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="finished_goods" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_inventories" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_inventories" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="trade_receivables" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="group_receivables" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="receivables_due_after1year" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="miscellaneous_receivables" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_receivables" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="cash" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_current_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_current_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_assets" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="trade_payables" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="bank_liabilities" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_loans_or_finance" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="group_payables" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="miscellaneous_liabilities" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_current_liabilities" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="trade_payables_due_after1year" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="bank_liabilities_due_after1year" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_loans_or_finance_due_after1year" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="group_payables_due_after1year" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="miscellaneous_liabilities_due_after1year" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_long_term_liabilities" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_liabilities" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="called_up_share_capital" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="share_premium" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="revenue_reserves" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="other_reserves" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_shareholders_equity" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeOtherFinancials">
  <xsd:all>
   <xsd:element name="contingent_liabilities" type="xsd:string" minOccurs="0"/>
   <xsd:element name="working_capital" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="net_worth" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeFinancialRatios">
  <xsd:all>
   <xsd:element name="pre_tax_profit_margin" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="return_on_capital_employed" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="return_on_total_assets_employed" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="return_on_net_assets_employed" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="sales_or_net_working_capital" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="stock_turnover_ratio" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="debtor_days" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="creditor_days" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="current_ratio" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="liquidity_ratio_or_acid_test" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="current_debt_ratio" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="gearing" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="equity_in_percentage" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="total_debt_ratio" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyUpdate">
  <xsd:all>
   <xsd:element name="company_id" type="xsd:string"/>
   <xsd:element name="changes" type="tns:stringArray"/>
   <xsd:element name="date_last_update" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyUpdateArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyUpdate[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyUpdatePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:CreditsafeCompanyUpdateArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeAdditionalInformation">
  <xsd:all>
   <xsd:element name="nl" type="tns:CreditsafeNlAdditionalInformation" minOccurs="0"/>
   <xsd:element name="be" type="tns:CreditsafeBeAdditionalInformation" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlAdditionalInformation">
  <xsd:all>
   <xsd:element name="negative_information" type="tns:CreditsafeNlNegativeInformation" minOccurs="0"/>
   <xsd:element name="misc" type="tns:CreditsafeNlMisc" minOccurs="0"/>
   <xsd:element name="industry_quartile_analysis" type="tns:CreditsafeIndustryQuartilyAnalysis" minOccurs="0"/>
   <xsd:element name="payment_expectations_summary" type="tns:CreditsafeNlPaymentExpectationsSummary" minOccurs="0"/>
   <xsd:element name="letters_of_liability_information_403" type="tns:CreditsafeNlLettersOfLiabilityInformation403" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlNegativeInformation">
  <xsd:all>
   <xsd:element name="court_data" type="tns:CreditsafeNlCourtData" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlCourtData">
  <xsd:all>
   <xsd:element name="facts" type="tns:CreditsafeNlCourtDataFacts" minOccurs="0"/>
   <xsd:element name="receiver_details" type="tns:CreditsafeNlCourtDataReceiver" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlCourtDataFacts">
  <xsd:all>
   <xsd:element name="court_action" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="date_of_bankruptcy" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="details" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlCourtDataReceiver">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlMisc">
  <xsd:all>
   <xsd:element name="ceased_trading_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="exporter" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="importer" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeIndustryQuartilyAnalysis">
  <xsd:all>
   <xsd:element name="payment_expectation_days" type="tns:CreditsafeQuartiles" minOccurs="0"/>
   <xsd:element name="day_sales_outstanding" type="tns:CreditsafeQuartiles" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeQuartiles">
  <xsd:all>
   <xsd:element name="lower" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="median" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="upper" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlPaymentExpectationsSummary">
  <xsd:all>
   <xsd:element name="suspension_of_payments_mora" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="payment_expectation_days" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="day_sales_outstanding" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="industry_average_payment_expectation_days" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="industry_average_day_sales_outstanding" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlLettersOfLiabilityInformation403">
  <xsd:all>
   <xsd:element name="financial_year" type="xsd:unsignedInt" minOccurs="0"/>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_number" type="xsd:unsignedInt" minOccurs="0"/>
   <xsd:element name="date_submitted" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letters_of_liability" type="tns:CreditsafeNlLettersOfLiabilityArray" minOccurs="0"/>
   <xsd:element name="letters_of_liability_2nd_parent" type="tns:CreditsafeNlLettersOfLiabilityArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlLettersOfLiability">
  <xsd:all>
   <xsd:element name="start_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="submitted_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="removal_submitted_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="removal_date" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeNlLettersOfLiabilityArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeNlLettersOfLiability[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeAdditionalInformation">
  <xsd:all>
   <xsd:element name="negative_information" type="tns:CreditsafeBeNegativeInformation" minOccurs="0"/>
   <xsd:element name="misc" type="tns:CreditsafeBeMisc" minOccurs="0"/>
   <xsd:element name="industry_quartile_analysis" type="tns:CreditsafeIndustryQuartilyAnalysis" minOccurs="0"/>
   <xsd:element name="payment_expectations_summary" type="tns:CreditsafeBePaymentExpectationsSummary" minOccurs="0"/>
   <xsd:element name="industry_comparison" type="tns:CreditsafeBeIndustryComparison" minOccurs="0"/>
   <xsd:element name="registered_contractors" type="tns:CreditsafeBeRegisteredContractorArray" minOccurs="0"/>
   <xsd:element name="events" type="tns:CreditsafeBeEventArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeNegativeInformation">
  <xsd:all>
   <xsd:element name="nsso_details" type="tns:CreditsafeBeNSSODetailArray" minOccurs="0"/>
   <xsd:element name="protested_bills" type="tns:CreditsafeBeProtestedBillArray" minOccurs="0"/>
   <xsd:element name="bankruptcy_events" type="tns:CreditsafeBeBankruptcyEventArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeNSSODetail">
  <xsd:all>
   <xsd:element name="business_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name_of_defendant" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_of_defendant" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_summons" type="xsd:date" minOccurs="0"/>
   <xsd:element name="labour_court" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeNSSODetailArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeBeNSSODetail[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeProtestedBill">
  <xsd:all>
   <xsd:element name="drawee_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="drawee_address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bill_amount" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="bill_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="maturity_of_bill_in_months" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="payment_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="name_of_drawer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city_of_drawer" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeProtestedBillArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeBeProtestedBill[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeBankruptcyEvent">
  <xsd:all>
   <xsd:element name="bankruptcy_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street_of_registered_office" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city_of_registered_office" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode_of_registered_office" type="xsd:string" minOccurs="0"/>
   <xsd:element name="nace_bel_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="nace_bel_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="commercial_court" type="xsd:string" minOccurs="0"/>
   <xsd:element name="source_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="source" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_decreee_of_bankruptcy" type="xsd:date" minOccurs="0"/>
   <xsd:element name="closing_date_of_summons" type="xsd:date" minOccurs="0"/>
   <xsd:element name="name_of_trustee" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street_of_trustee" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city_of_trustee" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode_of_trustee" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeBankruptcyEventArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeBeBankruptcyEvent[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeMisc">
  <xsd:all>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBePaymentExpectationsSummary">
  <xsd:all>
   <xsd:element name="payment_expectation_days" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="day_sales_outstanding" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeIndustryComparison">
  <xsd:all>
   <xsd:element name="activity_code" type="xsd:unsignedInt" minOccurs="0"/>
   <xsd:element name="activity_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="industry_average_payment_expectation_days" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="industry_average_day_sales_outstanding" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="industry_average_credit_rating" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeRegisteredContractor">
  <xsd:all>
   <xsd:element name="registration_number" type="xsd:unsignedInt" minOccurs="0"/>
   <xsd:element name="contractor_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="striking_off_date" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeRegisteredContractorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeBeRegisteredContractor[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeEvent">
  <xsd:all>
   <xsd:element name="serial_number" type="xsd:unsignedInt" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeBeEventArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeBeEvent[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeSearchResultV2">
  <xsd:all>
   <xsd:element name="companies" type="tns:CreditsafeCompanyV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeAddressV2">
  <xsd:all>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="full_address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postal_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeAddressV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeAddressV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeSearchCriteria">
  <xsd:all>
   <xsd:element name="countries" type="tns:stringArray" minOccurs="1"/>
   <xsd:element name="languages" type="tns:stringArray" minOccurs="1"/>
   <xsd:element name="combinations" type="tns:CreditsafeSearchCriteriaCombinationArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeSearchCriteriaCombination">
  <xsd:all>
   <xsd:element name="params" type="tns:CreditsafeSearchCriteriaParamArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeSearchCriteriaCombinationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeSearchCriteriaCombination[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeSearchCriteriaParam">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="min_length" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="max_length" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="validation_regexp" type="xsd:string" minOccurs="0"/>
   <xsd:element name="allowed_values" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="is_required" type="xsd:boolean" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeSearchCriteriaParamArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeSearchCriteriaParam[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyReportFullV2">
  <xsd:all>
   <xsd:element name="additional_information" type="tns:CreditsafeCompanyAdditionalInformationV2" minOccurs="0"/>
   <xsd:element name="company_identification" type="tns:CreditsafeCompanyIdentificationV2" minOccurs="0"/>
   <xsd:element name="company_summary" type="tns:CreditsafeCompanySummaryV2" minOccurs="0"/>
   <xsd:element name="contact_information" type="tns:CreditsafeCompanyContactInformationV2" minOccurs="0"/>
   <xsd:element name="credit_score" type="tns:CreditsafeCompanyCreditScoreV2" minOccurs="0"/>
   <xsd:element name="directors" type="tns:CreditsafePersonDirectorsV2" minOccurs="0"/>
   <xsd:element name="financial_statements" type="tns:CreditsafeCompanyFinancialStatementV2Array" minOccurs="0"/>
   <xsd:element name="group_structure" type="tns:CreditsafeCompanyGroupStructureV2" minOccurs="0"/>
   <xsd:element name="local_financial_statements" type="tns:CreditsafeCompanyFinancialStatementV2Array" minOccurs="0"/>
   <xsd:element name="negative_information" type="tns:CreditsafeCompanyNegativeInformationV2" minOccurs="0"/>
   <xsd:element name="order_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="other_information" type="tns:CreditsafeCompanyOtherInformationV2" minOccurs="0"/>
   <xsd:element name="share_capital_structure" type="tns:CreditsafeCompanyShareCapitalStructureV2" minOccurs="0"/>
   <xsd:element name="payment_data" type="tns:CreditsafeCompanyPaymentDataV2" minOccurs="0"/>
   <xsd:element name="company_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="language" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyReportFullV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyReportFullV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyReportFullPdfV2">
  <xsd:all>
   <xsd:element name="report_pdf" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyReportFullPdfV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyReportFullPdfV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyPaymentDataV2">
  <xsd:all>
   <xsd:element name="generic" type="tns:CreditsafeCompanyKeyValueV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyPaymentDataV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyPaymentDataV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyShareCapitalStructureV2">
  <xsd:all>
   <xsd:element name="issued_share_capital" type="xsd:string" minOccurs="0"/>
   <xsd:element name="nominal_share_capital" type="xsd:string" minOccurs="0"/>
   <xsd:element name="share_holders" type="tns:CreditsafeCompanyShareHolderV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyShareCapitalStructureV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyShareCapitalStructureV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyShareHolderV2">
  <xsd:all>
   <xsd:element name="address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="share_percent" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyShareHolderV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyShareHolderV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyOtherInformationV2">
  <xsd:all>
   <xsd:element name="bankers" type="tns:CreditsafeCompanyBankerV2Array" minOccurs="0"/>
   <xsd:element name="advisors" type="tns:CreditsafeCompanyAdvisorV2Array" minOccurs="0"/>
   <xsd:element name="employees_information" type="tns:CreditsafeCompanyEmployeeInformationV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyOtherInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyOtherInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyEmployeeInformationV2">
  <xsd:all>
   <xsd:element name="number_of_employees" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="year" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyEmployeeInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyEmployeeInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdvisorV2">
  <xsd:all>
   <xsd:element name="auditor_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="solicitor_name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdvisorV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdvisorV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyBankerV2">
  <xsd:all>
   <xsd:element name="address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="bank_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyBankerV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyBankerV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationV2">
  <xsd:all>
   <xsd:element name="nl" type="tns:CreditsafeCompanyNegativeInformationNLV2" minOccurs="0"/>
   <xsd:element name="de" type="tns:CreditsafeCompanyNegativeInformationDEV2" minOccurs="0"/>
   <xsd:element name="generic" type="tns:CreditsafeCompanyKeyValueV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEV2">
  <xsd:all>
   <xsd:element name="bankruptcy" type="tns:CreditsafeCompanyNegativeInformationDEBankruptcyV2" minOccurs="0"/>
   <xsd:element name="insolvency_information" type="tns:CreditsafeCompanyNegativeInformationDEInsolvencyInformationV2" minOccurs="0"/>
   <xsd:element name="director_events" type="tns:CreditsafeCompanyNegativeInformationDEDirectorEventV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationDEV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEDirectorEventV2">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="code" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEDirectorEventV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationDEDirectorEventV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEInsolvencyInformationV2">
  <xsd:all>
   <xsd:element name="insolvency_events" type="tns:CreditsafeCompanyNegativeInformationDEInsolvencyEventV2Array" minOccurs="0"/>
   <xsd:element name="dateof_insolvency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trustee" type="tns:CreditsafeCompanyNegativeInformationDETrusteeV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEInsolvencyInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationDEInsolvencyInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDETrusteeV2">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="email_address" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDETrusteeV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationDETrusteeV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEInsolvencyEventV2">
  <xsd:all>
   <xsd:element name="reference_number_court" type="xsd:string" minOccurs="0"/>
   <xsd:element name="created_at" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEInsolvencyEventV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationDEInsolvencyEventV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEBankruptcyV2">
  <xsd:all>
   <xsd:element name="has_bankruptcy" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationDEBankruptcyV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationDEBankruptcyV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationNLV2">
  <xsd:all>
   <xsd:element name="court_items" type="tns:CreditsafeCompanyNegativeInformationNLCourtItemV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationNLV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationNLV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationNLCourtItemV2">
  <xsd:all>
   <xsd:element name="court_action" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_bankruptcy" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyNegativeInformationNLCourtItemV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyNegativeInformationNLCourtItemV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyGroupStructureV2">
  <xsd:all>
   <xsd:element name="ultimate_parent" type="tns:CreditsafeCompanyCompanyV2" minOccurs="0"/>
   <xsd:element name="immediate_parent" type="tns:CreditsafeCompanyCompanyV2" minOccurs="0"/>
   <xsd:element name="subsidiary_companies" type="tns:CreditsafeCompanyCompanyV2Array" minOccurs="0"/>
   <xsd:element name="affiliated_companies" type="tns:CreditsafeCompanyCompanyV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyGroupStructureV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyGroupStructureV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyCompanyV2">
  <xsd:all>
   <xsd:element name="address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="creditsafe_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_last_account" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="date_last_change" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="vat_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="office_type" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyCompanyV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyCompanyV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyFinancialStatementV2">
  <xsd:all>
   <xsd:element name="balance_sheet" type="tns:CreditsafeCompanyBalanceSheetV2" minOccurs="0"/>
   <xsd:element name="consolidated_accounts" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="number_of_weeks" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="other_financials" type="tns:CreditsafeCompanyOtherFinancialsV2" minOccurs="0"/>
   <xsd:element name="profit_and_loss" type="tns:CreditsafeCompanyProfitAndLossV2" minOccurs="0"/>
   <xsd:element name="ratios" type="tns:CreditsafeCompanyRatiosV2" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="year_end_date" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyFinancialStatementV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyFinancialStatementV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyRatiosV2">
  <xsd:all>
   <xsd:element name="creditor_days" type="xsd:float" minOccurs="0"/>
   <xsd:element name="current_debt_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="current_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="debtor_days" type="xsd:float" minOccurs="0"/>
   <xsd:element name="equity_in_percentage" type="xsd:float" minOccurs="0"/>
   <xsd:element name="gearing" type="xsd:float" minOccurs="0"/>
   <xsd:element name="liquidity_ratio_or_acid_test" type="xsd:float" minOccurs="0"/>
   <xsd:element name="pre_tax_profit_margin" type="xsd:float" minOccurs="0"/>
   <xsd:element name="return_on_capital_employed" type="xsd:float" minOccurs="0"/>
   <xsd:element name="return_on_net_assets_employed" type="xsd:float" minOccurs="0"/>
   <xsd:element name="return_on_total_assets_employed" type="xsd:float" minOccurs="0"/>
   <xsd:element name="sales_or_net_working_capital" type="xsd:float" minOccurs="0"/>
   <xsd:element name="stock_turnover_ratio" type="xsd:float" minOccurs="0"/>
   <xsd:element name="total_debt_ratio" type="xsd:float" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyRatiosV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyRatiosV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyProfitAndLossV2">
  <xsd:all>
   <xsd:element name="depreciation" type="xsd:int" minOccurs="0"/>
   <xsd:element name="dividends" type="xsd:int" minOccurs="0"/>
   <xsd:element name="financial_expenses" type="xsd:int" minOccurs="0"/>
   <xsd:element name="financial_income" type="xsd:int" minOccurs="0"/>
   <xsd:element name="operating_costs" type="xsd:int" minOccurs="0"/>
   <xsd:element name="operating_profit" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_appropriations" type="xsd:int" minOccurs="0"/>
   <xsd:element name="pension_costs" type="xsd:int" minOccurs="0"/>
   <xsd:element name="profit_after_tax" type="xsd:int" minOccurs="0"/>
   <xsd:element name="profit_before_tax" type="xsd:int" minOccurs="0"/>
   <xsd:element name="retained_profit" type="xsd:int" minOccurs="0"/>
   <xsd:element name="revenue" type="xsd:int" minOccurs="0"/>
   <xsd:element name="tax" type="xsd:int" minOccurs="0"/>
   <xsd:element name="wages_and_salaries" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyProfitAndLossV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyProfitAndLossV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyOtherFinancialsV2">
  <xsd:all>
   <xsd:element name="net_worth" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="working_capital" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyOtherFinancialsV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyOtherFinancialsV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyBalanceSheetV2">
  <xsd:all>
   <xsd:element name="bank_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="bank_liabilities_due_after1year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="called_up_share_capital" type="xsd:int" minOccurs="0"/>
   <xsd:element name="cash" type="xsd:int" minOccurs="0"/>
   <xsd:element name="consolidated_accounts" type="xsd:int" minOccurs="0"/>
   <xsd:element name="finished_goods" type="xsd:int" minOccurs="0"/>
   <xsd:element name="goodwill" type="xsd:int" minOccurs="0"/>
   <xsd:element name="group_payables" type="xsd:int" minOccurs="0"/>
   <xsd:element name="group_payables_due_after1year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="group_receivables" type="xsd:int" minOccurs="0"/>
   <xsd:element name="investments" type="xsd:int" minOccurs="0"/>
   <xsd:element name="land_and_buildings" type="xsd:int" minOccurs="0"/>
   <xsd:element name="loans_to_group" type="xsd:int" minOccurs="0"/>
   <xsd:element name="miscellaneous_fixed_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="miscellaneous_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="miscellaneous_liabilities_due_after1_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="miscellaneous_receivables" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_current_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_intangible_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_inventories" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_loans" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_loans_or_finance" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_loans_or_finance_due_after1_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_reserves" type="xsd:int" minOccurs="0"/>
   <xsd:element name="other_tangible_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="plant_and_machinery" type="xsd:int" minOccurs="0"/>
   <xsd:element name="raw_materials" type="xsd:int" minOccurs="0"/>
   <xsd:element name="receivables_due_after1year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="revenue_reserves" type="xsd:int" minOccurs="0"/>
   <xsd:element name="share_premium" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_current_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_current_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_fixed_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_intangible_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_inventories" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_long_term_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_other_fixed_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_receivables" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_shareholders_equity" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_tangible_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="trade_payables" type="xsd:int" minOccurs="0"/>
   <xsd:element name="trade_payables_due_after1year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="trade_receivables" type="xsd:int" minOccurs="0"/>
   <xsd:element name="work_in_progress" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyBalanceSheetV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyBalanceSheetV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonDirectorsV2">
  <xsd:all>
   <xsd:element name="current_directors" type="tns:CreditsafePersonDirectorV2Array" minOccurs="0"/>
   <xsd:element name="previous_directors" type="tns:CreditsafePersonPreviousDirectorV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonDirectorsV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafePersonDirectorsV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonPreviousDirectorV2">
  <xsd:all>
   <xsd:element name="resignation_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="director_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="positions" type="tns:CreditsafePersonPositionV2Array" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonPreviousDirectorV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafePersonPreviousDirectorV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonDirectorV2">
  <xsd:all>
   <xsd:element name="address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="director_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="positions" type="tns:CreditsafePersonPositionV2Array" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonDirectorV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafePersonDirectorV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonPositionV2">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_appointed" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafePersonPositionV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafePersonPositionV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyCreditScoreV2">
  <xsd:all>
   <xsd:element name="current_credit_rating" type="tns:CreditsafeCompanyCreditRatingV2" minOccurs="0"/>
   <xsd:element name="previous_credit_rating" type="tns:CreditsafeCompanyCreditRatingV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyCreditScoreV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyCreditScoreV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyContactInformationV2">
  <xsd:all>
   <xsd:element name="main_address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="other_addresses" type="tns:CreditsafeAddressV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyContactInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyContactInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanySummaryV2">
  <xsd:all>
   <xsd:element name="company_status" type="tns:CreditsafeCompanyStatusV2" minOccurs="0"/>
   <xsd:element name="credit_rating" type="tns:CreditsafeCompanyCreditRatingV2" minOccurs="0"/>
   <xsd:element name="latest_shareholders_equity_figure" type="xsd:int" minOccurs="0"/>
   <xsd:element name="latest_turnover_figure" type="xsd:int" minOccurs="0"/>
   <xsd:element name="main_activity" type="tns:CreditsafeCompanyActivityV2" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanySummaryV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanySummaryV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyCreditRatingV2">
  <xsd:all>
   <xsd:element name="common_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="common_value" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_limit" type="xsd:string" minOccurs="0"/>
   <xsd:element name="provider_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="provider_value" type="tns:CreditsafeValueV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyCreditRatingV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyCreditRatingV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyIdentificationV2">
  <xsd:all>
   <xsd:element name="basic_information" type="tns:CreditsafeCompanyBasicInformationV2" minOccurs="0"/>
   <xsd:element name="activity_classifications" type="tns:CreditsafeCompanyActivityClassificationV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyIdentificationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyIdentificationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyActivityClassificationV2">
  <xsd:all>
   <xsd:element name="activities" type="tns:CreditsafeCompanyActivityV2Array" minOccurs="0"/>
   <xsd:element name="classification" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyActivityClassificationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyActivityClassificationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyActivityV2">
  <xsd:all>
   <xsd:element name="classification" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity_description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyActivityV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyActivityV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyBasicInformationV2">
  <xsd:all>
   <xsd:element name="company_status" type="tns:CreditsafeCompanyStatusV2" minOccurs="0"/>
   <xsd:element name="contact_address" type="tns:CreditsafeAddressV2" minOccurs="0"/>
   <xsd:element name="legal_form" type="tns:CreditsafeDescriptionV2" minOccurs="0"/>
   <xsd:element name="principal_activity" type="tns:CreditsafeDescriptionV2" minOccurs="0"/>
   <xsd:element name="business_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_registration_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="dateof_company_registration" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="dateof_starting_operations" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="registered_company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="vat_registration_number" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyBasicInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyBasicInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeDescriptionV2">
  <xsd:all>
   <xsd:element name="code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="value" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeDescriptionV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeDescriptionV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyStatusV2">
  <xsd:all>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyStatusV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyStatusV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationV2">
  <xsd:all>
   <xsd:element name="de" type="tns:CreditsafeCompanyAdditionalInformationDEAdditionalInformationV2" minOccurs="0"/>
   <xsd:element name="nl" type="tns:CreditsafeCompanyAdditionalInformationNLAdditionalInformationV2" minOccurs="0"/>
   <xsd:element name="generic" type="tns:CreditsafeCompanyKeyValueV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyKeyValueV2">
  <xsd:all>
   <xsd:element name="key" type="xsd:string" minOccurs="0"/>
   <xsd:element name="value" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyKeyValueV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyKeyValueV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLAdditionalInformationV2">
  <xsd:all>
   <xsd:element name="payment_expectations_summary" type="tns:CreditsafeCompanyAdditionalInformationNLPaymentExpectationsSummaryV2" minOccurs="0"/>
   <xsd:element name="miscellaneous" type="tns:CreditsafeCompanyAdditionalInformationNLMiscellaneousV2" minOccurs="0"/>
   <xsd:element name="industy_comparison" type="tns:CreditsafeCompanyAdditionalInformationNLIndustryComparisonV2" minOccurs="0"/>
   <xsd:element name="industry_quartile_analysis" type="tns:CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisV2" minOccurs="0"/>
   <xsd:element name="financial_items" type="tns:CreditsafeCompanyAdditionalInformationNLFinancialItemV2Array" minOccurs="0"/>
   <xsd:element name="kvk_filings" type="tns:CreditsafeCompanyAdditionalInformationNLKvkFilingV2Array" minOccurs="0"/>
   <xsd:element name="letters_of_liablility_information403" type="tns:CreditsafeCompanyAdditionalInformationNLLetterOfLiabilityInformation403V2Array" minOccurs="0"/>
   <xsd:element name="comments" type="tns:CreditsafeCompanyAdditionalInformationCommentV2Array" minOccurs="0"/>
   <xsd:element name="historical_events" type="tns:CreditsafeCompanyAdditionalInformationHistoricalEventV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLAdditionalInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLAdditionalInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLLetterOfLiabilityInformation403V2">
  <xsd:all>
   <xsd:element name="financial_year" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_submitted" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_start_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_submitted_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_removal_submitted" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_removal_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_start_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_submitted_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_removal_submitted" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_removal_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_start_date_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_submitted_date_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_removal_submitted_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability1_removal_date_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_start_date_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_submitted_date_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_removal_submitted_parent2" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="letter_of_liability2_removal_date_parent2" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLLetterOfLiabilityInformation403V2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLLetterOfLiabilityInformation403V2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLKvkFilingV2">
  <xsd:all>
   <xsd:element name="date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="event" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLKvkFilingV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLKvkFilingV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLFinancialItemV2">
  <xsd:all>
   <xsd:element name="date_year_end" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="judgement" type="xsd:string" minOccurs="0"/>
   <xsd:element name="consolidated_subsidiaries" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLFinancialItemV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLFinancialItemV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisV2">
  <xsd:all>
   <xsd:element name="payment_expectation_days" type="tns:CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisDayV2" minOccurs="0"/>
   <xsd:element name="day_sales_outstanding" type="tns:CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisDayV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisDayV2">
  <xsd:all>
   <xsd:element name="lower" type="xsd:float" minOccurs="0"/>
   <xsd:element name="median" type="xsd:float" minOccurs="0"/>
   <xsd:element name="upper" type="xsd:float" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisDayV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLIndustryQuartileAnalysisDayV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLIndustryComparisonV2">
  <xsd:all>
   <xsd:element name="industry_average_credit_rating" type="xsd:float" minOccurs="0"/>
   <xsd:element name="industry_average_credit_limit" type="xsd:float" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLIndustryComparisonV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLIndustryComparisonV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLMiscellaneousV2">
  <xsd:all>
   <xsd:element name="date_of_legal_form" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="date_of_cessation_trading" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="exporter" type="xsd:string" minOccurs="0"/>
   <xsd:element name="importer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="branch_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="negative_rating" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLMiscellaneousV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLMiscellaneousV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLPaymentExpectationsSummaryV2">
  <xsd:all>
   <xsd:element name="suspension_of_payments_mora" type="xsd:string" minOccurs="0"/>
   <xsd:element name="payment_expectation_days" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="day_sales_outstanding" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="industry_average_payment_expectation_days" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="industry_average_day_sales_outstanding" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationNLPaymentExpectationsSummaryV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationNLPaymentExpectationsSummaryV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEAdditionalInformationV2">
  <xsd:all>
   <xsd:element name="miscellaneous" type="tns:CreditsafeCompanyAdditionalInformationDEMiscellaneousV2" minOccurs="0"/>
   <xsd:element name="image_accounts" type="tns:CreditsafeCompanyAdditionalInformationDEImageAccountV2" minOccurs="0"/>
   <xsd:element name="beneficiary_owners" type="tns:CreditsafeCompanyAdditionalInformationDEOwnerV2" minOccurs="0"/>
   <xsd:element name="turnover_ranges" type="tns:CreditsafeCompanyAdditionalInformationDETurnoverRangeV2" minOccurs="0"/>
   <xsd:element name="comments" type="tns:CreditsafeCompanyAdditionalInformationCommentV2Array" minOccurs="0"/>
   <xsd:element name="historical_events" type="tns:CreditsafeCompanyAdditionalInformationHistoricalEventV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEAdditionalInformationV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationDEAdditionalInformationV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationHistoricalEventV2">
  <xsd:all>
   <xsd:element name="date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="previous_value" type="xsd:string" minOccurs="0"/>
   <xsd:element name="current_value" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationHistoricalEventV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationHistoricalEventV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationCommentV2">
  <xsd:all>
   <xsd:element name="text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sentiment" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationCommentV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationCommentV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDETurnoverRangeV2">
  <xsd:all>
   <xsd:element name="year" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="range" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDETurnoverRangeV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationDETurnoverRangeV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEOwnerV2">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postal_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="share_percent" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEOwnerV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationDEOwnerV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEImageAccountV2">
  <xsd:all>
   <xsd:element name="serial_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="end_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="published_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="document_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="financials_type" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEImageAccountV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationDEImageAccountV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEMiscellaneousV2">
  <xsd:all>
   <xsd:element name="turnover_range" type="xsd:string" minOccurs="0"/>
   <xsd:element name="commercial_register_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="commercial_register_zip" type="xsd:string" minOccurs="0"/>
   <xsd:element name="financials_quality" type="xsd:string" minOccurs="0"/>
   <xsd:element name="current_rating" type="tns:CreditsafeValueV2" minOccurs="0"/>
   <xsd:element name="previous_rating" type="tns:CreditsafeValueV2" minOccurs="0"/>
   <xsd:element name="premise_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="small_office" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="negative_rating" type="xsd:string" minOccurs="0"/>
   <xsd:element name="complementary_company" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_purpose" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeCompanyAdditionalInformationDEMiscellaneousV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeCompanyAdditionalInformationDEMiscellaneousV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeValueV2">
  <xsd:all>
   <xsd:element name="max_value" type="xsd:string" minOccurs="0"/>
   <xsd:element name="min_value" type="xsd:string" minOccurs="0"/>
   <xsd:element name="value" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="CreditsafeValueV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CreditsafeValueV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessReference">
  <xsd:all>
   <xsd:element name="dnb_key" type="xsd:string"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="phone_number" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="main_branch_indication" type="xsd:boolean"/>
   <xsd:element name="confidence_code" type="xsd:int"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DNBBusinessReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DNBBusinessReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessReferenceV2">
  <xsd:all>
   <xsd:element name="dnb_key" type="xsd:string"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="phone_number" type="xsd:string"/>
   <xsd:element name="country" type="xsd:int"/>
   <xsd:element name="country_iso2" type="xsd:string"/>
   <xsd:element name="main_branch_indication" type="xsd:boolean"/>
   <xsd:element name="confidence_code" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessReferenceV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DNBBusinessReferenceV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessReferenceV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DNBBusinessReferenceV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBQuickCheck">
  <xsd:all>
   <xsd:element name="duns" type="xsd:string"/>
   <xsd:element name="dnb_key" type="xsd:string"/>
   <xsd:element name="enquiry_duns" type="xsd:string"/>
   <xsd:element name="business_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_number_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_number_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="address" type="tns:stringArray"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="region" type="xsd:string" minOccurs="0"/>
   <xsd:element name="subregion" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_calling_code" type="xsd:string"/>
   <xsd:element name="phone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="ceo_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="ceo_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="principal_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="principal_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="currency" type="xsd:string"/>
   <xsd:element name="statement_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="debtor_inpossession" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="criminal_proceedings" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="suit_judgement" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="financial_embarrassment" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="financial_legal_events" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="operational_events" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="other_events" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="disaster" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="secured_filings" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="out_of_business" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="history_indicator" type="xsd:string" minOccurs="0"/>
   <xsd:element name="history_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="income_statement_date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="income_statement_date_start" type="xsd:string" minOccurs="0"/>
   <xsd:element name="income_statement_date_end" type="xsd:string" minOccurs="0"/>
   <xsd:element name="financial_statement_date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="incorporation_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="start_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="current_control_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="local_activity_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="local_activity_code_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="local_activity_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sic_activity_code" type="xsd:string"/>
   <xsd:element name="sic_activity_description" type="xsd:string"/>
   <xsd:element name="sic_version" type="xsd:string"/>
   <xsd:element name="legal_form" type="xsd:string"/>
   <xsd:element name="legal_form_description" type="xsd:string"/>
   <xsd:element name="paydex_norm" type="xsd:int" minOccurs="0"/>
   <xsd:element name="paydex_score" type="xsd:int" minOccurs="0"/>
   <xsd:element name="dnb_rating" type="xsd:string"/>
   <xsd:element name="maximum_credit" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_credit_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="intangible_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="net_worth" type="xsd:int" minOccurs="0"/>
   <xsd:element name="tangible_net_worth" type="tns:DNBMonetaryAmount" minOccurs="0"/>
   <xsd:element name="sales" type="xsd:int" minOccurs="0"/>
   <xsd:element name="annual_sales" type="tns:DNBMonetaryAmount" minOccurs="0"/>
   <xsd:element name="employees_primary" type="tns:DNBEmployeeCount" minOccurs="0"/>
   <xsd:element name="employees_total" type="tns:DNBEmployeeCount" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBBusinessVerification">
  <xsd:all>
   <xsd:element name="duns" type="xsd:string"/>
   <xsd:element name="dnb_key" type="xsd:string"/>
   <xsd:element name="enquiry_duns" type="xsd:string"/>
   <xsd:element name="business_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_number_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_number_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="address" type="tns:stringArray"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="region" type="xsd:string" minOccurs="0"/>
   <xsd:element name="subregion" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_calling_code" type="xsd:string"/>
   <xsd:element name="phone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="main_branch_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="out_of_business" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="incorporation_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="start_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="sic_activity_code" type="xsd:string"/>
   <xsd:element name="sic_activity_description" type="xsd:string"/>
   <xsd:element name="sic_version" type="xsd:string"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBEnterpriseManagement">
  <xsd:all>
   <xsd:element name="quickcheck" type="tns:DNBQuickCheck"/>
   <xsd:element name="main_branch_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indate_indicator" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="registration_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="import_indicator" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="export_indicator" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="location_ownership" type="xsd:string" minOccurs="0"/>
   <xsd:element name="claims_indicator" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="paydex_score_earlier" type="xsd:int" minOccurs="0"/>
   <xsd:element name="average_high_credit" type="xsd:int" minOccurs="0"/>
   <xsd:element name="high_credit" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_payments" type="xsd:int" minOccurs="0"/>
   <xsd:element name="headquarters" type="tns:DNBRelatedBusiness" minOccurs="0"/>
   <xsd:element name="parent" type="tns:DNBRelatedBusiness" minOccurs="0"/>
   <xsd:element name="domestic_ultimate" type="tns:DNBRelatedBusiness" minOccurs="0"/>
   <xsd:element name="global_ultimate" type="tns:DNBRelatedBusiness" minOccurs="0"/>
   <xsd:element name="is_subsidiary_location" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="location_status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="accounts_audited" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="statement_consolidated" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_estimated" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_forecast" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="year_period" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_final" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="opening_statement" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_proforma" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="trial_balance" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_signed" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_restated" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_unbalanced" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="figures_qualified" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="accounts_receivable" type="xsd:int" minOccurs="0"/>
   <xsd:element name="liquid_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="inventory" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_current_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_assets" type="xsd:int" minOccurs="0"/>
   <xsd:element name="accounts_payable" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_current_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total_liabilities" type="xsd:int" minOccurs="0"/>
   <xsd:element name="net_income" type="xsd:int" minOccurs="0"/>
   <xsd:element name="quick_ratio" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="current_ratio" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="previous_net_worth" type="xsd:int" minOccurs="0"/>
   <xsd:element name="previous_sales" type="xsd:int" minOccurs="0"/>
   <xsd:element name="previous_statement_date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="line_of_business" type="xsd:string" minOccurs="0"/>
   <xsd:element name="failure_score" type="tns:DNBScoreGroupArray"/>
   <xsd:element name="credit_score" type="tns:DNBScoreGroupArray"/>
   <xsd:element name="global_failure_score" type="tns:DNBScoreGroupArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBScoreGroup">
  <xsd:all>
   <xsd:element name="score" type="xsd:int" minOccurs="0"/>
   <xsd:element name="score_commentaries" type="tns:DNBCommentaryArray"/>
   <xsd:element name="score_class" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="national_percentile" type="xsd:int" minOccurs="0"/>
   <xsd:element name="score_override_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="incidence_of_default" type="xsd:int" minOccurs="0"/>
   <xsd:element name="score_date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="industry_norm" type="xsd:string" minOccurs="0"/>
   <xsd:element name="industry_incidence_of_default" type="xsd:string" minOccurs="0"/>
   <xsd:element name="industry_percentile" type="xsd:int" minOccurs="0"/>
   <xsd:element name="unnormalized_score" type="xsd:string" minOccurs="0"/>
   <xsd:element name="algorithm_id" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBScoreGroupArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DNBScoreGroup[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DNBCommentary">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBCommentaryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DNBCommentary[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DNBRelatedBusiness">
  <xsd:all>
   <xsd:element name="duns" type="xsd:string"/>
   <xsd:element name="dnb_key" type="xsd:string"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBEmployeeCount">
  <xsd:all>
   <xsd:element name="employees" type="xsd:int" minOccurs="0"/>
   <xsd:element name="employees_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="estimated" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="subsidiaries_included" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="qualification_indicator" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBMonetaryAmount">
  <xsd:all>
   <xsd:element name="value" type="xsd:int" minOccurs="0"/>
   <xsd:element name="value_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="estimated" type="xsd:int" minOccurs="0"/>
   <xsd:element name="consolidated" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="currency" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBMarketing">
  <xsd:all>
   <xsd:element name="duns" type="xsd:string"/>
   <xsd:element name="business_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="business_number_type" type="xsd:int" minOccurs="0"/>
   <xsd:element name="primary_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="former_duns" type="xsd:string" minOccurs="0"/>
   <xsd:element name="former_primary_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DNBAddress"/>
   <xsd:element name="country_calling_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="phone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="marketability_indication" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBMarketingPlusResult">
  <xsd:all>
   <xsd:element name="marketing" type="tns:DNBMarketing"/>
   <xsd:element name="marketing_plus" type="tns:DNBMarketingPlus"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBMarketingPlusLinkageResult">
  <xsd:all>
   <xsd:element name="marketing" type="tns:DNBMarketing"/>
   <xsd:element name="marketing_plus" type="tns:DNBMarketingPlus"/>
   <xsd:element name="marketing_plus_linkage" type="tns:DNBMarketingPlusLinkage"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBMarketingPlus">
  <xsd:all>
   <xsd:element name="correspondence_address" type="tns:DNBAddress" minOccurs="0"/>
   <xsd:element name="correspondence_deliverability_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="establishment_deliverability_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="location_status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="is_subsidiary_location" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="legal_form" type="xsd:int" minOccurs="0"/>
   <xsd:element name="line_of_business" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sic_activity_codes" type="tns:DNBSICCodeArray" minOccurs="0"/>
   <xsd:element name="sic8_activity_codes" type="tns:DNBSICCodeArray" minOccurs="0"/>
   <xsd:element name="local_activity_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="local_activity_code_type" type="xsd:int" minOccurs="0"/>
   <xsd:element name="start_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="ceo_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="ceo_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="executive_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="statement_date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="annual_sales" type="xsd:long" minOccurs="0"/>
   <xsd:element name="annual_sales_us" type="xsd:long" minOccurs="0"/>
   <xsd:element name="annual_sales_indication" type="xsd:int" minOccurs="0"/>
   <xsd:element name="net_worth" type="xsd:long" minOccurs="0"/>
   <xsd:element name="net_worth_us" type="xsd:long" minOccurs="0"/>
   <xsd:element name="net_income" type="xsd:long" minOccurs="0"/>
   <xsd:element name="net_income_us" type="xsd:long" minOccurs="0"/>
   <xsd:element name="import_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="export_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="agent_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="employees" type="xsd:int" minOccurs="0"/>
   <xsd:element name="employees_indication" type="xsd:int" minOccurs="0"/>
   <xsd:element name="employees_total" type="xsd:int" minOccurs="0"/>
   <xsd:element name="employees_total_indication" type="xsd:int" minOccurs="0"/>
   <xsd:element name="employees_total_includes_principals" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="report_date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="out_of_business" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBMarketingPlusLinkage">
  <xsd:all>
   <xsd:element name="domestic_ultimate_duns" type="xsd:string" minOccurs="0"/>
   <xsd:element name="domestic_ultimate_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="domestic_ultimate_address" type="tns:DNBAddress"/>
   <xsd:element name="global_ultimate_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="global_ultimate_duns" type="xsd:string" minOccurs="0"/>
   <xsd:element name="global_ultimate_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="global_ultimate_address" type="tns:DNBAddress"/>
   <xsd:element name="headquarters_duns" type="xsd:string" minOccurs="0"/>
   <xsd:element name="headquarters_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="headquarters_address" type="tns:DNBAddress"/>
   <xsd:element name="family_member_count" type="xsd:int" minOccurs="0"/>
   <xsd:element name="linkage_report_date" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBAddress">
  <xsd:all>
   <xsd:element name="address" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="region" type="xsd:string" minOccurs="0"/>
   <xsd:element name="region_short" type="xsd:string" minOccurs="0"/>
   <xsd:element name="region_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="country_dnb" type="xsd:int"/>
   <xsd:element name="country_iso" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBSICCode">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DNBSICCodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DNBSICCode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DriveInfo">
  <xsd:all>
   <xsd:element name="fastest" type="xsd:int"/>
   <xsd:element name="shortest" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchAddressPostcodeRange">
  <xsd:all>
   <xsd:element name="house_number_from" type="xsd:int"/>
   <xsd:element name="house_number_to" type="xsd:int"/>
   <xsd:element name="neighborhood_code" type="xsd:string"/>
   <xsd:element name="letter_combination" type="xsd:string"/>
   <xsd:element name="range_indication" type="xsd:string"/>
   <xsd:element name="street_name" type="xsd:string"/>
   <xsd:element name="street_name_nen" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="municipality" type="xsd:string"/>
   <xsd:element name="municipality_code" type="xsd:int"/>
   <xsd:element name="cebuco_code" type="xsd:int"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="province_code" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDossier">
  <xsd:all>
   <xsd:element name="update_info" type="tns:DutchBusinessUpdateReference"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indication_main_establishment" type="xsd:boolean"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="chamber_number" type="xsd:string"/>
   <xsd:element name="legal_form_code" type="xsd:string"/>
   <xsd:element name="legal_form_text" type="xsd:string"/>
   <xsd:element name="indication_organisation_code" type="xsd:string"/>
   <xsd:element name="legal_name" type="xsd:string"/>
   <xsd:element name="trade_name_45" type="xsd:string"/>
   <xsd:element name="trade_name_full" type="xsd:string"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string"/>
   <xsd:element name="establishment_country" type="xsd:string"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="establishment_house_number" type="xsd:int"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string"/>
   <xsd:element name="correspondence_postcode" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="correspondence_house_number" type="xsd:int"/>
   <xsd:element name="correspondence_house_number_addition" type="xsd:string"/>
   <xsd:element name="correspondence_country" type="xsd:string"/>
   <xsd:element name="telephone_number" type="xsd:string"/>
   <xsd:element name="mobile_number" type="xsd:string"/>
   <xsd:element name="domain_name" type="xsd:string"/>
   <xsd:element name="contact_title1" type="xsd:string"/>
   <xsd:element name="contact_title2" type="xsd:string"/>
   <xsd:element name="contact_initials" type="xsd:string"/>
   <xsd:element name="contact_prefix" type="xsd:string"/>
   <xsd:element name="contact_surname" type="xsd:string"/>
   <xsd:element name="contact_gender" type="xsd:string"/>
   <xsd:element name="primary_sbi_code" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2" type="xsd:string"/>
   <xsd:element name="primary_sbi_code_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2_text" type="xsd:string"/>
   <xsd:element name="personnel" type="xsd:int"/>
   <xsd:element name="class_personnel" type="xsd:int"/>
   <xsd:element name="personnel_fulltime" type="xsd:int"/>
   <xsd:element name="class_personnel_fulltime" type="xsd:int"/>
   <xsd:element name="personnel_reference_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="indication_import" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_export" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
   <xsd:element name="indication_non_mailing" type="xsd:boolean"/>
   <xsd:element name="indication_bankruptcy" type="xsd:boolean"/>
   <xsd:element name="indication_dip" type="xsd:boolean"/>
   <xsd:element name="authorized_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="authorized_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="issued_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="continuation_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDate" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsOverviewResult">
  <xsd:all>
   <xsd:element name="references" type="tns:DutchBusinessGetConcernRelationsOverviewReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsOverviewReference">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="levels" type="xsd:int"/>
   <xsd:element name="level_of_matched_registration" type="xsd:int"/>
   <xsd:element name="registrations" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsOverviewReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessGetConcernRelationsOverviewReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsDetailsResult">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="graph" type="tns:DutchBusinessGetConcernRelationsDetailsGraph"/>
   <xsd:element name="pdf" type="xsd:base64Binary"/>
   <xsd:element name="source" type="xsd:base64Binary" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsDetailsGraph">
  <xsd:all>
   <xsd:element name="nodes" type="tns:DutchBusinessGetConcernRelationsDetailsGraphNodeArray"/>
   <xsd:element name="links" type="tns:DutchBusinessGetConcernRelationsDetailsGraphLinkArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsDetailsGraphNode">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsDetailsGraphNodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessGetConcernRelationsDetailsGraphNode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsDetailsGraphLink">
  <xsd:all>
   <xsd:element name="source" type="xsd:string"/>
   <xsd:element name="target" type="xsd:string"/>
   <xsd:element name="type" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetConcernRelationsDetailsGraphLinkArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessGetConcernRelationsDetailsGraphLink[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDossierV2">
  <xsd:all>
   <xsd:element name="update_info" type="tns:DutchBusinessUpdateReference"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indication_main_establishment" type="xsd:boolean"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="chamber_number" type="xsd:string"/>
   <xsd:element name="legal_form_code" type="xsd:string"/>
   <xsd:element name="legal_form_text" type="xsd:string"/>
   <xsd:element name="indication_organisation_code" type="xsd:string"/>
   <xsd:element name="legal_name" type="xsd:string"/>
   <xsd:element name="trade_name_45" type="xsd:string"/>
   <xsd:element name="trade_name_full" type="xsd:string"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string"/>
   <xsd:element name="establishment_country" type="xsd:string"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="establishment_house_number" type="xsd:int"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string"/>
   <xsd:element name="correspondence_postcode" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="correspondence_house_number" type="xsd:int"/>
   <xsd:element name="correspondence_house_number_addition" type="xsd:string"/>
   <xsd:element name="correspondence_country" type="xsd:string"/>
   <xsd:element name="telephone_number" type="xsd:string"/>
   <xsd:element name="mobile_number" type="xsd:string"/>
   <xsd:element name="domain_name" type="xsd:string"/>
   <xsd:element name="contact_title1" type="xsd:string"/>
   <xsd:element name="contact_title2" type="xsd:string"/>
   <xsd:element name="contact_initials" type="xsd:string"/>
   <xsd:element name="contact_prefix" type="xsd:string"/>
   <xsd:element name="contact_surname" type="xsd:string"/>
   <xsd:element name="contact_gender" type="xsd:string"/>
   <xsd:element name="primary_sbi_code" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2" type="xsd:string"/>
   <xsd:element name="primary_sbi_code_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2_text" type="xsd:string"/>
   <xsd:element name="personnel" type="xsd:int"/>
   <xsd:element name="class_personnel" type="xsd:int"/>
   <xsd:element name="personnel_fulltime" type="xsd:int"/>
   <xsd:element name="class_personnel_fulltime" type="xsd:int"/>
   <xsd:element name="personnel_reference_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="personnel_ci" type="xsd:int"/>
   <xsd:element name="class_personnel_ci" type="xsd:int"/>
   <xsd:element name="personnel_ci_reference_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="indication_import" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_export" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
   <xsd:element name="indication_non_mailing" type="xsd:boolean"/>
   <xsd:element name="indication_bankruptcy" type="xsd:boolean"/>
   <xsd:element name="indication_dip" type="xsd:boolean"/>
   <xsd:element name="authorized_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="authorized_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="issued_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="continuation_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="annual_financial_statement_summary" type="tns:DutchBusinessAnnualFinancialStatementSummary" minOccurs="0"/>
   <xsd:element name="structure" type="tns:DutchBusinessStructure" minOccurs="0"/>
   <xsd:element name="sbi_collection" type="tns:DutchBusinessSBICollection" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDossierV3">
  <xsd:all>
   <xsd:element name="update_info" type="tns:DutchBusinessUpdateReference"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indication_main_establishment" type="xsd:boolean"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="chamber_number" type="xsd:string"/>
   <xsd:element name="legal_form_code" type="xsd:string"/>
   <xsd:element name="legal_form_text" type="xsd:string"/>
   <xsd:element name="indication_organisation_code" type="xsd:string"/>
   <xsd:element name="legal_name" type="xsd:string"/>
   <xsd:element name="trade_name_45" type="xsd:string"/>
   <xsd:element name="trade_name_full" type="xsd:string"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessFormattedAddress" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessFormattedAddress" minOccurs="0"/>
   <xsd:element name="telephone_number" type="xsd:string"/>
   <xsd:element name="mobile_number" type="xsd:string"/>
   <xsd:element name="domain_name" type="xsd:string"/>
   <xsd:element name="contact_title1" type="xsd:string"/>
   <xsd:element name="contact_title2" type="xsd:string"/>
   <xsd:element name="contact_initials" type="xsd:string"/>
   <xsd:element name="contact_prefix" type="xsd:string"/>
   <xsd:element name="contact_surname" type="xsd:string"/>
   <xsd:element name="contact_gender" type="xsd:string"/>
   <xsd:element name="primary_sbi_code" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2" type="xsd:string"/>
   <xsd:element name="primary_sbi_code_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2_text" type="xsd:string"/>
   <xsd:element name="personnel" type="xsd:int"/>
   <xsd:element name="class_personnel" type="xsd:int"/>
   <xsd:element name="personnel_fulltime" type="xsd:int"/>
   <xsd:element name="class_personnel_fulltime" type="xsd:int"/>
   <xsd:element name="personnel_reference_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="personnel_ci" type="xsd:int"/>
   <xsd:element name="class_personnel_ci" type="xsd:int"/>
   <xsd:element name="personnel_ci_reference_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="indication_import" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_export" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
   <xsd:element name="indication_non_mailing" type="xsd:boolean"/>
   <xsd:element name="indication_bankruptcy" type="xsd:boolean"/>
   <xsd:element name="indication_dip" type="xsd:boolean"/>
   <xsd:element name="insolvencies" type="tns:DutchBusinessInsolvencyArray" minOccurs="0"/>
   <xsd:element name="authorized_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="authorized_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="issued_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="continuation_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="annual_financial_statement_summary" type="tns:DutchBusinessAnnualFinancialStatementSummary" minOccurs="0"/>
   <xsd:element name="structure" type="tns:DutchBusinessStructure" minOccurs="0"/>
   <xsd:element name="sbi_collection" type="tns:DutchBusinessSBICollection" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAnnualFinancialStatementSummary">
  <xsd:all>
   <xsd:element name="year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="turnover" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
   <xsd:element name="profit" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
   <xsd:element name="assets" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessStructure">
  <xsd:all>
   <xsd:element name="ultimate_parent" type="xsd:string" minOccurs="0"/>
   <xsd:element name="number_of_subsidiaries" type="xsd:int" minOccurs="0"/>
   <xsd:element name="parent" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractDocument">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary"/>
   <xsd:element name="document_date" type="xsd:dateTime"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractDocumentData">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="document_date" type="xsd:dateTime"/>
   <xsd:element name="legal_entity" type="tns:DutchBusinessLegalEntity" minOccurs="0"/>
   <xsd:element name="enterprise" type="tns:DutchBusinessEnterprise" minOccurs="0"/>
   <xsd:element name="partnership" type="tns:DutchBusinessPartnershipArray" minOccurs="0"/>
   <xsd:element name="establishments" type="tns:DutchBusinessEstablishmentArray" minOccurs="0"/>
   <xsd:element name="positions" type="tns:DutchBusinessPositionArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractDocumentDataV2">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="data" type="tns:DutchBusinessExtractDataV2"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractDocumentDataV3">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="data" type="tns:DutchBusinessExtractDataV3"/>
   <xsd:element name="source" type="xsd:base64Binary" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractDataV2">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reference_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="legal_entity" type="tns:DutchBusinessLegalEntityV2" minOccurs="0"/>
   <xsd:element name="partnership" type="tns:DutchBusinessPartnershipV2" minOccurs="0"/>
   <xsd:element name="enterprise" type="tns:DutchBusinessEnterpriseV2" minOccurs="0"/>
   <xsd:element name="establishments" type="tns:DutchBusinessEstablishmentV2Array" minOccurs="0"/>
   <xsd:element name="positions" type="tns:DutchBusinessPositionV2Array" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractDataV3">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reference_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="legal_entity" type="tns:DutchBusinessLegalEntityV3" minOccurs="0"/>
   <xsd:element name="partnership" type="tns:DutchBusinessPartnershipV3" minOccurs="0"/>
   <xsd:element name="enterprise" type="tns:DutchBusinessEnterpriseV3" minOccurs="0"/>
   <xsd:element name="establishments" type="tns:DutchBusinessEstablishmentV3Array" minOccurs="0"/>
   <xsd:element name="positions" type="tns:DutchBusinessPositionV3Array" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositions">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reference_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="positions" type="tns:DutchBusinessPositionV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLegalEntityData">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reference_date" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="legal_entity" type="tns:DutchBusinessLegalEntityV3"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLegalEntity">
  <xsd:all>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="alternative_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="shortened_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_change" type="xsd:string" minOccurs="0"/>
   <xsd:element name="foreign_legal_form_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes_text" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_arrangement" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="statutory_seat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="dissolution_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="dissolution_reason" type="xsd:string" minOccurs="0"/>
   <xsd:element name="removal_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="registration_end_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="legal_entity_end_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="liquidation_closure_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="liquidation_reopening_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="deed_incorporation_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="deed_last_statutes_amendment_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="last_statutes_amendment_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="liability" type="xsd:string" minOccurs="0"/>
   <xsd:element name="merger_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="annual_report_submission" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorized_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="authorized_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="issued_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="correspondence_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="duration_end_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="shares" type="xsd:string" minOccurs="0"/>
   <xsd:element name="share_holders" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLegalEntityV2">
  <xsd:all>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="alternative_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="shortened_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_change" type="xsd:string" minOccurs="0"/>
   <xsd:element name="foreign_legal_form_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_arrangement" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="statutory_seat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="dissolution_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="dissolution_reason" type="xsd:string" minOccurs="0"/>
   <xsd:element name="removal_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="registration_end_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="legal_entity_end_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="liquidation_closure_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="liquidation_reopening_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="deed_incorporation_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="deed_last_statutes_amendment_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="last_statutes_amendment_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="liability" type="xsd:string" minOccurs="0"/>
   <xsd:element name="merger_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="annual_report_submission" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorized_share_capital" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="duration_end_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="shares" type="xsd:string" minOccurs="0"/>
   <xsd:element name="share_holders" type="xsd:string" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSbiCodeV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLegalEntityV3">
  <xsd:all>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="alternative_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="shortened_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_change" type="xsd:string" minOccurs="0"/>
   <xsd:element name="foreign_legal_form_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="company_arrangement" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="statutory_seat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="dissolution_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="dissolution_reason" type="xsd:string" minOccurs="0"/>
   <xsd:element name="removal_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="registration_end_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="legal_entity_end_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="liquidation_closure_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="liquidation_reopening_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="deed_incorporation_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="deed_last_statutes_amendment_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="last_statutes_amendment_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="liability" type="xsd:string" minOccurs="0"/>
   <xsd:element name="merger_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="annual_report_submission" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorized_share_capital" type="tns:DutchBusinessMoneyV3" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="tns:DutchBusinessMoneyV3" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="tns:DutchBusinessMoneyV3" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="duration_end_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="shares" type="xsd:string" minOccurs="0"/>
   <xsd:element name="share_holders" type="xsd:string" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSbiCodeV3Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessOrganizationTree">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="tree" type="tns:DutchBusinessOrganizationNode"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessOrganizationNode">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="children" type="tns:DutchBusinessOrganizationNodeArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessOrganizationNodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessOrganizationNode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPartnership">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="dissolution_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="function_start_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="limited_partnership_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="limited_partnership_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="silent_partners" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPartnershipArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessPartnership[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPartnershipV2">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="dissolution_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="function_start_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="limited_partnership_capital" type="tns:DutchBusinessMoneyV2" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="silent_partners" type="xsd:int" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPartnershipV3">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="dissolution_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="function_start_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="limited_partnership_capital" type="tns:DutchBusinessMoneyV3" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="silent_partners" type="xsd:int" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEnterprise">
  <xsd:all>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes_text" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="correspondence_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="incorporation_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="personnel" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEnterpriseV2">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="incorporation_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="personnel" type="tns:DutchBusinessPersonnelInfoV2" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSbiCodeV2Array" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEnterpriseV3">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="incorporation_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="discontinuation_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="personnel" type="tns:DutchBusinessPersonnelInfoV3" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSbiCodeV3Array" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishment">
  <xsd:all>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes_text" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="correspondence_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="correspondence_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="curator_postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="curator_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="curator_street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="curator_house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="curator_house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="curator_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="personnel" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessEstablishment[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentV2">
  <xsd:all>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="personnel" type="tns:DutchBusinessPersonnelInfoV2" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSbiCodeV2Array" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessEstablishmentV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentV3">
  <xsd:all>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="activity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="personnel" type="tns:DutchBusinessPersonnelInfoV3" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSbiCodeV3Array" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="fax_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="domain_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentV3Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessEstablishmentV3[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPosition">
  <xsd:all>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_start_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="function_registration_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="function_end_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="function_authorization" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_start_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="function_authorization_signing_power" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_end_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorization_start_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="authorization_end_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="inauguration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_function" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_date" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="inauguration_body" type="xsd:string" minOccurs="0"/>
   <xsd:element name="under_receivership" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rights_against_third_parties" type="xsd:string" minOccurs="0"/>
   <xsd:element name="release_of_covenant" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_deceased" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="place_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="date_joined" type="tns:DutchBusinessDate" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessPosition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionV2">
  <xsd:all>
   <xsd:element name="functionary" type="tns:DutchBusinessPersonV2" minOccurs="0"/>
   <xsd:element name="organisation" type="tns:DutchBusinessOrganizationReferenceV2" minOccurs="0"/>
   <xsd:element name="residential_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV2" minOccurs="0"/>
   <xsd:element name="longest_serving" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="function_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_start_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="function_registration_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="function_end_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="function_authorization" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_start_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="function_authorization_signing_power" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_end_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorization_establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorization_start_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="authorization_end_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="authorization_constraints" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="inauguration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_function" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_date" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="inauguration_body" type="xsd:string" minOccurs="0"/>
   <xsd:element name="under_receivership" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rights_against_third_parties" type="xsd:string" minOccurs="0"/>
   <xsd:element name="release_of_covenant" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="date_joined" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessPositionV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionV3">
  <xsd:all>
   <xsd:element name="functionary" type="tns:DutchBusinessPersonV3" minOccurs="0"/>
   <xsd:element name="organisation" type="tns:DutchBusinessOrganizationReferenceV3" minOccurs="0"/>
   <xsd:element name="residential_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="correspondence_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="establishment_address" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="longest_serving" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="function_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_start_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="function_registration_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="function_end_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="function_authorization" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_start_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="function_authorization_signing_power" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization_end_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorization_establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorization_start_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="authorization_end_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="authorization_constraints" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="inauguration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_function" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_duration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="inauguration_date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="inauguration_body" type="xsd:string" minOccurs="0"/>
   <xsd:element name="under_receivership" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rights_against_third_parties" type="xsd:string" minOccurs="0"/>
   <xsd:element name="release_of_covenant" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_since" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="date_joined" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="remarks" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionV3Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessPositionV3[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPersonV2">
  <xsd:all>
   <xsd:element name="full_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_deceased" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="tns:DutchBusinessDateV2" minOccurs="0"/>
   <xsd:element name="place_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_of_birth" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPersonV3">
  <xsd:all>
   <xsd:element name="full_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_deceased" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="tns:DutchBusinessDateV3" minOccurs="0"/>
   <xsd:element name="place_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_of_birth" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAdditionalPositionFunctionary">
  <xsd:all>
   <xsd:element name="full_name" type="xsd:string"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string"/>
   <xsd:element name="date_deceased" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:date" minOccurs="0"/>
   <xsd:element name="place_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_of_birth" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessOrganizationReferenceV2">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessOrganizationReferenceV3">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registration" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessMoneyV2">
  <xsd:all>
   <xsd:element name="amount" type="xsd:long" minOccurs="0"/>
   <xsd:element name="currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="formatted" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessMoneyV3">
  <xsd:all>
   <xsd:element name="amount" type="xsd:long" minOccurs="0"/>
   <xsd:element name="currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="formatted" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPersonnelInfoV2">
  <xsd:all>
   <xsd:element name="fulltime" type="xsd:int" minOccurs="0"/>
   <xsd:element name="parttime" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPersonnelInfoV3">
  <xsd:all>
   <xsd:element name="fulltime" type="xsd:int" minOccurs="0"/>
   <xsd:element name="parttime" type="xsd:int" minOccurs="0"/>
   <xsd:element name="total" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessFormattedAddress">
  <xsd:all>
   <xsd:element name="original" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="official" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
   <xsd:element name="formatted" type="tns:DutchBusinessAddressV3" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAddressV2">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAddressV3">
  <xsd:all>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSBICodeInfo">
  <xsd:all>
   <xsd:element name="section" type="tns:DutchBusinessSBISection"/>
   <xsd:element name="sbi_codes" type="tns:DutchBusinessSBICodeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSBISection">
  <xsd:all>
   <xsd:element name="section_code" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSBICode">
  <xsd:all>
   <xsd:element name="sbi_code" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSBICodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessSBICode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSbiCodeV2">
  <xsd:all>
   <xsd:element name="sbi_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSbiCodeV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessSbiCodeV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSbiCodeV3">
  <xsd:all>
   <xsd:element name="sbi_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSbiCodeV3Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessSbiCodeV3[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessInsolvency">
  <xsd:all>
   <xsd:element name="insolvency_id" type="xsd:string"/>
   <xsd:element name="events" type="tns:DutchBusinessInsolvencyPublicationArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessInsolvencyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessInsolvency[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessInsolvencyPublication">
  <xsd:all>
   <xsd:element name="publication_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date" type="tns:DutchBusinessDateV3" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessInsolvencyPublicationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessInsolvencyPublication[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessReference">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessReferenceV2">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="match_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessReferenceV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessReferenceV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessReferenceV2PagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessReferenceV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentReference">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="match_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="indication_main_establishment" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessEstablishmentReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessEstablishmentReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessEstablishmentReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUpdateSubscription">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="up_to_date" type="xsd:boolean"/>
   <xsd:element name="pending_updates" type="tns:stringArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUpdateSubscriptionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUpdateSubscription[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUpdateSubscriptionPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessUpdateSubscriptionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUpdateReference">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="update_types" type="tns:stringArray"/>
   <xsd:element name="date_last_update" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUpdateReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUpdateReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUpdateReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessUpdateReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessVatNumber">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="vat_number" type="xsd:string"/>
   <xsd:element name="date_last_update" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDate">
  <xsd:all>
   <xsd:element name="Year" type="xsd:int"/>
   <xsd:element name="Month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="Day" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDateV2">
  <xsd:all>
   <xsd:element name="year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="day" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDateV3">
  <xsd:all>
   <xsd:element name="year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="day" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractHistory">
  <xsd:all>
   <xsd:element name="forecast" type="tns:DutchBusinessExtractChangeForecast"/>
   <xsd:element name="references" type="tns:DutchBusinessExtractReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessExtractReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractChangeForecast">
  <xsd:all>
   <xsd:element name="change_set" type="tns:DutchBusinessExtractChangeSet"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractReference">
  <xsd:all>
   <xsd:element name="extract_id" type="xsd:string"/>
   <xsd:element name="document_date" type="xsd:dateTime"/>
   <xsd:element name="change_set" type="tns:DutchBusinessExtractChangeSet"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessExtractChangeSet">
  <xsd:all>
   <xsd:element name="period" type="tns:DutchBusinessPeriod"/>
   <xsd:element name="changes" type="tns:stringArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDossierHistory">
  <xsd:all>
   <xsd:element name="references" type="tns:DutchBusinessDossierReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDossierReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessDossierReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessDossierReference">
  <xsd:all>
   <xsd:element name="update_date" type="xsd:date"/>
   <xsd:element name="change_set" type="tns:DutchBusinessChangeSet"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessChangeSet">
  <xsd:all>
   <xsd:element name="period" type="tns:DutchBusinessPeriod"/>
   <xsd:element name="changes" type="tns:stringArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPeriod">
  <xsd:all>
   <xsd:element name="start_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="end_date" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessNewsItem">
  <xsd:all>
   <xsd:element name="title" type="xsd:string"/>
   <xsd:element name="date" type="xsd:dateTime"/>
   <xsd:element name="short" type="xsd:string"/>
   <xsd:element name="url" type="xsd:string"/>
   <xsd:element name="source" type="xsd:string"/>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="sentiment" type="xsd:decimal"/>
   <xsd:element name="topics" type="tns:stringArray"/>
   <xsd:element name="companies" type="tns:DutchBusinessNewsCompanyArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessNewsItemArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessNewsItem[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessNewsItemPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessNewsItemArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessNewsCompany">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessNewsCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessNewsCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOInvestigationToken">
  <xsd:all>
   <xsd:element name="token" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOInvestigationStatus">
  <xsd:all>
   <xsd:element name="status" type="xsd:string" minOccurs="1"/>
   <xsd:element name="date_since" type="xsd:date" minOccurs="1"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOInvestigationResult">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="persons" type="tns:DutchBusinessUBOPersonArray" minOccurs="1"/>
   <xsd:element name="organisations" type="tns:DutchBusinessUBOOrganisationArray" minOccurs="1"/>
   <xsd:element name="tree" type="tns:DutchBusinessUBOOrganizationNode" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOOrganizationNode">
  <xsd:all>
   <xsd:element name="level" type="xsd:integer" minOccurs="1"/>
   <xsd:element name="id" type="xsd:string" minOccurs="1"/>
   <xsd:element name="type" type="xsd:string" minOccurs="1"/>
   <xsd:element name="role_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registered_in" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="parents" type="tns:DutchBusinessUBOOrganizationNodeArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOOrganizationNodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUBOOrganizationNode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOPerson">
  <xsd:all>
   <xsd:element name="key" type="xsd:string" minOccurs="1"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="middle_names" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:date" minOccurs="0"/>
   <xsd:element name="place_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_of_birth" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_death" type="xsd:date" minOccurs="0"/>
   <xsd:element name="roles" type="tns:DutchBusinessUBORoleArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOPersonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUBOPerson[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBORole">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="1"/>
   <xsd:element name="title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="role_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="competency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_role_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBORoleArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUBORole[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOOrganisation">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="extract" type="tns:DutchBusinessUBOExtract" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOOrganisationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUBOOrganisation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOExtract">
  <xsd:all>
   <xsd:element name="document" type="xsd:string" minOccurs="0"/>
   <xsd:element name="source" type="xsd:string" minOccurs="0"/>
   <xsd:element name="data" type="tns:DutchBusinessExtractDocumentData" minOccurs="0"/>
   <xsd:element name="extract_date" type="xsd:dateTime" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="dutchBusinessUBOCostsInvestigationResult">
  <xsd:all>
   <xsd:element name="token" type="xsd:string" minOccurs="1"/>
   <xsd:element name="status" type="xsd:string" minOccurs="1"/>
   <xsd:element name="receipt" type="tns:DutchBusinessUBOReceipt" minOccurs="1"/>
   <xsd:element name="payment" type="tns:DutchBusinessUBOPayment" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOReceipt">
  <xsd:all>
   <xsd:element name="total_price" type="xsd:string" minOccurs="1"/>
   <xsd:element name="items" type="tns:DutchBusinessUBOReceiptItemArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOReceiptItem">
  <xsd:all>
   <xsd:element name="description" type="xsd:string" minOccurs="1"/>
   <xsd:element name="quantity" type="xsd:int" minOccurs="1"/>
   <xsd:element name="unit_price" type="xsd:string" minOccurs="1"/>
   <xsd:element name="total_price" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOReceiptItemArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUBOReceiptItem[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOClassificationResult">
  <xsd:all>
   <xsd:element name="token" type="xsd:string" minOccurs="1"/>
   <xsd:element name="scenario" type="xsd:string" minOccurs="1"/>
   <xsd:element name="suspects" type="tns:DutchBusinessUBOClassifiedSuspectArray" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOClassifiedSuspect">
  <xsd:all>
   <xsd:element name="key" type="xsd:string" minOccurs="1"/>
   <xsd:element name="person" type="tns:DutchBusinessUBOClassifiedPerson" minOccurs="1"/>
   <xsd:element name="role" type="tns:DutchBusinessUBOClassifiedRole" minOccurs="1"/>
   <xsd:element name="classification" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOClassifiedSuspectArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessUBOClassifiedSuspect[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOClassifiedPerson">
  <xsd:all>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="middle_names" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_birth" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOClassifiedRole">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="1"/>
   <xsd:element name="organisation_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_type" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessUBOPayment">
  <xsd:all>
   <xsd:element name="pre" type="xsd:string" minOccurs="1"/>
   <xsd:element name="cost" type="xsd:string" minOccurs="1"/>
   <xsd:element name="refund" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSBICollection">
  <xsd:all>
   <xsd:element name="original" type="tns:DutchBusinessSBICodeArray" minOccurs="1"/>
   <xsd:element name="company_info" type="tns:DutchBusinessSBICodeArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessSBICollectionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessSBICollection[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAnnualFinancialStatement">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="1"/>
   <xsd:element name="year" type="xsd:int" minOccurs="1"/>
   <xsd:element name="type" type="xsd:string" minOccurs="1"/>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetLeiResult">
  <xsd:all>
   <xsd:element name="lei_code" type="xsd:string" minOccurs="1"/>
   <xsd:element name="business_entity" type="tns:DutchBusinessLeiBusinessEntity" minOccurs="1"/>
   <xsd:element name="registration" type="tns:DutchBusinessLeiRegistration" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLeiRegistration">
  <xsd:all>
   <xsd:element name="last_update" type="xsd:date" minOccurs="1"/>
   <xsd:element name="status" type="xsd:string" minOccurs="1"/>
   <xsd:element name="assignment_date" type="xsd:date" minOccurs="1"/>
   <xsd:element name="renewal_date" type="xsd:date" minOccurs="1"/>
   <xsd:element name="managing_lou" type="xsd:string" minOccurs="1"/>
   <xsd:element name="validation_sources" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLeiBusinessEntity">
  <xsd:all>
   <xsd:element name="expiration_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="expiration_reason" type="xsd:string" minOccurs="0"/>
   <xsd:element name="successor" type="tns:DutchBusinessLeiSuccessor" minOccurs="0"/>
   <xsd:element name="company_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="legal_status" type="xsd:string" minOccurs="1"/>
   <xsd:element name="legal_form" type="tns:DutchBusinessLeiLegalForm" minOccurs="1"/>
   <xsd:element name="headquarters_address" type="tns:DutchBusinessLeiAddress" minOccurs="1"/>
   <xsd:element name="legal_address" type="tns:DutchBusinessLeiAddress" minOccurs="1"/>
   <xsd:element name="registration_authority" type="tns:DutchBusinessLeiRegistrationAuthority" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLeiLegalForm">
  <xsd:all>
   <xsd:element name="legal_form_code" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLeiRegistrationAuthority">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="1"/>
   <xsd:element name="registration_authority_id" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLeiAddress">
  <xsd:all>
   <xsd:element name="street_and_number" type="xsd:string" minOccurs="1"/>
   <xsd:element name="city" type="xsd:string" minOccurs="1"/>
   <xsd:element name="postal_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="region" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLeiSuccessor">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="lei_code" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessNonMarketingIndicator">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string" minOccurs="1"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="non_marketing_indicator" type="xsd:boolean" minOccurs="1"/>
   <xsd:element name="since" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessGetAdditionalPositionsResult">
  <xsd:all>
   <xsd:element name="functionary" type="tns:DutchBusinessAdditionalPositionFunctionary"/>
   <xsd:element name="current_positions" type="tns:DutchBusinessAdditionalPositionArray"/>
   <xsd:element name="previous_positions" type="tns:DutchBusinessAdditionalPositionArray"/>
   <xsd:element name="possible_current_positions" type="tns:DutchBusinessAdditionalPositionArray"/>
   <xsd:element name="possible_previous_positions" type="tns:DutchBusinessAdditionalPositionArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAdditionalPosition">
  <xsd:all>
   <xsd:element name="start_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="end_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="end_date_source" type="xsd:string" minOccurs="0"/>
   <xsd:element name="role" type="xsd:string"/>
   <xsd:element name="function" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authorization_description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="historical_authorizations" type="tns:DutchBusinessPositionAuthorizationArray"/>
   <xsd:element name="company" type="tns:DutchBusinessPositionCompany"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessAdditionalPositionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessAdditionalPosition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionCompany">
  <xsd:all>
   <xsd:element name="kvk" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name_full" type="xsd:string" minOccurs="0"/>
   <xsd:element name="primary_sbi_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="financial_status" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionAuthorization">
  <xsd:all>
   <xsd:element name="start_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="end_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="end_date_source" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessPositionAuthorizationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessPositionAuthorization[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLookALikeCompany">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="similarity_score" type="xsd:decimal"/>
   <xsd:element name="individual_features" type="tns:DutchBusinessLookALikeIndividualFeatureArray"/>
   <xsd:element name="profile_url" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLookALikeCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessLookALikeCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLookALikeCompanyPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:DutchBusinessLookALikeCompanyArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLookALikeIndividualFeature">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="score" type="xsd:decimal"/>
   <xsd:element name="weight" type="xsd:decimal"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchBusinessLookALikeIndividualFeatureArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchBusinessLookALikeIndividualFeature[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicle">
  <xsd:all>
   <xsd:element name="basic_data" type="tns:DutchVehicleData"/>
   <xsd:element name="status" type="tns:DutchVehicleStatus" minOccurs="0"/>
   <xsd:element name="registration" type="tns:DutchVehicleRegistration" minOccurs="0"/>
   <xsd:element name="details" type="tns:DutchVehicleFeature" minOccurs="0"/>
   <xsd:element name="tax" type="tns:DutchVehicleTaxData" minOccurs="0"/>
   <xsd:element name="technical_weight" type="tns:DutchVehicleTechnicalWeight" minOccurs="0"/>
   <xsd:element name="engine" type="tns:DutchVehicleEngine" minOccurs="0"/>
   <xsd:element name="environmental_impact" type="tns:DutchVehicleEnvironmentArray" minOccurs="0"/>
   <xsd:element name="axle_information" type="tns:DutchVehicleAxleArray" minOccurs="0"/>
   <xsd:element name="type_approval" type="tns:DutchVehicleTypeApproval" minOccurs="0"/>
   <xsd:element name="body_approval" type="tns:DutchVehicleBodyApprovalArray" minOccurs="0"/>
   <xsd:element name="remark" type="tns:DutchVehicleRemarkArray" minOccurs="0"/>
   <xsd:element name="recall" type="tns:DutchVehicleRecall" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleV2">
  <xsd:all>
   <xsd:element name="basic_data" type="tns:DutchVehicleData"/>
   <xsd:element name="status" type="tns:DutchVehicleStatus" minOccurs="0"/>
   <xsd:element name="registration" type="tns:DutchVehicleRegistration" minOccurs="0"/>
   <xsd:element name="details" type="tns:DutchVehicleFeature" minOccurs="0"/>
   <xsd:element name="tax" type="tns:DutchVehicleTaxData" minOccurs="0"/>
   <xsd:element name="technical_weight" type="tns:DutchVehicleTechnicalWeight" minOccurs="0"/>
   <xsd:element name="engine" type="tns:DutchVehicleEngine" minOccurs="0"/>
   <xsd:element name="environmental_impact" type="tns:DutchVehicleEnvironmentArray" minOccurs="0"/>
   <xsd:element name="axle_information" type="tns:DutchVehicleAxleArray" minOccurs="0"/>
   <xsd:element name="type_approval" type="tns:DutchVehicleTypeApproval" minOccurs="0"/>
   <xsd:element name="body_approval" type="tns:DutchVehicleBodyApprovalArray" minOccurs="0"/>
   <xsd:element name="remark" type="tns:DutchVehicleRemarkArray" minOccurs="0"/>
   <xsd:element name="recall" type="tns:DutchVehicleRecall" minOccurs="0"/>
   <xsd:element name="mileage" type="tns:DutchVehicleMileage" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleOwnerHistory">
  <xsd:all>
   <xsd:element name="ownerships" type="tns:DutchVehicleOwnershipArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehiclePurchaseReference">
  <xsd:all>
   <xsd:element name="basic_data" type="tns:DutchVehicleData"/>
   <xsd:element name="reference" type="tns:DutchVehicleReference"/>
   <xsd:element name="purchase_data" type="tns:DutchVehiclePurchase"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleMileage">
  <xsd:all>
   <xsd:element name="registration_year" type="xsd:int"/>
   <xsd:element name="indication" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleData">
  <xsd:all>
   <xsd:element name="license_plate" type="xsd:string"/>
   <xsd:element name="location_vin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="catalog_price" type="xsd:int" minOccurs="0"/>
   <xsd:element name="category" type="xsd:string" minOccurs="0"/>
   <xsd:element name="brand_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="brand" type="xsd:string" minOccurs="0"/>
   <xsd:element name="model" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="body_style" type="xsd:string" minOccurs="0"/>
   <xsd:element name="color" type="xsd:string" minOccurs="0"/>
   <xsd:element name="secondary_color" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleReference">
  <xsd:all>
   <xsd:element name="version" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_first_admission" type="xsd:date" minOccurs="0"/>
   <xsd:element name="year_manufactored" type="xsd:int" minOccurs="0"/>
   <xsd:element name="fuel_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="weight" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleStatus">
  <xsd:all>
   <xsd:element name="insured" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="awaiting_inspection" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="missed" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="stolen" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="exported" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="suspended" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleRegistration">
  <xsd:all>
   <xsd:element name="date_apk_due_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_first_issuing" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_first_admission" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_suspension_end_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_tachograph_expiration" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_latest_name_registration" type="xsd:date" minOccurs="0"/>
   <xsd:element name="ownerships" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleOwnership">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="date_start" type="xsd:date"/>
   <xsd:element name="date_end" type="xsd:date" minOccurs="0"/>
   <xsd:element name="duration" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleOwnershipArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchVehicleOwnership[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleFeature">
  <xsd:all>
   <xsd:element name="length" type="xsd:int" minOccurs="0"/>
   <xsd:element name="width" type="xsd:int" minOccurs="0"/>
   <xsd:element name="doors" type="xsd:int" minOccurs="0"/>
   <xsd:element name="seats" type="xsd:int" minOccurs="0"/>
   <xsd:element name="standing_room" type="xsd:int" minOccurs="0"/>
   <xsd:element name="weight" type="xsd:int" minOccurs="0"/>
   <xsd:element name="axles" type="xsd:int" minOccurs="0"/>
   <xsd:element name="wheels" type="xsd:int" minOccurs="0"/>
   <xsd:element name="wheel_base" type="xsd:int" minOccurs="0"/>
   <xsd:element name="distance_front_to_clutch" type="xsd:int" minOccurs="0"/>
   <xsd:element name="distance_clutch_to_rear" type="xsd:int" minOccurs="0"/>
   <xsd:element name="speed_limit_difference" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleTaxData">
  <xsd:all>
   <xsd:element name="amount" type="xsd:int" minOccurs="0"/>
   <xsd:element name="base" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehiclePurchase">
  <xsd:all>
   <xsd:element name="reference_date" type="xsd:date"/>
   <xsd:element name="price_data" type="tns:DutchVehiclePrice"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehiclePrice">
  <xsd:all>
   <xsd:element name="purchase_price" type="xsd:decimal"/>
   <xsd:element name="vehicle_purchase_tax" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="value_added_tax" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="net_purchase_price" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="calculation_method" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleMarketValue">
  <xsd:all>
   <xsd:element name="valuations" type="tns:DutchVehiclePriceValuationArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehiclePriceValuation">
  <xsd:all>
   <xsd:element name="brand" type="xsd:string" minOccurs="0"/>
   <xsd:element name="model" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="retail" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="exchange" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="trade" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="calculation_method" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehiclePriceValuationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchVehiclePriceValuation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleTechnicalWeight">
  <xsd:all>
   <xsd:element name="mass_ready" type="xsd:int" minOccurs="0"/>
   <xsd:element name="gross_vehicle_mass" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_payload" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_unbraked" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_braked" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_trailer_braked" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_self_braked" type="xsd:int" minOccurs="0"/>
   <xsd:element name="maximum_mass_axle_braked" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleRemark">
  <xsd:all>
   <xsd:element name="vehicle_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="variable_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleRemarkArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchVehicleRemark[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleRecall">
  <xsd:all>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="defects" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleEngine">
  <xsd:all>
   <xsd:element name="cylinder_capacity" type="xsd:int" minOccurs="0"/>
   <xsd:element name="cylinders" type="xsd:int" minOccurs="0"/>
   <xsd:element name="g3_indication" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="energy_label" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleEnvironment">
  <xsd:all>
   <xsd:element name="fuel_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fuel_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="usage_city" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="usage_highway" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="usage_combined" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="max_power" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="max_power_continuous" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="noise_level_stationary" type="xsd:int" minOccurs="0"/>
   <xsd:element name="noise_level_stationary_rpm" type="xsd:int" minOccurs="0"/>
   <xsd:element name="noise_level_driving" type="xsd:int" minOccurs="0"/>
   <xsd:element name="emission_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="co2_emission_combined" type="xsd:int" minOccurs="0"/>
   <xsd:element name="co2_emission_weighted" type="xsd:int" minOccurs="0"/>
   <xsd:element name="particulate_emission" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="particulate_filter" type="xsd:string" minOccurs="0"/>
   <xsd:element name="emission_particles_light" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="emission_particles_heavy" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleEnvironmentArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchVehicleEnvironment[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleAxle">
  <xsd:all>
   <xsd:element name="number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="indication_driven_axle" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_bogie_lift" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="max_axle_load" type="xsd:int" minOccurs="0"/>
   <xsd:element name="max_axle_load_technical" type="xsd:int" minOccurs="0"/>
   <xsd:element name="location_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="track_width" type="xsd:int" minOccurs="0"/>
   <xsd:element name="road_behavior_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="road_behavior_description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleAxleArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchVehicleAxle[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleTypeApproval">
  <xsd:all>
   <xsd:element name="type_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="version_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type_approval_mark" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleBodyApproval">
  <xsd:all>
   <xsd:element name="type_id" type="xsd:int" minOccurs="0"/>
   <xsd:element name="type_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="DutchVehicleBodyApprovalArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:DutchVehicleBodyApproval[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="EDRScore">
  <xsd:all>
   <xsd:element name="person_score" type="xsd:int"/>
   <xsd:element name="region_score" type="xsd:int"/>
   <xsd:element name="edr_region_score" type="xsd:int"/>
   <xsd:element name="weighted_score" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RDCoordinates">
  <xsd:all>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RDCoordinatesMatch">
  <xsd:all>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
   <xsd:element name="citymatch" type="xsd:string"/>
   <xsd:element name="streetmatch" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LatLonCoordinates">
  <xsd:all>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LatLonCoordinatesMatch">
  <xsd:all>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
   <xsd:element name="citymatch" type="xsd:string"/>
   <xsd:element name="streetmatch" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LatLonCoordinatesInternationalAddress">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="country_iso2" type="xsd:string"/>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LatLonCoordinatesInternationalAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:LatLonCoordinatesInternationalAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GeoLocationAddress">
  <xsd:all>
   <xsd:element name="houseno_from" type="xsd:int"/>
   <xsd:element name="houseno_to" type="xsd:int"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="streetname" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="district" type="xsd:string"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="distance" type="xsd:int"/>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GeoLocationAddressV2">
  <xsd:all>
   <xsd:element name="house_no" type="xsd:int"/>
   <xsd:element name="house_no_addition" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="streetname" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="district" type="xsd:string"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="distance" type="xsd:int"/>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GeoLocationInternationalAddress">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="streetname" type="xsd:string"/>
   <xsd:element name="city" type="xsd:string"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="country_iso3" type="xsd:string"/>
   <xsd:element name="distance" type="xsd:int"/>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SortedPostcode">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="distance" type="xsd:int"/>
   <xsd:element name="precision" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SortedPostcodeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:SortedPostcode[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="SortedPostcodePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:SortedPostcodeArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonReference">
  <xsd:all>
   <xsd:element name="company_id" type="xsd:string"/>
   <xsd:element name="company_id_type" type="xsd:string"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="house_no" type="xsd:int"/>
   <xsd:element name="house_no_addition" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="residence" type="xsd:string"/>
   <xsd:element name="country_iso2" type="xsd:string"/>
   <xsd:element name="url" type="xsd:string"/>
   <xsd:element name="email" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GraydonReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReport">
  <xsd:all>
   <xsd:element name="report_normal" type="tns:GraydonCreditReportNormal" minOccurs="0"/>
   <xsd:element name="report_calamity" type="tns:GraydonCreditReportCalamity" minOccurs="0"/>
   <xsd:element name="report_alarm" type="tns:GraydonCreditReportAlarm" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="alarm" type="tns:GCRAlarm" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportNormal">
  <xsd:all>
   <xsd:element name="company" type="tns:GCRCompanyItself"/>
   <xsd:element name="company_relations" type="tns:GCRCompanyRelations"/>
   <xsd:element name="indirect_company_relations" type="tns:GCRCompanyRelations"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportCalamity">
  <xsd:all>
   <xsd:element name="company" type="tns:GCRCompanyItselfCalamity"/>
   <xsd:element name="company_relations" type="tns:GCRCompanyRelationsSimple"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportAlarm">
  <xsd:all>
   <xsd:element name="company" type="tns:GCRCompanyItselfAlarm"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportQuickscan">
  <xsd:all>
   <xsd:element name="pd_rating" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_flag_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_flag_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="alarm" type="tns:GCRAlarm" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportRatings">
  <xsd:all>
   <xsd:element name="credit_advice_amount" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_advice_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_advice_factors" type="tns:GCRCreditFactorArray" minOccurs="0"/>
   <xsd:element name="pd_rating" type="xsd:string" minOccurs="0"/>
   <xsd:element name="ratings" type="tns:GCRRatingArray" minOccurs="0"/>
   <xsd:element name="payment_information" type="tns:GCRPaymentInformationArray" minOccurs="0"/>
   <xsd:element name="alarm" type="tns:GCRAlarm" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportVatNumber">
  <xsd:all>
   <xsd:element name="vat_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="alarm" type="tns:GCRAlarm" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportCompanyLiaisons">
  <xsd:all>
   <xsd:element name="concern_liaisons" type="tns:GCRLiaisonArray" minOccurs="0"/>
   <xsd:element name="companies" type="tns:GCRLiaisonCompanyArray" minOccurs="0"/>
   <xsd:element name="alarm" type="tns:GCRAlarm" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GraydonCreditReportManagement">
  <xsd:all>
   <xsd:element name="company_management" type="tns:GCRCompanyManagement" minOccurs="0"/>
   <xsd:element name="persons" type="tns:GCRPersonArray" minOccurs="0"/>
   <xsd:element name="alarm" type="tns:GCRAlarm" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyItself">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="contact_details" type="tns:GCRContactDetails" minOccurs="0"/>
   <xsd:element name="official_data" type="tns:GCROfficialData" minOccurs="0"/>
   <xsd:element name="history" type="tns:GCRHistory" minOccurs="0"/>
   <xsd:element name="positions_in_other_companies" type="tns:GCRJobTitleArray" minOccurs="0"/>
   <xsd:element name="annual_figures" type="tns:GCRAnnualFiguresArray" minOccurs="0"/>
   <xsd:element name="financial_details" type="tns:GCRFinancialDetails" minOccurs="0"/>
   <xsd:element name="financial_calamities" type="tns:GCRFinancialCalamityArray" minOccurs="0"/>
   <xsd:element name="personnel" type="tns:GCRPersonnel" minOccurs="0"/>
   <xsd:element name="credit_advice_data" type="tns:GCRCreditAdviceData" minOccurs="0"/>
   <xsd:element name="sectors_of_industry" type="tns:GCRSectorOfIndustryArray" minOccurs="0"/>
   <xsd:element name="calamity" type="tns:GCRCalamity" minOccurs="0"/>
   <xsd:element name="payment_information" type="tns:GCRPaymentInformationArray" minOccurs="0"/>
   <xsd:element name="declarations_of_liability" type="tns:GCRDeclarationOfLiabilityArray" minOccurs="0"/>
   <xsd:element name="concern_liaisons" type="tns:GCRLiaisonArray" minOccurs="0"/>
   <xsd:element name="company_management" type="tns:GCRCompanyManagement" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyItselfCalamity">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="contact_details" type="tns:GCRContactDetails" minOccurs="0"/>
   <xsd:element name="official_data" type="tns:GCROfficialData" minOccurs="0"/>
   <xsd:element name="history" type="tns:GCRHistory" minOccurs="0"/>
   <xsd:element name="sectors_of_industry" type="tns:GCRSectorOfIndustryArray" minOccurs="0"/>
   <xsd:element name="share_holders" type="tns:GCRShareHolderArray" minOccurs="0"/>
   <xsd:element name="branch_offices" type="tns:GCRBranchOfficeArray" minOccurs="0"/>
   <xsd:element name="participations" type="tns:GCRParticipationArray" minOccurs="0"/>
   <xsd:element name="import_export" type="tns:GCRImportExport" minOccurs="0"/>
   <xsd:element name="special_company_information" type="tns:GCRSpecialCompanyInformationArray" minOccurs="0"/>
   <xsd:element name="financial_calamities" type="tns:GCRFinancialCalamityArray" minOccurs="0"/>
   <xsd:element name="concern_liaisons" type="tns:GCRLiaisonArray" minOccurs="0"/>
   <xsd:element name="company_management" type="tns:GCRCompanyManagement" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyItselfAlarm">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="contact_details" type="tns:GCRAlarmContactDetails" minOccurs="0"/>
   <xsd:element name="discontinuance" type="tns:GCRDiscontinuance" minOccurs="0"/>
   <xsd:element name="special_company_information" type="tns:GCRSpecialCompanyInformationArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRAlarmContactDetails">
  <xsd:all>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:GCRTradeNameArray" minOccurs="0"/>
   <xsd:element name="addresses" type="tns:GCRAddressArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRContactDetails">
  <xsd:all>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:GCRTradeNameArray" minOccurs="0"/>
   <xsd:element name="addresses" type="tns:GCRAddressArray" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:GCRTelephoneNumberArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRTradeName">
  <xsd:all>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRTradeNameArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRTradeName[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRAddress">
  <xsd:all>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="address_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="address_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_no" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_no_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="pobox" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="residence" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="country_text" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRTelephoneNumber">
  <xsd:all>
   <xsd:element name="telephone_code" type="xsd:int"/>
   <xsd:element name="telephone_text" type="xsd:string"/>
   <xsd:element name="country_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="net_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="subscriber_number" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRTelephoneNumberArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRTelephoneNumber[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCROfficialData">
  <xsd:all>
   <xsd:element name="chamber_of_commerce" type="tns:GCRChamberOfCommerce" minOccurs="0"/>
   <xsd:element name="vat_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="present_legal_form_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="present_legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="present_legal_form_fine_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="present_legal_form_fine_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="number_of_non_executive_partners" type="xsd:string" minOccurs="0"/>
   <xsd:element name="publication_duty_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="publication_duty_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="capital" type="tns:GCRCapitalArray" minOccurs="0"/>
   <xsd:element name="founded" type="tns:GCRFoundedArray" minOccurs="0"/>
   <xsd:element name="discontinuance" type="tns:GCRDiscontinuance" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRChamberOfCommerce">
  <xsd:all>
   <xsd:element name="chamber_no" type="xsd:string"/>
   <xsd:element name="dossier_no" type="xsd:string"/>
   <xsd:element name="sub_dossier_no" type="xsd:string"/>
   <xsd:element name="administering_chamber_no" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_register_location" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCapital">
  <xsd:all>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="date_change" type="xsd:date" minOccurs="0"/>
   <xsd:element name="social_capital" type="xsd:string" minOccurs="0"/>
   <xsd:element name="capital_of_commandite_partnership" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_capital" type="xsd:string" minOccurs="0"/>
   <xsd:element name="paid_up_capital" type="xsd:string" minOccurs="0"/>
   <xsd:element name="monetary_amount_specified_in_corporate_deed" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCapitalArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCapital[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRFounded">
  <xsd:all>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="residence" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="founded_at" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFoundedArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRFounded[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRDiscontinuance">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="date" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reason" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRPersonnel">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="employees_class_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="employees_class_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="number_of_employees" type="tns:GCRNumberOfEmployeesArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRNumberOfEmployees">
  <xsd:all>
   <xsd:element name="year" type="xsd:int"/>
   <xsd:element name="number_of_employees" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRNumberOfEmployeesArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRNumberOfEmployees[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRSectorOfIndustry">
  <xsd:all>
   <xsd:element name="is_primary" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="sector_code" type="xsd:string"/>
   <xsd:element name="sector_text" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRSectorOfIndustryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRSectorOfIndustry[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRAnnualFigures">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="company_annual_accounts" type="tns:GCRCompanyAnnualAccountArray" minOccurs="0"/>
   <xsd:element name="bank_and_insurer_data" type="tns:GCRBankAndInsurerDataArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRAnnualFiguresArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRAnnualFigures[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyAnnualAccount">
  <xsd:all>
   <xsd:element name="financial_year" type="xsd:gYear" minOccurs="0"/>
   <xsd:element name="month_end_financial_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="day_end_financial_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="length_financial_year_in_months" type="xsd:int" minOccurs="0"/>
   <xsd:element name="reliable" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="account_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="account_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="filing" type="tns:GCRFiling" minOccurs="0"/>
   <xsd:element name="financial_year_graydon" type="xsd:gYear" minOccurs="0"/>
   <xsd:element name="currency_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="scale_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="scale_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_drawing_up" type="xsd:date" minOccurs="0"/>
   <xsd:element name="balance_sheet_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="balance_sheet_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="balance_sheet" type="tns:GCRBalanceSheet" minOccurs="0"/>
   <xsd:element name="profit_and_loss_account" type="tns:GCRItemArray" minOccurs="0"/>
   <xsd:element name="supplement_to_annual_account" type="tns:GCRItemArray" minOccurs="0"/>
   <xsd:element name="ratios" type="tns:GCRRatioArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyAnnualAccountArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCompanyAnnualAccount[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRBankAndInsurerData">
  <xsd:all>
   <xsd:element name="financial_year" type="xsd:gYear" minOccurs="0"/>
   <xsd:element name="month_end_financial_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="day_end_financial_year" type="xsd:int" minOccurs="0"/>
   <xsd:element name="length_financial_year_in_months" type="xsd:int" minOccurs="0"/>
   <xsd:element name="reliable" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="account_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="account_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="filing" type="tns:GCRFiling" minOccurs="0"/>
   <xsd:element name="financial_year_graydon" type="xsd:gYear" minOccurs="0"/>
   <xsd:element name="currency_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="scale_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="scale_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_of_drawing_up" type="xsd:date" minOccurs="0"/>
   <xsd:element name="balance_sheet_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="balance_sheet_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bank_and_insurer_key_figures" type="tns:GCRBankAndInsurerKeyFigures" minOccurs="0"/>
   <xsd:element name="ratios" type="tns:GCRRatioArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRBankAndInsurerDataArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRBankAndInsurerData[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRBankAndInsurerKeyFigures">
  <xsd:all>
   <xsd:element name="balance_sheet_total" type="xsd:string" minOccurs="0"/>
   <xsd:element name="equity_capital" type="xsd:string" minOccurs="0"/>
   <xsd:element name="group_equity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="liable_equity" type="xsd:string" minOccurs="0"/>
   <xsd:element name="technical_provisions" type="xsd:string" minOccurs="0"/>
   <xsd:element name="entrusted_funds" type="xsd:string" minOccurs="0"/>
   <xsd:element name="debt_securities" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credits" type="xsd:string" minOccurs="0"/>
   <xsd:element name="attracted_bankers_funds" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_bankers_funds" type="xsd:string" minOccurs="0"/>
   <xsd:element name="interest" type="xsd:string" minOccurs="0"/>
   <xsd:element name="premium_income" type="xsd:string" minOccurs="0"/>
   <xsd:element name="other_income" type="xsd:string" minOccurs="0"/>
   <xsd:element name="total_benefits" type="xsd:string" minOccurs="0"/>
   <xsd:element name="yield_on_investments" type="xsd:string" minOccurs="0"/>
   <xsd:element name="operating_investments" type="xsd:string" minOccurs="0"/>
   <xsd:element name="holding_gain_of_accounts_receivable" type="xsd:string" minOccurs="0"/>
   <xsd:element name="result_before_taxes" type="xsd:string" minOccurs="0"/>
   <xsd:element name="group_profit" type="xsd:string" minOccurs="0"/>
   <xsd:element name="net_profit" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRHistory">
  <xsd:all>
   <xsd:element name="originated_from" type="tns:GCROriginatedFromArray" minOccurs="0"/>
   <xsd:element name="continuation" type="tns:GCRContinuationArray" minOccurs="0"/>
   <xsd:element name="company_continued_under" type="tns:GCRCompanyContinuedUnderArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCROriginatedFrom">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="originated_from_code" type="xsd:int"/>
   <xsd:element name="originated_from_text" type="xsd:string"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCROriginatedFromArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCROriginatedFrom[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRContinuation">
  <xsd:all>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="residence" type="xsd:string" minOccurs="0"/>
   <xsd:element name="legal_form_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="legal_form_text" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRContinuationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRContinuation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyContinuedUnder">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="continued_under_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="continued_under_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyContinuedUnderArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCompanyContinuedUnder[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCreditAdviceData">
  <xsd:all>
   <xsd:element name="including_personal_judgement" type="xsd:boolean"/>
   <xsd:element name="credit_advice" type="tns:GCRCreditAdvice" minOccurs="0"/>
   <xsd:element name="credit_advice_mother" type="tns:GCRCreditAdviceMother" minOccurs="0"/>
   <xsd:element name="credit_rating" type="tns:GCRCreditRating" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCreditAdvice">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="credit_amount" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="history_advised_limits" type="tns:GCRHistoryAdvisedLimitArray" minOccurs="0"/>
   <xsd:element name="credit_factors" type="tns:GCRCreditFactorArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRHistoryAdvisedLimit">
  <xsd:all>
   <xsd:element name="value" type="xsd:string"/>
   <xsd:element name="year_month" type="xsd:gYearMonth"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRHistoryAdvisedLimitArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRHistoryAdvisedLimit[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCreditFactor">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="adjustment" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCreditFactorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCreditFactor[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCreditAdviceMother">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="amount" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCreditRating">
  <xsd:all>
   <xsd:element name="y_rating" type="xsd:string" minOccurs="0"/>
   <xsd:element name="pd_rating" type="xsd:string" minOccurs="0"/>
   <xsd:element name="pd_percentage" type="xsd:float" minOccurs="0"/>
   <xsd:element name="erc_score" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_flag_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="credit_flag_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="ratings" type="tns:GCRRatingArray" minOccurs="0"/>
   <xsd:element name="y_rating_history" type="tns:GCRRatingHistoryArray" minOccurs="0"/>
   <xsd:element name="pd_rating_history" type="tns:GCRRatingHistoryArray" minOccurs="0"/>
   <xsd:element name="pd_percentage_history" type="tns:GCRPercentageHistoryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRRating">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="value" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRRatingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRRating[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRRatingHistory">
  <xsd:all>
   <xsd:element name="value" type="xsd:string" minOccurs="0"/>
   <xsd:element name="year_month" type="xsd:gYearMonth" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRRatingHistoryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRRatingHistory[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRPercentageHistory">
  <xsd:all>
   <xsd:element name="value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="year_month" type="xsd:gYearMonth" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRPercentageHistoryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRPercentageHistory[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCalamity">
  <xsd:all>
   <xsd:element name="calamity_events" type="tns:GCRCalamityEventArray" minOccurs="0"/>
   <xsd:element name="other_calamities" type="tns:GCRCalamityOtherArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCalamityEvent">
  <xsd:all>
   <xsd:element name="event_code" type="xsd:int"/>
   <xsd:element name="event_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="event_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="expiration_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="damage_amount" type="xsd:string" minOccurs="0"/>
   <xsd:element name="damage_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="insurance_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="insurance_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="instigator_graydon_company_id" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCalamityEventArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCalamityEvent[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCalamityOther">
  <xsd:all>
   <xsd:element name="calamity_code" type="xsd:int"/>
   <xsd:element name="calamity_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="expiration_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCalamityOtherArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCalamityOther[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRBranchOffice">
  <xsd:all>
   <xsd:element name="branch_office_id" type="xsd:string"/>
   <xsd:element name="business_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:GCRTradeNameArray" minOccurs="0"/>
   <xsd:element name="addresses" type="tns:GCRAddressArray" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:GCRTelephoneNumberArray" minOccurs="0"/>
   <xsd:element name="email_addresses" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="estabishment_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="discontinuance" type="tns:GCRDiscontinuance" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRBranchOfficeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRBranchOffice[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRPaymentInformation">
  <xsd:all>
   <xsd:element name="value" type="xsd:float" minOccurs="0"/>
   <xsd:element name="year_month" type="xsd:gYearMonth"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRPaymentInformationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRPaymentInformation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRFinancialDetails">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="turnovers" type="tns:GCRFinancialDetailValueArray" minOccurs="0"/>
   <xsd:element name="results" type="tns:GCRFinancialDetailValueArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFinancialDetailValue">
  <xsd:all>
   <xsd:element name="financial_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="financial_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="year" type="xsd:int"/>
   <xsd:element name="amount" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="amount_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="forecast" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFinancialDetailValueArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRFinancialDetailValue[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRDeclarationOfLiability">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRDeclarationOfLiabilityArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRDeclarationOfLiability[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRParticipation">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="percentage_of_shares" type="xsd:float" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRParticipationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRParticipation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRShareHolder">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="graydon_person_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="percentage_of_shares" type="xsd:float" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRShareHolderArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRShareHolder[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRImportExport">
  <xsd:all>
   <xsd:element name="import_countries" type="tns:GCRCountryArray" minOccurs="0"/>
   <xsd:element name="export_countries" type="tns:GCRCountryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCountry">
  <xsd:all>
   <xsd:element name="country_code" type="xsd:int"/>
   <xsd:element name="country_text" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCountryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCountry[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRSpecialCompanyInformation">
  <xsd:all>
   <xsd:element name="special_company_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="special_company_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="texts" type="tns:GCRTextSequenceArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRSpecialCompanyInformationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRSpecialCompanyInformation[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRTextSequence">
  <xsd:all>
   <xsd:element name="sequence_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="text" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRTextSequenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRTextSequence[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRLiaison">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="liaison_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="liaison_text" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRLiaisonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRLiaison[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyManagement">
  <xsd:all>
   <xsd:element name="management" type="tns:GCRManagementArray" minOccurs="0"/>
   <xsd:element name="first_directors" type="tns:GCRFirstDirectorArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRManagement">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="graydon_person_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="job_titles" type="tns:GCRJobTitleArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRManagementArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRManagement[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRJobTitle">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="job_title_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="job_title_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="authority_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="authority_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRJobTitleArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRJobTitle[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRFirstDirector">
  <xsd:all>
   <xsd:element name="graydon_person_id" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="is_current" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="job_title_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="job_title_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="date_until" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFirstDirectorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRFirstDirector[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyRelations">
  <xsd:all>
   <xsd:element name="companies" type="tns:GCRCompanyArray" minOccurs="0"/>
   <xsd:element name="persons" type="tns:GCRPersonArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyRelationsSimple">
  <xsd:all>
   <xsd:element name="companies" type="tns:GCRCompanySimpleArray" minOccurs="0"/>
   <xsd:element name="persons" type="tns:GCRPersonSimpleArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanySimple">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="contact_details" type="tns:GCRContactDetails" minOccurs="0"/>
   <xsd:element name="official_data" type="tns:GCROfficialData" minOccurs="0"/>
   <xsd:element name="history" type="tns:GCRHistory" minOccurs="0"/>
   <xsd:element name="sectors_of_industry" type="tns:GCRSectorOfIndustryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanySimpleArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCompanySimple[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRCompany">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="contact_details" type="tns:GCRContactDetails" minOccurs="0"/>
   <xsd:element name="official_data" type="tns:GCROfficialData" minOccurs="0"/>
   <xsd:element name="history" type="tns:GCRHistory" minOccurs="0"/>
   <xsd:element name="sectors_of_industry" type="tns:GCRSectorOfIndustryArray" minOccurs="0"/>
   <xsd:element name="positions_in_other_companies" type="tns:GCRJobTitleArray" minOccurs="0"/>
   <xsd:element name="annual_figures" type="tns:GCRAnnualFiguresArray" minOccurs="0"/>
   <xsd:element name="financial_details" type="tns:GCRFinancialDetails" minOccurs="0"/>
   <xsd:element name="financial_calamities" type="tns:GCRFinancialCalamityArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRLiaisonCompany">
  <xsd:all>
   <xsd:element name="graydon_company_id" type="xsd:integer"/>
   <xsd:element name="contact_details" type="tns:GCRLiaisonContactDetails" minOccurs="0"/>
   <xsd:element name="official_data" type="tns:GCRLiaisonOfficialData" minOccurs="0"/>
   <xsd:element name="financial_calamities" type="tns:GCRFinancialCalamityArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRLiaisonCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRLiaisonCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRLiaisonContactDetails">
  <xsd:all>
   <xsd:element name="company_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="addresses" type="tns:GCRAddressArray" minOccurs="0"/>
   <xsd:element name="telephone_numbers" type="tns:GCRTelephoneNumberArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRLiaisonOfficialData">
  <xsd:all>
   <xsd:element name="chamber_of_commerce" type="tns:GCRChamberOfCommerce" minOccurs="0"/>
   <xsd:element name="present_legal_form_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="present_legal_form_text" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFiling">
  <xsd:all>
   <xsd:element name="filing_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="filing_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="filing_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="chamber_of_commerce" type="tns:GCRChamberOfCommerce" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRBalanceSheet">
  <xsd:all>
   <xsd:element name="items" type="tns:GCRItemArray" minOccurs="0"/>
   <xsd:element name="assets" type="tns:GCRAssets" minOccurs="0"/>
   <xsd:element name="liabilities" type="tns:GCRLiabilities" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRItem">
  <xsd:all>
   <xsd:element name="main_code" type="xsd:string"/>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="sub_code" type="xsd:string"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="value" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="free_text" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRItemArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRItem[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRAssets">
  <xsd:all>
   <xsd:element name="fixed_assets_total" type="tns:GCRItem" minOccurs="0"/>
   <xsd:element name="fixed_assets_items" type="tns:GCRItemArray" minOccurs="0"/>
   <xsd:element name="current_assets_total" type="tns:GCRItem" minOccurs="0"/>
   <xsd:element name="current_assets_items" type="tns:GCRItemArray" minOccurs="0"/>
   <xsd:element name="balance_sheet_total" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRLiabilities">
  <xsd:all>
   <xsd:element name="liabilities_items" type="tns:GCRItemArray" minOccurs="0"/>
   <xsd:element name="balance_sheet_total" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRRatio">
  <xsd:all>
   <xsd:element name="ratio_code" type="xsd:string"/>
   <xsd:element name="ratio_text" type="xsd:string"/>
   <xsd:element name="value" type="xsd:decimal" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRRatioArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRRatio[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRPerson">
  <xsd:all>
   <xsd:element name="graydon_person_id" type="xsd:integer"/>
   <xsd:element name="personal_details" type="tns:GCRPersonalDetails" minOccurs="0"/>
   <xsd:element name="telephone_number" type="tns:GCRTelephoneNumber" minOccurs="0"/>
   <xsd:element name="address" type="tns:GCRAddress" minOccurs="0"/>
   <xsd:element name="birth_information" type="tns:GCRBirthInformation" minOccurs="0"/>
   <xsd:element name="job_titles" type="tns:GCRJobTitleArray" minOccurs="0"/>
   <xsd:element name="financial_calamities" type="tns:GCRFinancialCalamityArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRPersonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRPerson[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRPersonSimple">
  <xsd:all>
   <xsd:element name="graydon_person_id" type="xsd:integer"/>
   <xsd:element name="personal_details" type="tns:GCRPersonalDetails" minOccurs="0"/>
   <xsd:element name="address" type="tns:GCRAddress" minOccurs="0"/>
   <xsd:element name="birth_information" type="tns:GCRBirthInformation" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRPersonSimpleArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRPersonSimple[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRPersonalDetails">
  <xsd:all>
   <xsd:element name="gender_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gender_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="titles" type="tns:GCRTitleArray" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefixes" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRTitle">
  <xsd:all>
   <xsd:element name="title_code" type="xsd:int"/>
   <xsd:element name="title_text" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRTitleArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRTitle[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRBirthInformation">
  <xsd:all>
   <xsd:element name="date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="residence" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="country_text" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFinancialCalamity">
  <xsd:all>
   <xsd:element name="bankruptcy" type="tns:GCRBankruptcy" minOccurs="0"/>
   <xsd:element name="moratorium" type="tns:GCRMoratorium" minOccurs="0"/>
   <xsd:element name="debt_restructuring_private_persons" type="tns:GCRDebtRestructuringPrivatePersons" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRFinancialCalamityArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRFinancialCalamity[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRBankruptcy">
  <xsd:all>
   <xsd:element name="official_registration_number" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="currently_active" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="date_of_verdict" type="xsd:date" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="curators" type="tns:GCRCuratorArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCurator">
  <xsd:all>
   <xsd:element name="graydon_person_id" type="xsd:integer"/>
   <xsd:element name="date_when_active_in_job_title" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRCuratorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRCurator[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRMoratorium">
  <xsd:all>
   <xsd:element name="official_registration_number" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="currently_active" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="date_from" type="xsd:date" minOccurs="0"/>
   <xsd:element name="provisional_verdict_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="definite_verdict_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="moratorium_term_in_months" type="xsd:int" minOccurs="0"/>
   <xsd:element name="prolongation_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="prolongation_in_months" type="xsd:int" minOccurs="0"/>
   <xsd:element name="vote_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="vote_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="vote_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="receivers" type="tns:GCRReceiverArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRReceiver">
  <xsd:all>
   <xsd:element name="graydon_person_id" type="xsd:integer"/>
   <xsd:element name="date_when_active_in_job_title" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRReceiverArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GCRReceiver[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="GCRDebtRestructuringPrivatePersons">
  <xsd:all>
   <xsd:element name="official_registration_number" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="currently_active" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="provisional_verdict_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="definite_verdict_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="debt_restructuring_term_in_months" type="xsd:int" minOccurs="0"/>
   <xsd:element name="provisional_discontinuance_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="provisional_discontinuance_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="provisional_discontinuance_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_code" type="xsd:int" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_text" type="xsd:string" minOccurs="0"/>
   <xsd:element name="definite_discontinuance_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="receivers" type="tns:GCRReceiverArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GCRAlarm">
  <xsd:all>
   <xsd:element name="alarm_code" type="xsd:int"/>
   <xsd:element name="alarm_text" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyCase">
  <xsd:all>
   <xsd:element name="insolvency_id" type="xsd:string"/>
   <xsd:element name="magistrate" type="xsd:string" minOccurs="0"/>
   <xsd:element name="previous_insolvency_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="previous_magistrate" type="xsd:string" minOccurs="0"/>
   <xsd:element name="is_pre_hgk_published" type="xsd:boolean"/>
   <xsd:element name="pre_hgk_insolvency_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="dept_restructuring_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="removal_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="legal_subject" type="tns:InsolvencyLegalSubject"/>
   <xsd:element name="treating_authority" type="tns:InsolvencyTreatingAuthority"/>
   <xsd:element name="curators" type="tns:InsolvencyCurators" minOccurs="0"/>
   <xsd:element name="receivers" type="tns:InsolvencyReceivers" minOccurs="0"/>
   <xsd:element name="events" type="tns:InsolvencyPublications"/>
   <xsd:element name="reports" type="tns:InsolvencyReportArray" minOccurs="0"/>
   <xsd:element name="affected_companies" type="tns:InsolvencyAffectedCompanyArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyTreatingAuthority">
  <xsd:all>
   <xsd:element name="code" type="xsd:integer"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="establishment_code" type="xsd:integer"/>
   <xsd:element name="establishment_name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyLegalSubject">
  <xsd:all>
   <xsd:element name="natural_person" type="tns:InsolvencyConcernedPerson" minOccurs="0"/>
   <xsd:element name="legal_entity" type="tns:InsolvencyAffectedCompany" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyConcernedPerson">
  <xsd:all>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string"/>
   <xsd:element name="addresses" type="tns:InsolvencyAddresses" minOccurs="0"/>
   <xsd:element name="birth_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="birth_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="birth_country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="deceased_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyLegalPerformingPerson">
  <xsd:all>
   <xsd:element name="titles" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string"/>
   <xsd:element name="contact_info" type="tns:InsolvencyAddress"/>
   <xsd:element name="start_date" type="xsd:date"/>
   <xsd:element name="end_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyLegalPerformingPersonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InsolvencyLegalPerformingPerson[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyAddresses">
  <xsd:all>
   <xsd:element name="hidden" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="address" type="tns:InsolvencyAddressArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyPublications">
  <xsd:all>
   <xsd:element name="is_legacy" type="xsd:boolean"/>
   <xsd:element name="event" type="tns:InsolvencyPublicationArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyAddress">
  <xsd:all>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="phone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="start_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InsolvencyAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyPublication">
  <xsd:all>
   <xsd:element name="publication_id" type="xsd:string"/>
   <xsd:element name="date" type="xsd:date"/>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="authority_code" type="xsd:integer"/>
   <xsd:element name="court_session" type="tns:InsolvencyCourtSession" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyPublicationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InsolvencyPublication[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyCourtSession">
  <xsd:all>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="house_number" type="xsd:integer"/>
   <xsd:element name="addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyCurators">
  <xsd:all>
   <xsd:element name="curator" type="tns:InsolvencyLegalPerformingPersonArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyReceivers">
  <xsd:all>
   <xsd:element name="receiver" type="tns:InsolvencyLegalPerformingPersonArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyReport">
  <xsd:all>
   <xsd:element name="report_id" type="xsd:string"/>
   <xsd:element name="title" type="xsd:string"/>
   <xsd:element name="date" type="xsd:date"/>
   <xsd:element name="is_final" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyReportArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InsolvencyReport[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyAffectedCompany">
  <xsd:all>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="coc_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="coc_registered_city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="addresses" type="tns:InsolvencyAddresses" minOccurs="0"/>
   <xsd:element name="is_former" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyAffectedCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InsolvencyAffectedCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InsolvencyPublicationList">
  <xsd:all>
   <xsd:element name="date" type="xsd:date"/>
   <xsd:element name="publications" type="tns:stringArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InternationalAddressSearchV2Result">
  <xsd:all>
   <xsd:element name="validation_status" type="xsd:string"/>
   <xsd:element name="result" type="tns:InternationalV2Array"/>
   <xsd:element name="country_iso3" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InternationalV2">
  <xsd:all>
   <xsd:element name="address" type="tns:InternationalFormattedAddress"/>
   <xsd:element name="element_match_status" type="xsd:string"/>
   <xsd:element name="element_result_status" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InternationalV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InternationalV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="International">
  <xsd:all>
   <xsd:element name="matchrate" type="xsd:float"/>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="housenr" type="xsd:string"/>
   <xsd:element name="pobox" type="xsd:string"/>
   <xsd:element name="locality" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InternationalArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:International[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InternationalPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:InternationalArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InternationalFormattedAddress">
  <xsd:all>
   <xsd:element name="matchrate" type="xsd:float"/>
   <xsd:element name="street" type="xsd:string"/>
   <xsd:element name="housenr" type="xsd:string"/>
   <xsd:element name="pobox" type="xsd:string"/>
   <xsd:element name="locality" type="xsd:string"/>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="province" type="xsd:string"/>
   <xsd:element name="country" type="xsd:string"/>
   <xsd:element name="countryspecific_locality" type="xsd:string"/>
   <xsd:element name="delivery_address" type="xsd:string"/>
   <xsd:element name="formatted_address" type="xsd:string"/>
   <xsd:element name="organization" type="xsd:string"/>
   <xsd:element name="department" type="xsd:string"/>
   <xsd:element name="contact" type="xsd:string"/>
   <xsd:element name="building" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InternationalFormattedAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:InternationalFormattedAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="InternationalFormattedAddressPagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:InternationalFormattedAddressArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterCoordinates">
  <xsd:all>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
   <xsd:element name="latitude" type="xsd:float"/>
   <xsd:element name="longitude" type="xsd:float"/>
   <xsd:element name="within_structure" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KoopsommenOverzicht">
  <xsd:all>
   <xsd:element name="eind_datum" type="xsd:date"/>
   <xsd:element name="straatnaam" type="xsd:string"/>
   <xsd:element name="huisnr_van" type="xsd:int"/>
   <xsd:element name="huisnr_tm" type="xsd:int"/>
   <xsd:element name="reeksindicatie" type="xsd:string"/>
   <xsd:element name="gemeente" type="xsd:string"/>
   <xsd:element name="koopsommen" type="tns:KoopsomArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KoopsommenOverzichtV2">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="overzicht" type="tns:KoopsommenOverzicht"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Koopsom">
  <xsd:all>
   <xsd:element name="koopdatum" type="xsd:date"/>
   <xsd:element name="huisnummer" type="xsd:int"/>
   <xsd:element name="huisnummer_toevoeging" type="xsd:string"/>
   <xsd:element name="bedrag" type="xsd:int"/>
   <xsd:element name="oppervlakte" type="xsd:int"/>
   <xsd:element name="omschrijving" type="xsd:string"/>
   <xsd:element name="meer_onroerende_goederen" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KoopsomArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Koopsom[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="base64BinaryArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:base64Binary[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="UittrekselKadastraleKaart">
  <xsd:all>
   <xsd:element name="kaart" type="xsd:base64Binary"/>
   <xsd:element name="kadastrale_aanduidingen" type="tns:KadastraleAanduidingArray"/>
   <xsd:element name="afbeeldingen" type="tns:base64BinaryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterUittrekselKadastraleKaartV2">
  <xsd:all>
   <xsd:element name="kaart" type="xsd:base64Binary"/>
   <xsd:element name="afbeeldingen" type="tns:base64BinaryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterKadastraleKaart">
  <xsd:all>
   <xsd:element name="kaart" type="xsd:base64Binary"/>
   <xsd:element name="schaal" type="xsd:int"/>
   <xsd:element name="afbeeldingen" type="tns:base64BinaryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterUittrekselKadastraleKaartResultaat">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:kadasterOverzicht" minOccurs="0"/>
   <xsd:element name="kadastrale_kaart" type="tns:KadasterUittrekselKadastraleKaartV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterUittrekselKadastraleKaartResultaatV2">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:kadasterOverzichtV2" minOccurs="0"/>
   <xsd:element name="kadastrale_kaart" type="tns:KadasterUittrekselKadastraleKaartV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterKadastraleKaartResultaat">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:kadasterOverzicht" minOccurs="0"/>
   <xsd:element name="kadastrale_kaart" type="tns:KadasterKadastraleKaart" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterKadastraleKaartResultaatV2">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:DocumentOverzicht" minOccurs="0"/>
   <xsd:element name="kadastrale_kaart" type="tns:KadasterKadastraleKaart" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadastraleAanduiding">
  <xsd:all>
   <xsd:element name="gemeentecode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gemeentenaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sectie" type="xsd:string"/>
   <xsd:element name="perceelnummer" type="xsd:string"/>
   <xsd:element name="relatiecode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="volgnummer" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadastraleAanduidingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadastraleAanduiding[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="DocumentOverzicht">
  <xsd:all>
   <xsd:element name="onroerende_zaken" type="tns:OverzichtOnroerendeZaakArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Overzicht">
  <xsd:all>
   <xsd:element name="onroerende_zaken" type="tns:OverzichtOnroerendeZaakArray"/>
   <xsd:element name="rechten" type="tns:OverzichtRechtArray"/>
   <xsd:element name="personen" type="tns:OverzichtPersoonArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtV2">
  <xsd:all>
   <xsd:element name="onroerende_zaken" type="tns:OverzichtOnroerendeZaakArray"/>
   <xsd:element name="rechten" type="tns:OverzichtRechtArray"/>
   <xsd:element name="personen" type="tns:OverzichtPersoonV2Array" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzicht">
  <xsd:all>
   <xsd:element name="onroerende_zaken" type="tns:kadasterOverzichtOnroerendeZaakArray"/>
   <xsd:element name="rechten" type="tns:kadasterOverzichtRechtArray"/>
   <xsd:element name="personen" type="tns:kadasterOverzichtPersoonArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtV2">
  <xsd:all>
   <xsd:element name="onroerende_zaken" type="tns:kadasterOverzichtOnroerendeZaakArray"/>
   <xsd:element name="rechten" type="tns:kadasterOverzichtRechtArray"/>
   <xsd:element name="personen" type="tns:kadasterOverzichtPersoonV2Array"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtOnroerendeZaak">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadastraleAanduiding"/>
   <xsd:element name="locatie" type="tns:LocatieBinnenland" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtOnroerendeZaakArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:OverzichtOnroerendeZaak[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtOnroerendeZaak">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadastraleAanduiding"/>
   <xsd:element name="locatie" type="tns:kadasterLocatieBinnenland" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtOnroerendeZaakArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterOverzichtOnroerendeZaak[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterBeknoptOnroerendeZaak">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadastraleAanduiding"/>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="voorlopige_aantekening" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="meerdere_splitsingen" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="gerechtigde" type="tns:kadasterPersoon" minOccurs="0"/>
   <xsd:element name="onverwerkte_documenten" type="tns:kadasterHypotheekStukLijst" minOccurs="0"/>
   <xsd:element name="grootte" type="xsd:decimal" minOccurs="0"/>
   <xsd:element name="vastgestelde_grootte" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterBeknoptOnroerendeZaakArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterBeknoptOnroerendeZaak[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="OverzichtRecht">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="gerechtigde_id" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtRechtArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:OverzichtRecht[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtRecht">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="gerechtigde_akr" type="xsd:string"/>
   <xsd:element name="gerechtigde_kadastrale_identificatie" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtRechtArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterOverzichtRecht[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="OverzichtPersoon">
  <xsd:all>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="natuurlijk_persoon" type="tns:OverzichtNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:OverzichtNietNatuurlijkPersoon" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtPersoonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:OverzichtPersoon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="OverzichtPersoonV2">
  <xsd:all>
   <xsd:element name="id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="natuurlijk_persoon" type="tns:OverzichtNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:OverzichtNietNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="melding" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtPersoonV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:OverzichtPersoonV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtPersoon">
  <xsd:all>
   <xsd:element name="akr_subject_nr" type="xsd:string"/>
   <xsd:element name="kadastrale_identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="natuurlijk_persoon" type="tns:kadasterOverzichtNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:kadasterOverzichtNietNatuurlijkPersoon" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtPersoonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterOverzichtPersoon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtPersoonV2">
  <xsd:all>
   <xsd:element name="akr_subject_nr" type="xsd:string"/>
   <xsd:element name="kadastrale_identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="natuurlijk_persoon" type="tns:kadasterOverzichtNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:kadasterOverzichtNietNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="melding" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtPersoonV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterOverzichtPersoonV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="OverzichtNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="geslachtsnaam" type="xsd:string"/>
   <xsd:element name="voorvoegsel_geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voornamen" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="bsn" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslachtsnaam" type="xsd:string"/>
   <xsd:element name="voorvoegsel_geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voornamen" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslacht" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OverzichtNietNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="naam" type="xsd:string"/>
   <xsd:element name="code" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterOverzichtNietNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="naam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rechtsvorm" type="xsd:string"/>
   <xsd:element name="bedrijven_nummer" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BerichtObjectDocumentResultaat">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:DocumentOverzicht" minOccurs="0"/>
   <xsd:element name="eigendomsbericht" type="tns:BerichtObjectDocument" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BerichtObjectDocument">
  <xsd:all>
   <xsd:element name="datum_bijgewerkt" type="xsd:date" minOccurs="0"/>
   <xsd:element name="object_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadastraleAanduiding"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="locaties" type="tns:LocatieBinnenlandLijst" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary"/>
   <xsd:element name="afbeeldingen" type="tns:base64BinaryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterBerichtObjectDocument">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary"/>
   <xsd:element name="afbeeldingen" type="tns:base64BinaryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BerichtObjectResultaat">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:Overzicht" minOccurs="0"/>
   <xsd:element name="eigendomsbericht" type="tns:BerichtObject" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BerichtObjectResultaatV2">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:OverzichtV2" minOccurs="0"/>
   <xsd:element name="eigendomsbericht" type="tns:BerichtObjectV2" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BerichtObject">
  <xsd:all>
   <xsd:element name="datum_bijgewerkt" type="xsd:date" minOccurs="0"/>
   <xsd:element name="onroerende_zaak" type="tns:OnroerendeZaak"/>
   <xsd:element name="rechten_lijst" type="tns:RechtenLijst"/>
   <xsd:element name="personen" type="tns:PersoonArray"/>
   <xsd:element name="stukken" type="tns:StukArray"/>
   <xsd:element name="gemeentestukken" type="tns:GemeenteStukArray" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BerichtObjectV2">
  <xsd:all>
   <xsd:element name="datum_bijgewerkt" type="xsd:date" minOccurs="0"/>
   <xsd:element name="onroerende_zaak" type="tns:OnroerendeZaak"/>
   <xsd:element name="rechten_lijst" type="tns:RechtenLijst"/>
   <xsd:element name="personen" type="tns:PersoonV2Array"/>
   <xsd:element name="stukken" type="tns:StukArray"/>
   <xsd:element name="gemeentestukken" type="tns:GemeenteStukArray" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="OnroerendeZaak">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadastraleAanduiding"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="locaties" type="tns:LocatieBinnenlandLijst" minOccurs="0"/>
   <xsd:element name="datum_ontstaan" type="xsd:date" minOccurs="0"/>
   <xsd:element name="onroerende_zaak_historie" type="tns:KadastraleAanduidingLijst" minOccurs="0"/>
   <xsd:element name="perceel_details" type="tns:PerceelDetails"/>
   <xsd:element name="koopsom" type="xsd:string" minOccurs="0"/>
   <xsd:element name="koopjaar" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indicatie_meer_onroerende_zaken" type="xsd:boolean"/>
   <xsd:element name="landinrichtingsrente" type="tns:Landinrichtingsrente" minOccurs="0"/>
   <xsd:element name="indicatie_voorgenomen_splitsing" type="xsd:boolean"/>
   <xsd:element name="indicatie_voorlopige_aantekening" type="xsd:boolean"/>
   <xsd:element name="niet_volledig_verwerkt_stukken_lijst" type="tns:StukReferentiesLijst" minOccurs="0"/>
   <xsd:element name="mandeligheid" type="tns:Mandeligheid" minOccurs="0"/>
   <xsd:element name="aantekeningen_kadastraal_object" type="tns:AantekeningenKadastraalObject" minOccurs="0"/>
   <xsd:element name="pr_beperkingen_kadastraal_object" type="tns:PRBeperkingenKadastraalObject" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadastraleAanduidingLijst">
  <xsd:all>
   <xsd:element name="kadastrale_aanduidingen" type="tns:KadastraleAanduidingArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PerceelDetails">
  <xsd:all>
   <xsd:element name="perceel" type="tns:KadastraalPerceel" minOccurs="0"/>
   <xsd:element name="appartementsrecht" type="tns:VerenigingVanEigenaren" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadastraalPerceel">
  <xsd:all>
   <xsd:element name="x_coordinaat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="y_coordinaat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="grootte_perceel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indicatie_grootte_geschat" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="VerenigingVanEigenaren">
  <xsd:all>
   <xsd:element name="naam" type="xsd:string"/>
   <xsd:element name="bestuurder_id" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Landinrichtingsrente">
  <xsd:all>
   <xsd:element name="bedrag" type="xsd:string"/>
   <xsd:element name="eindjaar" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Mandeligheid">
  <xsd:all>
   <xsd:element name="mandelige_percelen" type="tns:KadastraleAanduidingLijst" minOccurs="0"/>
   <xsd:element name="hoofd_percelen" type="tns:KadastraleAanduidingLijst" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AantekeningenKadastraalObject">
  <xsd:all>
   <xsd:element name="aantekeningen_lijst" type="tns:AantekeningKadastraalObjectLijst" minOccurs="0"/>
   <xsd:element name="melding" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AantekeningKadastraalObject">
  <xsd:all>
   <xsd:element name="stuk_id" type="xsd:string"/>
   <xsd:element name="betrokkene_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_aantekening" type="xsd:string"/>
   <xsd:element name="beschrijving_aantekening" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AantekeningKadastraalObjectArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AantekeningKadastraalObject[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="AantekeningKadastraalObjectLijst">
  <xsd:all>
   <xsd:element name="aantekeningen" type="tns:AantekeningKadastraalObjectArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PRBeperkingenKadastraalObject">
  <xsd:all>
   <xsd:element name="pr_beperkingen_lijst" type="tns:PRBeperkingLijst" minOccurs="0"/>
   <xsd:element name="melding" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PRBeperking">
  <xsd:all>
   <xsd:element name="stuk_id" type="xsd:string"/>
   <xsd:element name="betrokkene_id" type="xsd:string"/>
   <xsd:element name="gemeente_id" type="xsd:string"/>
   <xsd:element name="gemeentelijke_registratie_id" type="xsd:string"/>
   <xsd:element name="omschrijving_pr_beperking" type="xsd:string"/>
   <xsd:element name="beschrijving_pr_beperking" type="xsd:string" minOccurs="0"/>
   <xsd:element name="splitsing_pr_beperking" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PRBeperkingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PRBeperking[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="PRBeperkingLijst">
  <xsd:all>
   <xsd:element name="pr_beperkingen" type="tns:PRBeperkingArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Recht">
  <xsd:all>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="gerechtigde_id" type="xsd:string"/>
   <xsd:element name="omschrijving_recht" type="xsd:string"/>
   <xsd:element name="aandeel_in_recht" type="xsd:string"/>
   <xsd:element name="totaal_aandeel_in_recht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="einddatum_recht" type="xsd:date" minOccurs="0"/>
   <xsd:element name="indicatie_recht_betrokken_in_splitsing" type="xsd:boolean"/>
   <xsd:element name="ontleend_aan_stukken_lijst" type="tns:StukMetKadastraleAanduidingLijst" minOccurs="0"/>
   <xsd:element name="mogelijk_van_belang_stukken_lijst" type="tns:StukReferentiesLijst" minOccurs="0"/>
   <xsd:element name="aantekeningen_recht_lijst" type="tns:AantekeningRechtLijst" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RechtArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Recht[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RechtenLijst">
  <xsd:all>
   <xsd:element name="rechten" type="tns:RechtArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AantekeningRecht">
  <xsd:all>
   <xsd:element name="stuk_id" type="xsd:string"/>
   <xsd:element name="betrokkene_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_aantekening" type="xsd:string"/>
   <xsd:element name="beschrijving_aantekening" type="xsd:string" minOccurs="0"/>
   <xsd:element name="einddatum_aantekening" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="AantekeningRechtArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AantekeningRecht[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="AantekeningRechtLijst">
  <xsd:all>
   <xsd:element name="aantekeningen_recht" type="tns:AantekeningRechtArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Persoon">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="natuurlijk_persoon" type="tns:NatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:NietNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="aantekening_beschikkingsbevoegdheid" type="xsd:boolean"/>
   <xsd:element name="indicatie_meer_onroerende_zaken" type="xsd:boolean"/>
   <xsd:element name="woonlocatie" type="tns:Locatie" minOccurs="0"/>
   <xsd:element name="postlocatie" type="tns:Locatie" minOccurs="0"/>
   <xsd:element name="niet_volledig_verwerkt_stukken_lijst" type="tns:StukReferentiesLijst" minOccurs="0"/>
   <xsd:element name="mogelijk_van_belang_stukken_lijst" type="tns:StukReferentiesLijst" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PersoonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Persoon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="PersoonV2">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="natuurlijk_persoon" type="tns:NatuurlijkPersoonV2" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:NietNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="aantekening_beschikkingsbevoegdheid" type="xsd:boolean"/>
   <xsd:element name="indicatie_meer_onroerende_zaken" type="xsd:boolean"/>
   <xsd:element name="woonlocatie" type="tns:Locatie" minOccurs="0"/>
   <xsd:element name="postlocatie" type="tns:Locatie" minOccurs="0"/>
   <xsd:element name="niet_volledig_verwerkt_stukken_lijst" type="tns:StukReferentiesLijst" minOccurs="0"/>
   <xsd:element name="mogelijk_van_belang_stukken_lijst" type="tns:StukReferentiesLijst" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="PersoonV2Array">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PersoonV2[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterPersoon">
  <xsd:all>
   <xsd:element name="akr_subject_nr" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="natuurlijk_persoon" type="tns:kadasterNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_persoon" type="tns:kadasterNietNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="aantekening_beschikkingsbevoegdheid" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="woonlocatie" type="tns:kadasterLocatie" minOccurs="0"/>
   <xsd:element name="postlocatie" type="tns:kadasterLocatie" minOccurs="0"/>
   <xsd:element name="domicilie_keuzes" type="tns:kadasterDomicilieKeuzeLijst" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterPersoonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterPersoon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterDomicilieKeuzeLijst">
  <xsd:all>
   <xsd:element name="domicilie_keuzes" type="tns:kadasterDomicilieKeuzeArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterDomicilieKeuze">
  <xsd:all>
   <xsd:element name="voorletters" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voorvoegsels" type="xsd:string" minOccurs="0"/>
   <xsd:element name="achternaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adres" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterDomicilieKeuzeArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterDomicilieKeuze[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="NatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voorvoegsel_geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voornamen" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslacht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geboorteplaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geboortedatum" type="xsd:date" minOccurs="0"/>
   <xsd:element name="datum_overlijden" type="xsd:date" minOccurs="0"/>
   <xsd:element name="indicatie_overleden" type="xsd:boolean"/>
   <xsd:element name="indicatie_conform_gba" type="xsd:boolean"/>
   <xsd:element name="relatie_partnerid" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_relatie" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NatuurlijkPersoonV2">
  <xsd:all>
   <xsd:element name="adellijke_titel_geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voorvoegsel_geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adellijke_titel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voornamen" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslacht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geboorteplaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geboortedatum" type="xsd:date" minOccurs="0"/>
   <xsd:element name="datum_overlijden" type="xsd:date" minOccurs="0"/>
   <xsd:element name="indicatie_overleden" type="xsd:boolean"/>
   <xsd:element name="indicatie_conform_gba" type="xsd:boolean"/>
   <xsd:element name="relatie_partnerid" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_relatie" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="bsn" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voorvoegsel_geslachtsnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voornamen" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslacht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geboorteplaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geboortedatum" type="xsd:date" minOccurs="0"/>
   <xsd:element name="datum_overlijden" type="xsd:date" minOccurs="0"/>
   <xsd:element name="indicatie_overleden" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="burgerlijke_staat" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NietNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="naam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="statutaire_zetel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="leden_lijst" type="tns:LidLijst" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterNietNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="naam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rechtsvorm" type="xsd:string"/>
   <xsd:element name="statutaire_zetel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bedrijven_nummer" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Locatie">
  <xsd:all>
   <xsd:element name="locatie_binnenland" type="tns:LocatieBinnenland" minOccurs="0"/>
   <xsd:element name="locatie_buitenland" type="tns:LocatieBuitenland" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterLocatie">
  <xsd:all>
   <xsd:element name="locatie_binnenland" type="tns:kadasterLocatieBinnenland" minOccurs="0"/>
   <xsd:element name="locatie_buitenland" type="tns:kadasterLocatieBuitenland" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LocatieBinnenland">
  <xsd:all>
   <xsd:element name="gemeente" type="xsd:string" minOccurs="0"/>
   <xsd:element name="straatnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummer" type="xsd:int" minOccurs="0"/>
   <xsd:element name="huisnummer_toevoeging" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisletter" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LocatieBinnenlandArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:LocatieBinnenland[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterLocatieBinnenland">
  <xsd:all>
   <xsd:element name="plaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="straatnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummer" type="xsd:int" minOccurs="0"/>
   <xsd:element name="huisnummer_toevoeging" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisletter" type="xsd:string" minOccurs="0"/>
   <xsd:element name="positie" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterLocatieBinnenlandArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterLocatieBinnenland[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="LocatieBinnenlandLijst">
  <xsd:all>
   <xsd:element name="locaties_binnenland" type="tns:LocatieBinnenlandArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LocatieBuitenland">
  <xsd:all>
   <xsd:element name="adres_buitenland1" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adres_buitenland2" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adres_buitenland3" type="xsd:string" minOccurs="0"/>
   <xsd:element name="land" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterLocatieBuitenland">
  <xsd:all>
   <xsd:element name="adres" type="xsd:string" minOccurs="0"/>
   <xsd:element name="woonplaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="regio" type="xsd:string" minOccurs="0"/>
   <xsd:element name="land" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Lid">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="omschrijving" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="LidArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Lid[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="LidLijst">
  <xsd:all>
   <xsd:element name="leden" type="tns:LidArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Stuk">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="aanduiding_soort_register" type="xsd:string"/>
   <xsd:element name="deel" type="xsd:string"/>
   <xsd:element name="nummer" type="xsd:string"/>
   <xsd:element name="reeks" type="xsd:string" minOccurs="0"/>
   <xsd:element name="datum_aanbieding" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="StukArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Stuk[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="StukMetKadastraleAanduiding">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadastraleAanduiding" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="StukMetKadastraleAanduidingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:StukMetKadastraleAanduiding[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="StukMetKadastraleAanduidingLijst">
  <xsd:all>
   <xsd:element name="stukken" type="tns:StukMetKadastraleAanduidingArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GemeenteStuk">
  <xsd:all>
   <xsd:element name="gemeentelijke_registratie_id" type="xsd:string"/>
   <xsd:element name="nummer" type="xsd:string"/>
   <xsd:element name="datum_in_werking" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="GemeenteStukArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:GemeenteStuk[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="StukReferentiesLijst">
  <xsd:all>
   <xsd:element name="stukken" type="tns:stringArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypothecairBerichtResultaat">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:kadasterOverzicht" minOccurs="0"/>
   <xsd:element name="hypothecairbericht" type="tns:kadasterHypothecairBerichtObject" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypothecairBerichtResultaatV2">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:kadasterOverzichtV2" minOccurs="0"/>
   <xsd:element name="hypothecairbericht" type="tns:kadasterHypothecairBerichtObject" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypothecairBerichtObject">
  <xsd:all>
   <xsd:element name="datum_bijgewerkt" type="xsd:string"/>
   <xsd:element name="onroerende_zaak" type="tns:kadasterBeknoptOnroerendeZaak"/>
   <xsd:element name="hypotheek_stuk_lijst" type="tns:kadasterHypotheekStukLijst"/>
   <xsd:element name="hypothecair_document" type="tns:kadasterBerichtObjectDocument" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypotheekStukLijst">
  <xsd:all>
   <xsd:element name="hypotheek_stukken" type="tns:kadasterHypotheekStukArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypotheekStuk">
  <xsd:all>
   <xsd:element name="stuk" type="tns:Stuk"/>
   <xsd:element name="stukdelen" type="tns:kadasterStukdeelArray"/>
   <xsd:element name="datum_aanbieding" type="xsd:string" minOccurs="0"/>
   <xsd:element name="datum_ondertekening" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rectificatie_verzocht" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="eenzijdig_opzegbaar" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="gefiatteerd" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypotheekStukArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterHypotheekStuk[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterStukdeel">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="aard_stukdeel_omschrijving" type="xsd:string"/>
   <xsd:element name="hypotheek" type="tns:kadasterHypotheek" minOccurs="0"/>
   <xsd:element name="schuldeisers_beslagleggers" type="tns:kadasterPersoonLijst" minOccurs="0"/>
   <xsd:element name="vordering" type="tns:kadasterBedrag" minOccurs="0"/>
   <xsd:element name="rechten" type="tns:kadasterStukdeelRechtArray" minOccurs="0"/>
   <xsd:element name="onroerende_zaken" type="tns:kadasterBeknoptOnroerendeZaakArray" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="stukdeel_relaties" type="tns:kadasterStukdeelReferentiesLijst" minOccurs="0"/>
   <xsd:element name="hoort_bij" type="tns:kadasterGerelateerdStukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterStukdeelArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterStukdeel[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterGerelateerdStukdeel">
  <xsd:all>
   <xsd:element name="aard_stukdeel_omschrijving" type="xsd:string"/>
   <xsd:element name="stuk" type="tns:Stuk" minOccurs="0"/>
   <xsd:element name="gefiatteerd" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterGerelateerdStukdeelArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterGerelateerdStukdeel[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterStukdeelReferentiesLijst">
  <xsd:all>
   <xsd:element name="stukdelen" type="tns:stringArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterStukdeelRecht">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aandeel_in_recht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="totaal_aandeel_in_recht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="object_id" type="xsd:string"/>
   <xsd:element name="gerelateerd_recht" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterStukdeelRechtArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:kadasterStukdeelRecht[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="kadasterPersoonLijst">
  <xsd:all>
   <xsd:element name="personen" type="tns:kadasterPersoonArray"/>
   <xsd:element name="indicatie_compleet" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterHypotheek">
  <xsd:all>
   <xsd:element name="hoofdsom" type="tns:kadasterBedrag"/>
   <xsd:element name="rentevoet" type="xsd:float" minOccurs="0"/>
   <xsd:element name="meerdere_rentevoet" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="kadasterBedrag">
  <xsd:all>
   <xsd:element name="valuta" type="xsd:string"/>
   <xsd:element name="bedrag" type="xsd:long"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterBronDocument">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary"/>
   <xsd:element name="images" type="tns:base64BinaryArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterValueList">
  <xsd:all>
   <xsd:element name="list" type="tns:KadasterListValueArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterListValueArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterListValue[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterListValue">
  <xsd:all>
   <xsd:element name="key" type="xsd:string" minOccurs="0"/>
   <xsd:element name="value" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KadastraalBerichtResponse">
  <xsd:all>
   <xsd:element name="bericht" type="tns:KadasterV2KadastraalBericht" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="overgegaan_in" type="tns:KadasterV2OvergegaanIn" minOccurs="0"/>
   <xsd:element name="postcode_treffers" type="tns:KadasterV2PostcodeTreffers" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2HypothecairBerichtResponse">
  <xsd:all>
   <xsd:element name="bericht" type="tns:KadasterV2HypothecairBericht" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="overgegaan_in" type="tns:KadasterV2OvergegaanIn" minOccurs="0"/>
   <xsd:element name="postcode_treffers" type="tns:KadasterV2PostcodeTreffers" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2UittrekselKadastraleKaartResponse">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
   <xsd:element name="overgegaan_in" type="tns:KadasterV2OvergegaanIn" minOccurs="0"/>
   <xsd:element name="postcode_treffers" type="tns:KadasterV2PostcodeTreffers" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OvergegaanIn">
  <xsd:all>
   <xsd:element name="productienummer" type="xsd:string" minOccurs="1"/>
   <xsd:element name="tijdstip_samenstelling_bericht" type="xsd:dateTime" minOccurs="1"/>
   <xsd:element name="actualiteit_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="actualiteit_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_beslagen" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2OnroerendeZaak" minOccurs="0"/>
   <xsd:element name="tenaamstellingen" type="tns:KadasterV2TenaamstellingArray" minOccurs="0"/>
   <xsd:element name="zakelijk_rechten" type="tns:KadasterV2ZakelijkRechtArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2PostcodeTreffers">
  <xsd:all>
   <xsd:element name="productienummer" type="xsd:string" minOccurs="1"/>
   <xsd:element name="tijdstip_samenstelling_bericht" type="xsd:dateTime" minOccurs="1"/>
   <xsd:element name="actualiteit_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="actualiteit_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_beslagen" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2GevraagdGebied" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2BronDocumentResponse">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KadastraalBericht">
  <xsd:all>
   <xsd:element name="productienummer" type="xsd:string" minOccurs="1"/>
   <xsd:element name="tijdstip_samenstelling_bericht" type="xsd:dateTime" minOccurs="1"/>
   <xsd:element name="actualiteit_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="actualiteit_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_beslagen" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2OnroerendeZaak" minOccurs="1"/>
   <xsd:element name="tenaamstellingen" type="tns:KadasterV2TenaamstellingArray" minOccurs="0"/>
   <xsd:element name="zakelijk_rechten" type="tns:KadasterV2ZakelijkRechtArray" minOccurs="0"/>
   <xsd:element name="aantekeningen" type="tns:KadasterV2AantekeningArray" minOccurs="0"/>
   <xsd:element name="erfpachtcanon" type="tns:KadasterV2ErfpachtCanonArray" minOccurs="0"/>
   <xsd:element name="stukken" type="tns:KadasterV2Stukken" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Tenaamstelling">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aandeel" type="tns:KadasterV2Breuk" minOccurs="0"/>
   <xsd:element name="burgerlijke_staat_ten_tijde_van_verkrijging" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="verklaring_inzake_derden_bescherming" type="xsd:string" minOccurs="0"/>
   <xsd:element name="verkregen_namens_samenwerkingsverband" type="xsd:string" minOccurs="0"/>
   <xsd:element name="betrokken_partner" type="tns:KadasterV2Personen" minOccurs="0"/>
   <xsd:element name="betrokken_samenwerkingsverband" type="tns:KadasterV2Personen" minOccurs="0"/>
   <xsd:element name="van" type="tns:KadasterV2ZakelijkRecht" minOccurs="0"/>
   <xsd:element name="geldt_voor" type="tns:KadasterV2GezamenlijkAandeel" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="ten_name_van" type="tns:KadasterV2Personen" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2TenaamstellingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Tenaamstelling[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AangebodenStuk">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="deel_en_nummer" type="tns:KadasterV2DeelEnNummer" minOccurs="0"/>
   <xsd:element name="verklaring_bewaarder" type="xsd:string" minOccurs="0"/>
   <xsd:element name="toelichting_bewaarder" type="xsd:string" minOccurs="0"/>
   <xsd:element name="tijdstip_aanbieding" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="tijdstip_ondertekening" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="status_stuk_or" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indicatie_alle_objecten_betrokken" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="verzoeken" type="tns:KadasterV2VerzoekArray" minOccurs="0"/>
   <xsd:element name="stukdelen" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AangebodenStukArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2AangebodenStuk[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2DeelEnNummer">
  <xsd:all>
   <xsd:element name="deel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="nummer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reeks" type="xsd:string" minOccurs="0"/>
   <xsd:element name="registercode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="soort_register" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2ErfpachtCanon">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="soort" type="xsd:string" minOccurs="0"/>
   <xsd:element name="einddatum_afkoop" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="indicatie_oude_onroerende_zaak_betrokken" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="jaarlijks_bedrag" type="tns:KadasterV2JaarlijksBedrag" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2ZakelijkRecht" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2Stukdeel" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2ErfpachtCanonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2ErfpachtCanon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2JaarlijksBedrag">
  <xsd:all>
   <xsd:element name="bedrag" type="tns:KadasterV2Bedrag" minOccurs="0"/>
   <xsd:element name="betreft_meer_onroerende_zaken" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2JaarlijksBedragArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2JaarlijksBedrag[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Verzoek">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="redenen_verzoek" type="tns:KadasterV2RedenVerzoekArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2VerzoekArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Verzoek[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Bijlage">
  <xsd:all>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="tijdstip_aanbieding_bijlage" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2BijlageArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Bijlage[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2GezamenlijkAandeel">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="aandeel" type="tns:KadasterV2Breuk" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2GezamenlijkAandeelArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2GezamenlijkAandeel[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Breuk">
  <xsd:all>
   <xsd:element name="teller" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="noemer" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OnroerendeZaak">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadasterV2KadastraleAanduiding" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adressen" type="tns:KadasterV2AdresLocatieArray" minOccurs="0"/>
   <xsd:element name="tekeningen" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="uin" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_grootte" type="tns:KadasterV2KadastraleGrootte" minOccurs="0"/>
   <xsd:element name="plaatscoordinaten" type="tns:KadasterV2Coordinaat" minOccurs="0"/>
   <xsd:element name="belast_met" type="tns:KadasterV2LandinrichtingsRenteArray" minOccurs="0"/>
   <xsd:element name="aard_cultuur_onbebouwd" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aard_cultuur_bebouwd" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_onderzoek_erfdienstbaarheden" type="xsd:string" minOccurs="0"/>
   <xsd:element name="toestandsdatum_onderzoek_erfdienstbaarheden" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="koopsom" type="tns:KadasterV2Koopsom" minOccurs="0"/>
   <xsd:element name="indicatie_voorlopige_aantekening" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indicatie_tweede_splitsing" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indicatie_gedeeltelijk_bezwaard_oud_object" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indicatie_gesplitst" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indicatie_voorgenomen_aantekening" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="toelichting_bewaarder" type="xsd:string" minOccurs="0"/>
   <xsd:element name="historie" type="tns:KadasterV2Historie" minOccurs="0"/>
   <xsd:element name="overgegaan_in" type="tns:KadasterV2OnroerendeZaakFiliatieArray" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="ontstaan_uit" type="tns:KadasterV2OnroerendeZaakFiliatieArray" minOccurs="0"/>
   <xsd:element name="aantekeningen_wkpb" type="tns:KadasterV2AantekeningWKPBArray" minOccurs="0"/>
   <xsd:element name="aanvullingen" type="tns:KadasterV2AanvullingArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OnroerendeZaakArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2OnroerendeZaak[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OnroerendeZaakReference">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_aanduiding" type="tns:KadasterV2KadastraleAanduiding" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OnroerendeZaakReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2OnroerendeZaakReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Aanvulling">
  <xsd:all>
   <xsd:element name="type" type="xsd:string" minOccurs="1"/>
   <xsd:element name="aangeboden_stuk" type="tns:KadasterV2AangebodenStuk" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AanvullingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Aanvulling[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AdresLocatie">
  <xsd:all>
   <xsd:element name="locatie_binnenland" type="tns:KadasterV2LocatieBinnenland" minOccurs="0"/>
   <xsd:element name="locatie_buitenland" type="tns:KadasterV2LocatieBuitenland" minOccurs="0"/>
   <xsd:element name="locatie_postbus" type="tns:KadasterV2LocatiePostbus" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AdresLocatieArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2AdresLocatie[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LocatieBinnenland">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="straatnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummer" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="huisletter" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummertoevoeging" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="in_onderzoek" type="xsd:string" minOccurs="0"/>
   <xsd:element name="woonplaats" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LocatieBinnenlandArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2LocatieBinnenland[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LocatieBuitenland">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="adres" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adres_regels" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="woonplaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="regio" type="xsd:string" minOccurs="0"/>
   <xsd:element name="land" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LocatieBuitenlandArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2LocatieBuitenland[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LocatiePostbus">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="postbus_nummer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="woonplaats" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LocatiePostbusArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2LocatiePostbus[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AantekeningWKPB">
  <xsd:all>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="gemeentelijke_registratie_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="nummer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="datum_in_werking" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_publiekrechtelijke_beperking" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AantekeningWKPBArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2AantekeningWKPB[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KadastraleAanduiding">
  <xsd:all>
   <xsd:element name="kadastrale_gemeente" type="xsd:string" minOccurs="0"/>
   <xsd:element name="sectie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="perceelnummer" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="appartementsrecht_volgnummer" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LandinrichtingsRente">
  <xsd:all>
   <xsd:element name="bedrag" type="tns:KadasterV2Bedrag" minOccurs="0"/>
   <xsd:element name="eindjaar" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2LandinrichtingsRenteArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2LandinrichtingsRente[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Historie">
  <xsd:all>
   <xsd:element name="logisch_tijdstip_ontstaan" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="logisch_tijdstip_vervallen" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="volgnummer" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="status_historie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="technisch_tijdstip_ontstaan" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="technisch_tijdstip_vervallen" type="xsd:dateTime" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OnroerendeZaakFiliatie">
  <xsd:all>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="overgangsgrootte" type="xsd:float" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2OnroerendeZaakReferenceArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2OnroerendeZaakFiliatieArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2OnroerendeZaakFiliatie[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Coordinaat">
  <xsd:all>
   <xsd:element name="identifier" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="name" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="description" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="rd_coordinaat" type="tns:KadasterV2RDCoordinaat" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2RDCoordinaat">
  <xsd:all>
   <xsd:element name="x" type="xsd:string" minOccurs="1"/>
   <xsd:element name="y" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KoopsommenOverzichtResponse">
  <xsd:all>
   <xsd:element name="overzicht" type="tns:KadasterV2KoopsommenOverzicht" minOccurs="0"/>
   <xsd:element name="document" type="xsd:base64Binary" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KoopsommenOverzicht">
  <xsd:all>
   <xsd:element name="productienummer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adres_range" type="xsd:string" minOccurs="0"/>
   <xsd:element name="woonplaats_naam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="actualiteittijdstip_koopsommen" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="tijdstip_samenstelling_bericht" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="gevraagd_gebied" type="tns:KadasterV2GevraagdGebied" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2GevraagdGebied">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummer" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="huisletter" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummertoevoeging" type="xsd:string" minOccurs="0"/>
   <xsd:element name="koopsom_gegevens" type="tns:KadasterV2KoopsomGegevenArray" minOccurs="0"/>
   <xsd:element name="onroerende_zaken" type="tns:KadasterV2OnroerendeZaakArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KoopsomGegeven">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummer_volledig" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_cultuur" type="xsd:string" minOccurs="0"/>
   <xsd:element name="kadastrale_grootte" type="tns:KadasterV2KadastraleGrootte" minOccurs="0"/>
   <xsd:element name="koopsom" type="tns:KadasterV2Koopsom" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KoopsomGegevenArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2KoopsomGegeven[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2KadastraleGrootte">
  <xsd:all>
   <xsd:element name="waarde" type="xsd:float" minOccurs="0"/>
   <xsd:element name="soort_grootte" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Koopsom">
  <xsd:all>
   <xsd:element name="bedrag" type="tns:KadasterV2Bedrag" minOccurs="0"/>
   <xsd:element name="indicatie_meer_objecten" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="koopjaar" type="xsd:int" minOccurs="0"/>
   <xsd:element name="koopdatum" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Bedrag">
  <xsd:all>
   <xsd:element name="som" type="xsd:float" minOccurs="1"/>
   <xsd:element name="valuta" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2GerelateerdeOpenbareRuimte">
  <xsd:all>
   <xsd:element name="openbare_ruimte_naam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="openbare_ruimte_plaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="in_onderzoek" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2NatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="indicatie_beschikkingsbevoegdheid" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="bsn" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aanduiding_naamgebruik" type="xsd:string" minOccurs="0"/>
   <xsd:element name="adellijke_titel_of_predikaat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voorletters" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voornamen" type="xsd:string" minOccurs="0"/>
   <xsd:element name="voorvoegsel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslachtnaam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="geslacht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="datum_geboorte" type="xsd:date" minOccurs="0"/>
   <xsd:element name="indicatie_overleden" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="datum_overlijden" type="xsd:date" minOccurs="0"/>
   <xsd:element name="land_waarnaar_vertrokken" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bpr_gekoppeld" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="burgerlijke_staat_omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postlocatie" type="tns:KadasterV2AdresLocatie" minOccurs="0"/>
   <xsd:element name="woonlocatie" type="tns:KadasterV2AdresLocatie" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="aanvullingen" type="tns:KadasterV2AanvullingArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2NatuurlijkPersoonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2NatuurlijkPersoon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2NietNatuurlijkPersoon">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indicatie_beschikkingsbevoegdheid" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="statutaire_naam" type="xsd:string" minOccurs="0"/>
   <xsd:element name="statutaire_zetel" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rechtsvorm" type="xsd:string" minOccurs="0"/>
   <xsd:element name="dossier_nummer" type="xsd:string" minOccurs="0"/>
   <xsd:element name="rsin" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postlocatie" type="tns:KadasterV2AdresLocatie" minOccurs="0"/>
   <xsd:element name="woonlocatie" type="tns:KadasterV2AdresLocatie" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="aanvullingen" type="tns:KadasterV2AanvullingArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2NietNatuurlijkPersoonArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2NietNatuurlijkPersoon[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2ZakelijkRecht">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="onroerende_zaak" type="tns:KadasterV2OnroerendeZaak" minOccurs="0"/>
   <xsd:element name="belast_met" type="tns:KadasterV2ZakelijkRechtArray" minOccurs="0"/>
   <xsd:element name="bestemt_tot" type="tns:KadasterV2Mandeligheid" minOccurs="0"/>
   <xsd:element name="ontstaan_uit" type="tns:KadasterV2Splitsing" minOccurs="0"/>
   <xsd:element name="betrokken_bij" type="tns:KadasterV2Splitsing" minOccurs="0"/>
   <xsd:element name="beperkt_tot" type="tns:KadasterV2TenaamstellingArray" minOccurs="0"/>
   <xsd:element name="indicatie_splitsing_betrokken" type="xsd:boolean" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2ZakelijkRechtArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2ZakelijkRecht[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Personen">
  <xsd:all>
   <xsd:element name="natuurlijk_personen" type="tns:KadasterV2NatuurlijkPersoonArray" minOccurs="0"/>
   <xsd:element name="niet_natuurlijk_personen" type="tns:KadasterV2NietNatuurlijkPersoonArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Aantekening">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving" type="xsd:string" minOccurs="0"/>
   <xsd:element name="einddatum" type="xsd:date" minOccurs="0"/>
   <xsd:element name="einddatum_recht" type="xsd:date" minOccurs="0"/>
   <xsd:element name="herkaveling_bloknummer" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2OnroerendeZaak" minOccurs="0"/>
   <xsd:element name="hypotheken" type="tns:KadasterV2HypotheekArray" minOccurs="0"/>
   <xsd:element name="beslagleggingen" type="tns:KadasterV2BeslagleggingArray" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="tenaamstellingen" type="tns:KadasterV2TenaamstellingArray" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2Stukdeel" minOccurs="0"/>
   <xsd:element name="betrokken_personen" type="tns:KadasterV2Personen" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AantekeningArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Aantekening[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Mandeligheid">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="hoort_bij" type="tns:KadasterV2HoofdzaakArray" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2MandeligheidArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Mandeligheid[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Hoofdzaak">
  <xsd:all>
   <xsd:element name="aandeel_in_mandeligheid" type="tns:KadasterV2Breuk" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2OnroerendeZaak" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2HoofdzaakArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Hoofdzaak[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Splitsing">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="vereniging_van_eigenaren" type="tns:KadasterV2NietNatuurlijkPersoon" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2SplitsingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Splitsing[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Stukken">
  <xsd:all>
   <xsd:element name="stukken" type="tns:KadasterV2StukArray" minOccurs="0"/>
   <xsd:element name="aangeboden_stukken" type="tns:KadasterV2AangebodenStukArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2RedenVerzoek">
  <xsd:all>
   <xsd:element name="reden" type="xsd:string" minOccurs="0"/>
   <xsd:element name="reden_omschrijving" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2RedenVerzoekArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2RedenVerzoek[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Stuk">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indicatie_correctie" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="toelichting_bewaarder" type="xsd:string" minOccurs="0"/>
   <xsd:element name="acg_identificatie" type="tns:KadasterV2AcgIdentificatie" minOccurs="0"/>
   <xsd:element name="stukdelen" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="bijlages" type="tns:KadasterV2BijlageArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2StukArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Stuk[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2AcgIdentificatie">
  <xsd:all>
   <xsd:element name="akr_registercode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="akr_stukdelen" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="volgnummer_staat75" type="xsd:integer" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2HypothecairBericht">
  <xsd:all>
   <xsd:element name="productienummer" type="xsd:string" minOccurs="1"/>
   <xsd:element name="tijdstip_samenstelling_bericht" type="xsd:dateTime" minOccurs="1"/>
   <xsd:element name="actualiteit_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="actualiteit_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_beslagen" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_hypothecair" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="signalering_tijdstip_kadastraal" type="xsd:dateTime" minOccurs="0"/>
   <xsd:element name="betreft" type="tns:KadasterV2OnroerendeZaak" minOccurs="1"/>
   <xsd:element name="hypotheken" type="tns:KadasterV2HypotheekArray" minOccurs="0"/>
   <xsd:element name="beslagleggingen" type="tns:KadasterV2BeslagleggingArray" minOccurs="0"/>
   <xsd:element name="zakelijk_rechten" type="tns:KadasterV2ZakelijkRechtArray" minOccurs="0"/>
   <xsd:element name="aantekeningen" type="tns:KadasterV2AantekeningArray" minOccurs="0"/>
   <xsd:element name="stukken" type="tns:KadasterV2Stukken" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Stukdeel">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aard" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_gekozen_woonplaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="omschrijving_kadastrale_objecten" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bedrag_transacties_om_levering" type="tns:KadasterV2Bedrag" minOccurs="0"/>
   <xsd:element name="bedrag_vorderingsbeslag" type="tns:KadasterV2Bedrag" minOccurs="0"/>
   <xsd:element name="bedrag_zekerheidsstelling_hypotheek" type="tns:KadasterV2Bedrag" minOccurs="0"/>
   <xsd:element name="aanvulling_op" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2OnroerendeZaakReferenceArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2StukdeelArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Stukdeel[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Hypotheek">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="omschrijving_betrokken_recht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aandeel_in_betrokken_recht" type="tns:KadasterV2Breuk" minOccurs="0"/>
   <xsd:element name="onroerende_zaak" type="tns:KadasterV2OnroerendeZaak" minOccurs="0"/>
   <xsd:element name="personen" type="tns:KadasterV2Personen" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2Stukdeel" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2HypotheekArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Hypotheek[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2Beslaglegging">
  <xsd:all>
   <xsd:element name="identificatie" type="xsd:string" minOccurs="1"/>
   <xsd:element name="omschrijving_betrokken_recht" type="xsd:string" minOccurs="0"/>
   <xsd:element name="aard_beslag" type="xsd:string" minOccurs="1"/>
   <xsd:element name="aandeel_in_betrokken_recht" type="tns:KadasterV2Breuk" minOccurs="0"/>
   <xsd:element name="onroerende_zaak" type="tns:KadasterV2OnroerendeZaak" minOccurs="0"/>
   <xsd:element name="personen" type="tns:KadasterV2Personen" minOccurs="0"/>
   <xsd:element name="gebaseerd_op" type="tns:KadasterV2Stukdeel" minOccurs="0"/>
   <xsd:element name="vermeld_in" type="tns:KadasterV2StukdeelArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KadasterV2BeslagleggingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KadasterV2Beslaglegging[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KvkDossier">
  <xsd:all>
   <xsd:element name="update_info" type="tns:KvkUpdateReference"/>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="main_establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="indication_main_establishment" type="xsd:boolean"/>
   <xsd:element name="rsin_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="chamber_number" type="xsd:string"/>
   <xsd:element name="legal_form_code" type="xsd:string"/>
   <xsd:element name="legal_form_text" type="xsd:string"/>
   <xsd:element name="indication_organisation_code" type="xsd:string"/>
   <xsd:element name="legal_name" type="xsd:string"/>
   <xsd:element name="trade_name_45" type="xsd:string"/>
   <xsd:element name="trade_name_full" type="xsd:string"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="establishment_postcode" type="xsd:string"/>
   <xsd:element name="establishment_country" type="xsd:string"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="establishment_house_number" type="xsd:int"/>
   <xsd:element name="establishment_house_number_addition" type="xsd:string"/>
   <xsd:element name="correspondence_postcode" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="correspondence_house_number" type="xsd:int"/>
   <xsd:element name="correspondence_house_number_addition" type="xsd:string"/>
   <xsd:element name="correspondence_country" type="xsd:string"/>
   <xsd:element name="telephone_number" type="xsd:string"/>
   <xsd:element name="mobile_number" type="xsd:string"/>
   <xsd:element name="domain_name" type="xsd:string"/>
   <xsd:element name="contact_title1" type="xsd:string"/>
   <xsd:element name="contact_title2" type="xsd:string"/>
   <xsd:element name="contact_initials" type="xsd:string"/>
   <xsd:element name="contact_prefix" type="xsd:string"/>
   <xsd:element name="contact_surname" type="xsd:string"/>
   <xsd:element name="contact_gender" type="xsd:string"/>
   <xsd:element name="primary_sbi_code" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2" type="xsd:string"/>
   <xsd:element name="primary_sbi_code_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code1_text" type="xsd:string"/>
   <xsd:element name="secondary_sbi_code2_text" type="xsd:string"/>
   <xsd:element name="personnel" type="xsd:int"/>
   <xsd:element name="class_personnel" type="xsd:int"/>
   <xsd:element name="personnel_fulltime" type="xsd:int"/>
   <xsd:element name="class_personnel_fulltime" type="xsd:int"/>
   <xsd:element name="personnel_reference_date" type="tns:KvkDate" minOccurs="0"/>
   <xsd:element name="indication_import" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_export" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
   <xsd:element name="indication_non_mailing" type="xsd:boolean"/>
   <xsd:element name="indication_bankruptcy" type="xsd:boolean"/>
   <xsd:element name="indication_dip" type="xsd:boolean"/>
   <xsd:element name="authorized_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="authorized_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="paid_up_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="issued_share_capital" type="xsd:long" minOccurs="0"/>
   <xsd:element name="issued_share_capital_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="founding_date" type="tns:KvkDate" minOccurs="0"/>
   <xsd:element name="continuation_date" type="tns:KvkDate" minOccurs="0"/>
   <xsd:element name="establishment_date" type="tns:KvkDate" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KvkExtractDocument">
  <xsd:all>
   <xsd:element name="document" type="xsd:base64Binary"/>
   <xsd:element name="document_date" type="xsd:dateTime"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KvkReference">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_name" type="xsd:string"/>
   <xsd:element name="establishment_city" type="xsd:string"/>
   <xsd:element name="establishment_street" type="xsd:string"/>
   <xsd:element name="correspondence_city" type="xsd:string"/>
   <xsd:element name="correspondence_street" type="xsd:string"/>
   <xsd:element name="indication_economically_active" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KvkReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KvkReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KvkReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:KvkReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KvkUpdateReference">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="update_types" type="tns:stringArray"/>
   <xsd:element name="date_last_update" type="xsd:date"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KvkUpdateReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:KvkUpdateReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="KvkUpdateReferencePagedResult">
  <xsd:all>
   <xsd:element name="paging" type="tns:ResultInfo"/>
   <xsd:element name="results" type="tns:KvkUpdateReferenceArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="KvkDate">
  <xsd:all>
   <xsd:element name="Year" type="xsd:int"/>
   <xsd:element name="Month" type="xsd:int" minOccurs="0"/>
   <xsd:element name="Day" type="xsd:int" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RDCoordinatesArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RDCoordinates[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="LatLonCoordinatesArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:LatLonCoordinates[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaServiceReference">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="category" type="xsd:string" minOccurs="1"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="documentation_url" type="xsd:string" minOccurs="1"/>
   <xsd:element name="status" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaServiceReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaServiceReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaServiceDefinition">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="category" type="xsd:string" minOccurs="1"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="documentation_url" type="xsd:string" minOccurs="1"/>
   <xsd:element name="methods" type="tns:MetaMethodReferenceArray" minOccurs="0"/>
   <xsd:element name="protocols" type="tns:MetaProtocolDefinitionArray" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaServiceDefinitionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaServiceDefinition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaMethodReference">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="deprecated" type="xsd:boolean" minOccurs="1"/>
   <xsd:element name="latest" type="xsd:boolean" minOccurs="1"/>
   <xsd:element name="description" type="xsd:string" minOccurs="0"/>
   <xsd:element name="documentation_url" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaMethodReferenceArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaMethodReference[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaMethodDefinition">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="service_name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="deprecated" type="xsd:boolean" minOccurs="1"/>
   <xsd:element name="latest" type="xsd:boolean" minOccurs="1"/>
   <xsd:element name="description" type="xsd:string" minOccurs="1"/>
   <xsd:element name="documentation" type="xsd:string" minOccurs="1"/>
   <xsd:element name="documentation_url" type="xsd:string" minOccurs="1"/>
   <xsd:element name="input_elements" type="tns:MetaElementDefinitionArray" minOccurs="0"/>
   <xsd:element name="output_elements" type="tns:MetaElementDefinitionArray" minOccurs="0"/>
   <xsd:element name="related_methods" type="tns:MetaMethodReferenceArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaMethodDefinitionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaMethodDefinition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaElementDefinition">
  <xsd:all>
   <xsd:element name="name" type="xsd:string" minOccurs="1"/>
   <xsd:element name="type" type="xsd:string" minOccurs="1"/>
   <xsd:element name="description" type="xsd:string" minOccurs="1"/>
   <xsd:element name="documentation_url" type="xsd:string" minOccurs="0"/>
   <xsd:element name="required" type="xsd:boolean" minOccurs="1"/>
   <xsd:element name="validations" type="tns:MetaValidationDefinitionArray" minOccurs="0"/>
   <xsd:element name="default_value" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaElementDefinitionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaElementDefinition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaValidationDefinition">
  <xsd:all>
   <xsd:element name="type" type="xsd:string" minOccurs="1"/>
   <xsd:element name="value" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaValidationDefinitionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaValidationDefinition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="MetaProtocolDefinition">
  <xsd:all>
   <xsd:element name="documentation_url" type="xsd:string" minOccurs="1"/>
   <xsd:element name="location" type="xsd:string" minOccurs="1"/>
   <xsd:element name="type" type="xsd:string" minOccurs="1"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="MetaProtocolDefinitionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MetaProtocolDefinition[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="NbwoWaarde">
  <xsd:all>
   <xsd:element name="waarde" type="xsd:int"/>
   <xsd:element name="betrouwbaarheid" type="xsd:string"/>
   <xsd:element name="datum_waardebepaling" type="xsd:date" minOccurs="0"/>
   <xsd:element name="cultuurcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="woningtype" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prijspeil_datum" type="xsd:date" minOccurs="0"/>
   <xsd:element name="straat" type="xsd:string" minOccurs="0"/>
   <xsd:element name="huisnummer" type="xsd:int" minOccurs="0"/>
   <xsd:element name="huisnummer_toevoeging" type="xsd:string" minOccurs="0"/>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="plaats" type="xsd:string" minOccurs="0"/>
   <xsd:element name="oppervlak" type="xsd:int" minOccurs="0"/>
   <xsd:element name="inhoud" type="xsd:int" minOccurs="0"/>
   <xsd:element name="bouwjaar" type="xsd:int" minOccurs="0"/>
   <xsd:element name="grootte" type="xsd:int" minOccurs="0"/>
   <xsd:element name="garage" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="tuin" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="monument" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="schuur" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="postcode_model_resultaat" type="tns:NbwoPostcodeStraatModelResultaat" minOccurs="0"/>
   <xsd:element name="straat_model_resultaat" type="tns:NbwoPostcodeStraatModelResultaat" minOccurs="0"/>
   <xsd:element name="vorige_verkoop_model_resultaat" type="tns:NbwoVorigeVerkoopModelResultaat" minOccurs="0"/>
   <xsd:element name="kenmerken_model_resultaat" type="tns:NbwoKenmerkenModelResultaat" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NbwoPostcodeStraatModelResultaat">
  <xsd:all>
   <xsd:element name="waarde" type="xsd:int"/>
   <xsd:element name="aantal" type="xsd:int"/>
   <xsd:element name="standaard_deviatie" type="xsd:double"/>
   <xsd:element name="straat" type="xsd:string"/>
   <xsd:element name="plaats" type="xsd:string"/>
   <xsd:element name="datum_van" type="xsd:date"/>
   <xsd:element name="waardeverdelingen" type="tns:NbwoWaardeVerdelingArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NbwoWaardeVerdeling">
  <xsd:all>
   <xsd:element name="koopsom_van" type="xsd:int"/>
   <xsd:element name="koopsom_tot" type="xsd:int"/>
   <xsd:element name="aantal" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NbwoWaardeVerdelingArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:NbwoWaardeVerdeling[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="NbwoVorigeVerkoopModelResultaat">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string"/>
   <xsd:element name="huisnummer" type="xsd:int"/>
   <xsd:element name="huisnummer_toevoeging" type="xsd:string"/>
   <xsd:element name="vorige_verkoop_datum" type="xsd:date"/>
   <xsd:element name="koopsom" type="xsd:int"/>
   <xsd:element name="vorige_verkoop_waarde" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="NbwoKenmerkenModelResultaat">
  <xsd:all>
   <xsd:element name="waarde" type="xsd:int"/>
   <xsd:element name="betrouwbaarheid" type="xsd:double"/>
   <xsd:element name="aantal" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskPersonCompanyReport">
  <xsd:all>
   <xsd:element name="person" type="tns:RiskPerson"/>
   <xsd:element name="conclusion" type="tns:RiskResult"/>
   <xsd:element name="report_data" type="tns:RiskCompanyReport" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskPerson">
  <xsd:all>
   <xsd:element name="gender" type="xsd:string" minOccurs="0"/>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="birth_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="address" type="tns:RiskAddress" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskCompanyReport">
  <xsd:all>
   <xsd:element name="companies" type="tns:RiskCompanyArray" minOccurs="0"/>
   <xsd:element name="insolvencies" type="tns:RiskInsolvencyArray" minOccurs="0"/>
   <xsd:element name="legal_restraint" type="tns:RiskLegalRestraint" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskCompany">
  <xsd:all>
   <xsd:element name="dossier_number" type="xsd:string"/>
   <xsd:element name="establishment_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
   <xsd:element name="trade_names" type="tns:stringArray" minOccurs="0"/>
   <xsd:element name="addresses" type="tns:RiskCompanyAddressArray" minOccurs="0"/>
   <xsd:element name="function_title" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_authorization" type="xsd:string" minOccurs="0"/>
   <xsd:element name="function_end_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="insolvencies" type="tns:RiskInsolvencyArray" minOccurs="0"/>
   <xsd:element name="mutation_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskCompanyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RiskCompany[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvency">
  <xsd:all>
   <xsd:element name="registration" type="tns:RiskInsolvencyRegistration" minOccurs="0"/>
   <xsd:element name="publications" type="tns:RiskInsolvencyPublicationArray" minOccurs="0"/>
   <xsd:element name="curators" type="tns:RiskInsolvencyCuratorArray" minOccurs="0"/>
   <xsd:element name="judge" type="tns:RiskInsolvencyJudge" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RiskInsolvency[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyRegistration">
  <xsd:all>
   <xsd:element name="case_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="previous_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="court" type="xsd:string" minOccurs="0"/>
   <xsd:element name="jurisdiction" type="xsd:string" minOccurs="0"/>
   <xsd:element name="district" type="xsd:string" minOccurs="0"/>
   <xsd:element name="deptor" type="xsd:string" minOccurs="0"/>
   <xsd:element name="partner" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyPublication">
  <xsd:all>
   <xsd:element name="number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="verdict_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyPublicationArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RiskInsolvencyPublication[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyCurator">
  <xsd:all>
   <xsd:element name="titles" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="tns:RiskAddress" minOccurs="0"/>
   <xsd:element name="telephone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="fax_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="email_address" type="xsd:string" minOccurs="0"/>
   <xsd:element name="mutation_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyCuratorArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RiskInsolvencyCurator[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RiskInsolvencyJudge">
  <xsd:all>
   <xsd:element name="titles" type="xsd:string" minOccurs="0"/>
   <xsd:element name="initials" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskLegalRestraint">
  <xsd:all>
   <xsd:element name="verdict_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="person" type="tns:RiskLegalRestraintPerson" minOccurs="0"/>
   <xsd:element name="registry" type="tns:RiskLegalRestraintRegistry" minOccurs="0"/>
   <xsd:element name="decisions" type="tns:RiskLegalRestraintDecisionArray" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskLegalRestraintPerson">
  <xsd:all>
   <xsd:element name="first_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="last_name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="birth_date" type="xsd:date" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskLegalRestraintRegistry">
  <xsd:all>
   <xsd:element name="address" type="tns:RiskAddress" minOccurs="0"/>
   <xsd:element name="telephone_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="email_address" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskLegalRestraintDecision">
  <xsd:all>
   <xsd:element name="number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="cause" type="xsd:string" minOccurs="0"/>
   <xsd:element name="date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="court" type="xsd:string" minOccurs="0"/>
   <xsd:element name="jurisdiction" type="xsd:string" minOccurs="0"/>
   <xsd:element name="district" type="xsd:string" minOccurs="0"/>
   <xsd:element name="administrator" type="tns:RiskLegalRestraintAdministrator" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskLegalRestraintDecisionArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RiskLegalRestraintDecision[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RiskLegalRestraintAdministrator">
  <xsd:all>
   <xsd:element name="role" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="tns:RiskAddress" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskAddress">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="building" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:integer" minOccurs="0"/>
   <xsd:element name="house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="municipality" type="xsd:string" minOccurs="0"/>
   <xsd:element name="state" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskCompanyAddress">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="address" type="tns:RiskAddress"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RiskCompanyAddressArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RiskCompanyAddress[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RiskResult">
  <xsd:all>
   <xsd:element name="person_score" type="xsd:integer"/>
   <xsd:element name="address_score" type="xsd:integer"/>
   <xsd:element name="postcode_score" type="xsd:integer"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RoutePlannerRoute">
  <xsd:all>
   <xsd:element name="start" type="tns:RouteLocation"/>
   <xsd:element name="destination" type="tns:RouteLocation"/>
   <xsd:element name="summary" type="tns:RouteSummary"/>
   <xsd:element name="description" type="tns:RoutePartArray" minOccurs="1"/>
   <xsd:element name="map" type="xsd:base64Binary" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteLocation">
  <xsd:all>
   <xsd:element name="address" type="tns:RouteAddress"/>
   <xsd:element name="coordinates" type="tns:RouteCoordinates"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteAddress">
  <xsd:all>
   <xsd:element name="postcode" type="xsd:string" minOccurs="0"/>
   <xsd:element name="house_number" type="xsd:int" minOccurs="0"/>
   <xsd:element name="house_number_addition" type="xsd:string" minOccurs="0"/>
   <xsd:element name="street" type="xsd:string" minOccurs="0"/>
   <xsd:element name="city" type="xsd:string" minOccurs="0"/>
   <xsd:element name="country" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address_key" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteCoordinates">
  <xsd:all>
   <xsd:element name="latlong" type="tns:RouteCoordinateLatLong"/>
   <xsd:element name="rd" type="tns:RouteCoordinateRD" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteCoordinateLatLong">
  <xsd:all>
   <xsd:element name="latitude" type="xsd:double"/>
   <xsd:element name="longitude" type="xsd:double"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteCoordinateRD">
  <xsd:all>
   <xsd:element name="x" type="xsd:int"/>
   <xsd:element name="y" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteSummary">
  <xsd:all>
   <xsd:element name="time" type="xsd:int"/>
   <xsd:element name="distance" type="xsd:int"/>
   <xsd:element name="type" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RoutePart">
  <xsd:all>
   <xsd:element name="description" type="xsd:string"/>
   <xsd:element name="time" type="xsd:int"/>
   <xsd:element name="distance" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RoutePartArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RoutePart[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="RouteInfo">
  <xsd:all>
   <xsd:element name="time" type="xsd:int"/>
   <xsd:element name="distance" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteCoordinatesRD">
  <xsd:all>
   <xsd:element name="number" type="xsd:int"/>
   <xsd:element name="coordinates" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteDescriptionCoordinatesRD">
  <xsd:all>
   <xsd:element name="routecoordinates" type="tns:RouteCoordinatesRD"/>
   <xsd:element name="parts" type="tns:RoutePartArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteCoordinatesLatLon">
  <xsd:all>
   <xsd:element name="number" type="xsd:int"/>
   <xsd:element name="coordinates" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="RouteDescriptionCoordinatesLatLon">
  <xsd:all>
   <xsd:element name="routecoordinates" type="tns:RouteCoordinatesLatLon"/>
   <xsd:element name="parts" type="tns:RoutePartArray"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaBankAccountData">
  <xsd:all>
   <xsd:element name="bban" type="xsd:string"/>
   <xsd:element name="iban" type="xsd:string"/>
   <xsd:element name="bic" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaBankAccountIbanData">
  <xsd:all>
   <xsd:element name="iban" type="xsd:string"/>
   <xsd:element name="iban_details" type="tns:SepaIbanDetails"/>
   <xsd:element name="bank_details" type="tns:SepaBankDetails" minOccurs="0"/>
   <xsd:element name="is_sepa_member" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaIbanDetails">
  <xsd:all>
   <xsd:element name="check_digits" type="xsd:string"/>
   <xsd:element name="country_code" type="xsd:string"/>
   <xsd:element name="bban" type="xsd:string"/>
   <xsd:element name="bban_details" type="tns:BbanDetails"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="BbanDetails">
  <xsd:all>
   <xsd:element name="bban_bank_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_branch_id" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_account" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_account_prefix" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_account_type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_checksum" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_currency" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_holder_kennitala" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_owner_number" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_sort_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="bban_zero" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaBankDetails">
  <xsd:all>
   <xsd:element name="bank_code" type="xsd:string"/>
   <xsd:element name="bank_name" type="xsd:string"/>
   <xsd:element name="bic" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaInternationalBankAccountNumberFormatValidationReport">
  <xsd:all>
   <xsd:element name="iban" type="xsd:string"/>
   <xsd:element name="valid" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaMatchAccountHolderResult">
  <xsd:all>
   <xsd:element name="iban" type="xsd:string"/>
   <xsd:element name="iban_found" type="xsd:boolean"/>
   <xsd:element name="bank_account_details" type="tns:SepaMatchBankAccountDetails" minOccurs="0"/>
   <xsd:element name="bank_account_holder" type="tns:SepaMatchBankAccountHolder" minOccurs="0"/>
   <xsd:element name="name_matching_result" type="tns:SepaMatchNameMatchingResult" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaMatchBankAccountDetails">
  <xsd:all>
   <xsd:element name="foreign" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="country_code" type="xsd:string" minOccurs="0"/>
   <xsd:element name="status" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaMatchBankAccountHolder">
  <xsd:all>
   <xsd:element name="type" type="xsd:string"/>
   <xsd:element name="number_of_account_holders" type="xsd:int" minOccurs="0"/>
   <xsd:element name="joint_account" type="xsd:boolean" minOccurs="0"/>
   <xsd:element name="municipality" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="SepaMatchNameMatchingResult">
  <xsd:all>
   <xsd:element name="type" type="xsd:string" minOccurs="0"/>
   <xsd:element name="name_suggestion" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="VatValidation">
  <xsd:all>
   <xsd:element name="vat_number" type="xsd:string"/>
   <xsd:element name="valid" type="xsd:boolean"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="VatProxyViesCheckVatResponse">
  <xsd:all>
   <xsd:element name="country_code" type="xsd:string"/>
   <xsd:element name="vat_number" type="xsd:string"/>
   <xsd:element name="request_date" type="xsd:date" minOccurs="0"/>
   <xsd:element name="valid" type="xsd:boolean"/>
   <xsd:element name="name" type="xsd:string" minOccurs="0"/>
   <xsd:element name="address" type="xsd:string" minOccurs="0"/>
  </xsd:all>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="reactAccountGetCreationTokenRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="return_url" type="xsd:string" /></message>
<message name="reactAccountGetCreationTokenResponse">
  <part name="out" type="tns:AccountCreationToken" /></message>
<message name="Headers">
  <part name="HeaderLogin" type="tns:HeaderLogin" />
  <part name="HeaderAuthenticate" type="tns:HeaderAuthenticate" /></message>
<message name="reactAccountGetCreationStatusRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="token" type="xsd:string" /></message>
<message name="reactAccountGetCreationStatusResponse">
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountGetOrderTokenRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="return_url" type="xsd:string" /></message>
<message name="reactAccountGetOrderTokenResponse">
  <part name="out" type="tns:AccountOrderToken" /></message>
<message name="reactUserSessionRemoveRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="reactid" type="xsd:string" /></message>
<message name="reactUserSessionRemoveResponse"></message>
<message name="reactUserSessionListRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="page" type="xsd:int" /></message>
<message name="reactUserSessionListResponse">
  <part name="out" type="tns:SessionPagedResult" /></message>
<message name="reactUserViewBalanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" /></message>
<message name="reactUserViewBalanceResponse">
  <part name="balance" type="xsd:float" /></message>
<message name="reactUserEditBalanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="balance" type="xsd:float" /></message>
<message name="reactUserEditBalanceResponse"></message>
<message name="reactAccountViewBalanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountViewBalanceResponse">
  <part name="balance" type="xsd:float" /></message>
<message name="reactUserViewV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" /></message>
<message name="reactUserViewV2Response">
  <part name="out" type="tns:UserV2" /></message>
<message name="reactUserEditV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="email" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="contactname" type="xsd:string" />
  <part name="contactemail" type="xsd:string" />
  <part name="telephone" type="xsd:string" />
  <part name="fax" type="xsd:string" />
  <part name="password" type="xsd:string" /></message>
<message name="reactUserEditV2Response"></message>
<message name="reactUserEditExtendedV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="nickname" type="xsd:string" />
  <part name="password" type="xsd:string" />
  <part name="email" type="xsd:string" />
  <part name="companyname" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="contactname" type="xsd:string" />
  <part name="contactemail" type="xsd:string" />
  <part name="telephone" type="xsd:string" />
  <part name="fax" type="xsd:string" />
  <part name="clientcode" type="xsd:string" />
  <part name="comments" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="balancethreshold" type="xsd:float" />
  <part name="notificationrecipients" type="xsd:string" /></message>
<message name="reactUserEditExtendedV2Response"></message>
<message name="reactUserCreateV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="nickname" type="xsd:string" />
  <part name="password" type="xsd:string" />
  <part name="usergroups" type="tns:intArray" />
  <part name="email" type="xsd:string" />
  <part name="companyname" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="contactname" type="xsd:string" />
  <part name="contactemail" type="xsd:string" />
  <part name="telephone" type="xsd:string" />
  <part name="fax" type="xsd:string" />
  <part name="clientcode" type="xsd:string" />
  <part name="comments" type="xsd:string" /></message>
<message name="reactUserCreateV2Response">
  <part name="id" type="xsd:int" />
  <part name="nickname" type="xsd:string" />
  <part name="password" type="xsd:string" /></message>
<message name="reactUserChangePasswordRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="old_password" type="xsd:string" />
  <part name="new_password" type="xsd:string" /></message>
<message name="reactUserChangePasswordResponse"></message>
<message name="reactUserRemoveRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" /></message>
<message name="reactUserRemoveResponse"></message>
<message name="reactUserNotifyRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="password" type="xsd:string" /></message>
<message name="reactUserNotifyResponse">
  <part name="out" type="xsd:string" /></message>
<message name="reactUserListAssignableGroupsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="page" type="xsd:int" /></message>
<message name="reactUserListAssignableGroupsResponse">
  <part name="out" type="tns:UserGroupPagedResult" /></message>
<message name="reactUserAddGroupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="usergroupid" type="xsd:int" /></message>
<message name="reactUserAddGroupResponse"></message>
<message name="reactUserRemoveGroupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="usergroupid" type="xsd:int" /></message>
<message name="reactUserRemoveGroupResponse"></message>
<message name="reactAccountViewV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountViewV2Response">
  <part name="out" type="tns:AccountV2" /></message>
<message name="reactAccountEditV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="address" type="xsd:string" />
  <part name="contactname" type="xsd:string" />
  <part name="contactemail" type="xsd:string" />
  <part name="telephone" type="xsd:string" />
  <part name="fax" type="xsd:string" />
  <part name="description" type="xsd:string" />
  <part name="balancethreshold" type="xsd:float" /></message>
<message name="reactAccountEditV2Response"></message>
<message name="reactAccountUserListV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAccountUserListV2Response">
  <part name="out" type="tns:UserV2PagedResult" /></message>
<message name="reactAccountUserSearchV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="phrase" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAccountUserSearchV2Response">
  <part name="out" type="tns:UserV2PagedResult" /></message>
<message name="reactAccountEditHostRestrictionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="restrictions" type="xsd:string" /></message>
<message name="reactAccountEditHostRestrictionsResponse"></message>
<message name="reactAccountViewHostRestrictionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountViewHostRestrictionsResponse">
  <part name="out" type="xsd:string" /></message>
<message name="reactUserEditHostRestrictionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" />
  <part name="restrictions" type="xsd:string" /></message>
<message name="reactUserEditHostRestrictionsResponse"></message>
<message name="reactUserViewHostRestrictionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" /></message>
<message name="reactUserViewHostRestrictionsResponse">
  <part name="out" type="xsd:string" /></message>
<message name="reactUserCreateAutoRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" />
  <part name="nickname" type="xsd:string" />
  <part name="password" type="xsd:string" />
  <part name="credits" type="xsd:string" />
  <part name="usergroups" type="tns:intArray" />
  <part name="email" type="xsd:string" />
  <part name="companyname" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="contactname" type="xsd:string" />
  <part name="contactemail" type="xsd:string" />
  <part name="telephone" type="xsd:string" />
  <part name="fax" type="xsd:string" />
  <part name="clientcode" type="xsd:string" />
  <part name="comments" type="xsd:string" /></message>
<message name="reactUserCreateAutoResponse">
  <part name="id" type="xsd:int" />
  <part name="nickname" type="xsd:string" />
  <part name="password" type="xsd:string" /></message>
<message name="reactUserViewRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" /></message>
<message name="reactUserViewResponse">
  <part name="out" type="tns:User" /></message>
<message name="reactUserViewCreditsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="userid" type="xsd:int" /></message>
<message name="reactUserViewCreditsResponse">
  <part name="credits" type="xsd:int" /></message>
<message name="reactAccountViewRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountViewResponse">
  <part name="out" type="tns:Account" /></message>
<message name="reactAccountViewCreditsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountViewCreditsResponse">
  <part name="out" type="xsd:int" /></message>
<message name="reactAccountUsesBalanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="accountid" type="xsd:int" /></message>
<message name="reactAccountUsesBalanceResponse">
  <part name="out" type="xsd:boolean" /></message>
<message name="reactAddressReeksPostcodeSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" /></message>
<message name="reactAddressReeksPostcodeSearchResponse">
  <part name="out" type="tns:PCReeks" /></message>
<message name="reactAddressReeksAddressSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressReeksAddressSearchResponse">
  <part name="out" type="tns:RangeAddressPagedResult" /></message>
<message name="reactAddressReeksFullParameterSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="district" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseNo" type="xsd:int" />
  <part name="houseNoAddition" type="xsd:string" />
  <part name="nbcode" type="xsd:string" />
  <part name="lettercombination" type="xsd:string" />
  <part name="addresstype" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressReeksFullParameterSearchResponse">
  <part name="out" type="tns:PCReeksSearchPartsPagedResult" /></message>
<message name="reactAddressReeksParameterSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="district" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseNo" type="xsd:int" />
  <part name="houseNoAddition" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressReeksParameterSearchResponse">
  <part name="out" type="tns:PCReeksSearchPartsPagedResult" /></message>
<message name="reactAddressPerceelPhraseSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressPerceelPhraseSearchResponse">
  <part name="out" type="tns:PerceelSearchPartsPagedResult" /></message>
<message name="reactAddressPerceelFullParameterSearchV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="district" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseNo" type="xsd:int" />
  <part name="houseNoAddition" type="xsd:string" />
  <part name="nbcode" type="xsd:string" />
  <part name="lettercombination" type="xsd:string" />
  <part name="addresstype" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressPerceelFullParameterSearchV2Response">
  <part name="out" type="tns:PerceelSearchPartsPagedResult" /></message>
<message name="reactAddressProvinceListNeighborhoodsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="postbus" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressProvinceListNeighborhoodsResponse">
  <part name="out" type="tns:NeighborhoodPagedResult" /></message>
<message name="reactAddressProvinceListDistrictsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressProvinceListDistrictsResponse">
  <part name="out" type="tns:DistrictPagedResult" /></message>
<message name="reactAddressProvinceListRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressProvinceListResponse">
  <part name="out" type="tns:ProvincePagedResult" /></message>
<message name="reactAddressProvinceSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressProvinceSearchResponse">
  <part name="out" type="tns:ProvincePagedResult" /></message>
<message name="reactAddressDistrictSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressDistrictSearchResponse">
  <part name="out" type="tns:DistrictPagedResult" /></message>
<message name="reactAddressDistrictListCitiesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressDistrictListCitiesResponse">
  <part name="out" type="tns:CityPagedResult" /></message>
<message name="reactAddressDistrictListNeighborhoodsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="postbus" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressDistrictListNeighborhoodsResponse">
  <part name="out" type="tns:NeighborhoodPagedResult" /></message>
<message name="reactAddressCitySearchV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressCitySearchV2Response">
  <part name="out" type="tns:CityV2PagedResult" /></message>
<message name="reactAddressCityListNeighborhoodsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="postbus" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressCityListNeighborhoodsResponse">
  <part name="out" type="tns:NeighborhoodPagedResult" /></message>
<message name="reactAddressPerceelFullParameterSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="district" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseNo" type="xsd:int" />
  <part name="houseNoAddition" type="xsd:string" />
  <part name="nbcode" type="xsd:string" />
  <part name="lettercombination" type="xsd:string" />
  <part name="addresstype" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressPerceelFullParameterSearchResponse">
  <part name="out" type="tns:PerceelSearchPartsPagedResult" /></message>
<message name="reactAddressPerceelParameterSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="district" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseNo" type="xsd:int" />
  <part name="houseNoAddition" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressPerceelParameterSearchResponse">
  <part name="out" type="tns:PerceelSearchPartsPagedResult" /></message>
<message name="reactAddressCitySearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressCitySearchResponse">
  <part name="out" type="tns:CityPagedResult" /></message>
<message name="reactAddressPhraseSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressPhraseSearchResponse">
  <part name="out" type="tns:PCReeksSearchPartsPagedResult" /></message>
<message name="reactAddressParameterSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="district" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseNo" type="xsd:int" />
  <part name="houseNoAddition" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressParameterSearchResponse">
  <part name="out" type="tns:PCReeksSearchPartsPagedResult" /></message>
<message name="reactAddressReeksPhraseSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressReeksPhraseSearchResponse">
  <part name="out" type="tns:PCReeksSearchPartsPagedResult" /></message>
<message name="reactPerceelPhraseSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactPerceelPhraseSearchResponse">
  <part name="out" type="tns:PerceelSearchPartsPagedResult" /></message>
<message name="reactAddressPostcodeSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" /></message>
<message name="reactAddressPostcodeSearchResponse">
  <part name="out" type="tns:PCReeks" /></message>
<message name="reactCitySearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactCitySearchResponse">
  <part name="out" type="tns:CityPagedResult" /></message>
<message name="reactAddressNeighborhoodNameRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcode" type="xsd:string" /></message>
<message name="reactAddressNeighborhoodNameResponse">
  <part name="name" type="xsd:string" /></message>
<message name="reactAddressNeighborhoodPhraseSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAddressNeighborhoodPhraseSearchResponse">
  <part name="out" type="tns:NeighborhoodNamePagedResult" /></message>
<message name="reactAreaCodeLookupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="neighborhoodcode" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAreaCodeLookupResponse">
  <part name="out" type="tns:AreaCodePagedResult" /></message>
<message name="reactAreaCodeToNeighborhoodcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="areacode" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactAreaCodeToNeighborhoodcodeResponse">
  <part name="out" type="tns:NeighborhoodPagedResult" /></message>
<message name="reactAreaCodePostcodeLookupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" /></message>
<message name="reactAreaCodePostcodeLookupResponse">
  <part name="out" type="tns:AreaCodeArray" /></message>
<message name="loginRequest">
  <part name="username" type="xsd:string" />
  <part name="password" type="xsd:string" /></message>
<message name="loginResponse">
  <part name="reactid" type="xsd:string" /></message>
<message name="reactLogoutRequest">
  <part name="auth_reactid" type="xsd:string" /></message>
<message name="reactLogoutResponse"></message>
<message name="reactBelgianBusinessGetDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="vat_number" type="xsd:string" /></message>
<message name="reactBelgianBusinessGetDossierResponse">
  <part name="out" type="tns:BelgianBusinessDossier" /></message>
<message name="reactBovagGetMemberByBovagIdRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="bovag_id" type="xsd:string" /></message>
<message name="reactBovagGetMemberByBovagIdResponse">
  <part name="member" type="tns:BovagMember" /></message>
<message name="reactBovagGetMemberByDutchBusinessRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactBovagGetMemberByDutchBusinessResponse">
  <part name="member" type="tns:BovagMember" /></message>
<message name="reactBusinessGetEstablishmentNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" /></message>
<message name="reactBusinessGetEstablishmentNumberResponse">
  <part name="out" type="xsd:string" /></message>
<message name="reactBusinessGetBIKDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="bikcode" type="xsd:string" /></message>
<message name="reactBusinessGetBIKDescriptionResponse">
  <part name="out" type="tns:BusinessBIKCodeInfo" /></message>
<message name="reactBusinessGetSBIDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="sbicode" type="xsd:string" /></message>
<message name="reactBusinessGetSBIDescriptionResponse">
  <part name="out" type="tns:BusinessSBICodeInfo" /></message>
<message name="reactBusinessBIKToSBIRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="bikcode" type="xsd:string" /></message>
<message name="reactBusinessBIKToSBIResponse">
  <part name="out" type="tns:BusinessSBICodeArray" /></message>
<message name="reactBusinessSBIToBIKRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="sbicode" type="xsd:string" /></message>
<message name="reactBusinessSBIToBIKResponse">
  <part name="out" type="tns:BusinessBIKCodeArray" /></message>
<message name="reactBusinessGetDossierV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessGetDossierV3Response">
  <part name="out" type="tns:BusinessDossierV3PagedResult" /></message>
<message name="reactBusinessGetDossierExtendedRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" /></message>
<message name="reactBusinessGetDossierExtendedResponse">
  <part name="out" type="tns:BusinessDossierExtended" /></message>
<message name="reactBusinessSearchDossierNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchDossierNumberResponse">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessSearchPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcode" type="xsd:string" />
  <part name="lettercomb" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchPostcodeResponse">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessSearchAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="streetname" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="cityname" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchAddressResponse">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessSearchNameRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="tradename" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchNameResponse">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessSearchParametersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="tradename" type="xsd:string" />
  <part name="cityname" type="xsd:string" />
  <part name="streetname" type="xsd:string" />
  <part name="nbcode" type="xsd:string" />
  <part name="lettercomb" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="telephoneno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchParametersResponse">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessSearchParametersV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="tradename" type="xsd:string" />
  <part name="cityname" type="xsd:string" />
  <part name="streetname" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="telephoneno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchParametersV3Response">
  <part name="out" type="tns:BusinessReferenceV3PagedResult" /></message>
<message name="reactBusinessSearchSelectionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="city" type="tns:stringArray" />
  <part name="postcode" type="tns:stringArray" />
  <part name="sbi" type="tns:stringArray" />
  <part name="primary_sbi_only" type="xsd:boolean" />
  <part name="legal_forms" type="tns:intArray" />
  <part name="employees_min" type="xsd:int" />
  <part name="employees_max" type="xsd:int" />
  <part name="economically_active" type="xsd:string" />
  <part name="financial_status" type="xsd:string" />
  <part name="changed_since" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchSelectionResponse">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessSearchSelectionV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="city" type="tns:stringArray" />
  <part name="postcode" type="tns:stringArray" />
  <part name="sbi" type="tns:stringArray" />
  <part name="primary_sbi_only" type="xsd:boolean" />
  <part name="legal_forms" type="tns:intArray" />
  <part name="employees_min" type="xsd:int" />
  <part name="employees_max" type="xsd:int" />
  <part name="economically_active" type="xsd:string" />
  <part name="financial_status" type="xsd:string" />
  <part name="changed_since" type="xsd:string" />
  <part name="new_since" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchSelectionV2Response">
  <part name="out" type="tns:BusinessReferencePagedResult" /></message>
<message name="reactBusinessGetDossierSBIRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" /></message>
<message name="reactBusinessGetDossierSBIResponse">
  <part name="out" type="tns:BusinessDossierSBI" /></message>
<message name="reactBusinessUpdateCheckDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" />
  <part name="update_types" type="tns:stringArray" /></message>
<message name="reactBusinessUpdateCheckDossierResponse">
  <part name="out" type="tns:BusinessUpdateReference" /></message>
<message name="reactBusinessUpdateGetChangedDossiersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="changed_since" type="xsd:date" />
  <part name="update_types" type="tns:stringArray" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessUpdateGetChangedDossiersResponse">
  <part name="out" type="tns:BusinessUpdateReferencePagedResult" /></message>
<message name="reactBusinessUpdateGetDossiersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="update_types" type="tns:stringArray" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessUpdateGetDossiersResponse">
  <part name="out" type="tns:BusinessUpdateReferencePagedResult" /></message>
<message name="reactBusinessUpdateAddDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" /></message>
<message name="reactBusinessUpdateAddDossierResponse"></message>
<message name="reactBusinessUpdateRemoveDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" /></message>
<message name="reactBusinessUpdateRemoveDossierResponse"></message>
<message name="reactBusinessSearchParametersV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="tradename" type="xsd:string" />
  <part name="cityname" type="xsd:string" />
  <part name="streetname" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="telephoneno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessSearchParametersV2Response">
  <part name="out" type="tns:BusinessReferenceV2PagedResult" /></message>
<message name="reactBusinessGetDossierV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessGetDossierV2Response">
  <part name="out" type="tns:BusinessDossierV2PagedResult" /></message>
<message name="reactBusinessGetDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossierno" type="xsd:string" />
  <part name="subdossierno" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactBusinessGetDossierResponse">
  <part name="out" type="tns:BusinessDossierPagedResult" /></message>
<message name="reactCarRDWCarCheckCodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" />
  <part name="code" type="xsd:string" /></message>
<message name="reactCarRDWCarCheckCodeResponse">
  <part name="out" type="tns:CarCheckCode" /></message>
<message name="reactCarRDWCarDataV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarRDWCarDataV3Response">
  <part name="out" type="tns:CarDataV3Result" /></message>
<message name="reactCarRDWCarDataBPV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarRDWCarDataBPV2Response">
  <part name="out" type="tns:CarBPV2" /></message>
<message name="reactCarRDWCarDataExtendedRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" />
  <part name="code" type="xsd:string" /></message>
<message name="reactCarRDWCarDataExtendedResponse">
  <part name="out" type="tns:CarExtended" /></message>
<message name="reactCarRDWCarDataPriceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarRDWCarDataPriceResponse">
  <part name="out" type="tns:CarRDWCarDataPrice" /></message>
<message name="reactCarRDWCarDataOptionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="car_id" type="xsd:string" /></message>
<message name="reactCarRDWCarDataOptionsResponse">
  <part name="out" type="tns:CarOptions" /></message>
<message name="reactCarATDPriceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarATDPriceResponse">
  <part name="out" type="tns:CarATDPrices" /></message>
<message name="reactCarRDWCarDataRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarRDWCarDataResponse">
  <part name="out" type="tns:Car" /></message>
<message name="reactCarRDWCarDataV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarRDWCarDataV2Response">
  <part name="out" type="tns:CarV2" /></message>
<message name="reactCarRDWCarDataBPRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarRDWCarDataBPResponse">
  <part name="out" type="tns:CarBP" /></message>
<message name="reactCarVWEMeldcodeCheckRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" />
  <part name="code" type="xsd:string" /></message>
<message name="reactCarVWEMeldcodeCheckResponse">
  <part name="out" type="tns:CarVWEMeldcodeCheck" /></message>
<message name="reactCarVWEBasicTypeDataRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactCarVWEBasicTypeDataResponse">
  <part name="out" type="tns:CarVWEBasicTypeData" /></message>
<message name="reactCarVWEVersionPriceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" />
  <part name="atl_code" type="xsd:int" /></message>
<message name="reactCarVWEVersionPriceResponse">
  <part name="out" type="tns:CarVWEVersionPrice" /></message>
<message name="reactCarVWEOptionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" />
  <part name="atl_code" type="xsd:int" /></message>
<message name="reactCarVWEOptionsResponse">
  <part name="out" type="tns:CarVWEOptions" /></message>
<message name="reactCarVWEListBrandsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="production_year" type="xsd:int" />
  <part name="kind_id" type="xsd:int" />
  <part name="page" type="xsd:int" /></message>
<message name="reactCarVWEListBrandsResponse">
  <part name="out" type="tns:CarVWEBrandPagedResult" /></message>
<message name="reactCarVWEListModelsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="production_year" type="xsd:int" />
  <part name="kind_id" type="xsd:int" />
  <part name="brand_id" type="xsd:int" />
  <part name="page" type="xsd:int" /></message>
<message name="reactCarVWEListModelsResponse">
  <part name="out" type="tns:CarVWEModelPagedResult" /></message>
<message name="reactCarVWEListVersionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="production_year" type="xsd:int" />
  <part name="kind_id" type="xsd:int" />
  <part name="brand_id" type="xsd:int" />
  <part name="model_id" type="xsd:int" />
  <part name="fuel_type_id" type="xsd:int" />
  <part name="body_style_id" type="xsd:int" />
  <part name="doors" type="xsd:int" />
  <part name="gear_id" type="xsd:int" />
  <part name="page" type="xsd:int" /></message>
<message name="reactCarVWEListVersionsResponse">
  <part name="out" type="tns:CarVWEVersionPagedResult" /></message>
<message name="reactCarVWEVersionYearDataRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="production_year" type="xsd:int" />
  <part name="atl_code" type="xsd:int" /></message>
<message name="reactCarVWEVersionYearDataResponse">
  <part name="out" type="tns:CarVWEVersionYearData" /></message>
<message name="reactCarVWEPhotosRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="atl_code" type="xsd:int" /></message>
<message name="reactCarVWEPhotosResponse">
  <part name="out" type="tns:CarVWEPhotoArray" /></message>
<message name="reactComplianceSearchPersonsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="first_name" type="xsd:string" />
  <part name="last_name" type="xsd:string" />
  <part name="date_of_birth" type="xsd:date" />
  <part name="page" type="xsd:int" /></message>
<message name="reactComplianceSearchPersonsResponse">
  <part name="out" type="tns:CompliancePersonSearchReferencePagedResult" /></message>
<message name="reactComplianceGetPersonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="compliance_person_id" type="xsd:string" /></message>
<message name="reactComplianceGetPersonResponse">
  <part name="out" type="tns:CompliancePerson" /></message>
<message name="reactComplianceSearchBusinessesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="business_name" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="postal_code" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="county" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactComplianceSearchBusinessesResponse">
  <part name="out" type="tns:ComplianceBusinessSearchReferencePagedResult" /></message>
<message name="reactComplianceGetBusinessRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="compliance_business_id" type="xsd:string" /></message>
<message name="reactComplianceGetBusinessResponse">
  <part name="out" type="tns:ComplianceBusiness" /></message>
<message name="reactCreditsafeGetReportFullRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="document" type="xsd:string" /></message>
<message name="reactCreditsafeGetReportFullResponse">
  <part name="out" type="tns:CreditsafeCompanyReportFull" /></message>
<message name="reactCreditsafeSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="id" type="xsd:string" />
  <part name="registration_number" type="xsd:string" />
  <part name="status" type="xsd:string" />
  <part name="office_type" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="name_match_type" type="xsd:string" />
  <part name="address" type="xsd:string" />
  <part name="address_match_type" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="house_number" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="postal_code" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="phone_number" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactCreditsafeSearchResponse">
  <part name="out" type="tns:CreditsafeCompanyPagedResult" /></message>
<message name="reactCreditsafeSearchV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="countries" type="tns:stringArray" />
  <part name="id" type="xsd:string" />
  <part name="status" type="xsd:string" />
  <part name="registration_number" type="xsd:string" />
  <part name="registration_type" type="xsd:string" />
  <part name="vat_number" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="postal_code" type="xsd:string" />
  <part name="name" type="xsd:string" /></message>
<message name="reactCreditsafeSearchV2Response">
  <part name="out" type="tns:CreditsafeSearchResultV2" /></message>
<message name="reactCreditsafeGetReportFullV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="reason" type="xsd:string" /></message>
<message name="reactCreditsafeGetReportFullV2Response">
  <part name="out" type="tns:CreditsafeCompanyReportFullV2" /></message>
<message name="reactCreditsafeGetReportFullPdfV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="reason" type="xsd:string" /></message>
<message name="reactCreditsafeGetReportFullPdfV2Response">
  <part name="out" type="tns:CreditsafeCompanyReportFullPdfV2" /></message>
<message name="reactCreditsafeSearchCriteriaRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="countries" type="tns:stringArray" /></message>
<message name="reactCreditsafeSearchCriteriaResponse">
  <part name="out" type="tns:CreditsafeSearchCriteria" /></message>
<message name="reactCreditsafeMonitorAddCompanyRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" /></message>
<message name="reactCreditsafeMonitorAddCompanyResponse"></message>
<message name="reactCreditsafeMonitorRemoveCompanyRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" /></message>
<message name="reactCreditsafeMonitorRemoveCompanyResponse"></message>
<message name="reactCreditsafeMonitorGetUpdatedCompaniesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="changed_since" type="xsd:date" />
  <part name="page" type="xsd:int" /></message>
<message name="reactCreditsafeMonitorGetUpdatedCompaniesResponse">
  <part name="out" type="tns:CreditsafeCompanyUpdatePagedResult" /></message>
<message name="reactDnbSearchReferenceV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="streetname" type="xsd:string" />
  <part name="houseno" type="xsd:string" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="cityname" type="xsd:string" />
  <part name="region" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDnbSearchReferenceV2Response">
  <part name="out" type="tns:DNBBusinessReferenceV2PagedResult" /></message>
<message name="reactDnbGetReferenceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbGetReferenceResponse">
  <part name="out" type="tns:DNBBusinessReference" /></message>
<message name="reactDnbWorldbaseMarketingRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbWorldbaseMarketingResponse">
  <part name="out" type="tns:DNBMarketing" /></message>
<message name="reactDnbWorldbaseMarketingPlusRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbWorldbaseMarketingPlusResponse">
  <part name="out" type="tns:DNBMarketingPlusResult" /></message>
<message name="reactDnbWorldbaseMarketingPlusLinkageRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbWorldbaseMarketingPlusLinkageResponse">
  <part name="out" type="tns:DNBMarketingPlusLinkageResult" /></message>
<message name="reactDnbQuickCheckRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbQuickCheckResponse">
  <part name="out" type="tns:DNBQuickCheck" /></message>
<message name="reactDnbBusinessVerificationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbBusinessVerificationResponse">
  <part name="out" type="tns:DNBBusinessVerification" /></message>
<message name="reactDnbEnterpriseManagementRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" /></message>
<message name="reactDnbEnterpriseManagementResponse">
  <part name="out" type="tns:DNBEnterpriseManagement" /></message>
<message name="reactDnbSearchReferenceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="name" type="xsd:string" />
  <part name="streetname" type="xsd:string" />
  <part name="houseno" type="xsd:string" />
  <part name="housenoaddition" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="cityname" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDnbSearchReferenceResponse">
  <part name="out" type="tns:DNBBusinessReferencePagedResult" /></message>
<message name="reactDriveInfoDistanceLookupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="nbcodeto" type="xsd:string" /></message>
<message name="reactDriveInfoDistanceLookupResponse">
  <part name="out" type="tns:DriveInfo" /></message>
<message name="reactDriveInfoTimeLookupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="nbcodeto" type="xsd:string" /></message>
<message name="reactDriveInfoTimeLookupResponse">
  <part name="out" type="tns:DriveInfo" /></message>
<message name="reactDriveDistanceLookupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="nbcodeto" type="xsd:string" /></message>
<message name="reactDriveDistanceLookupResponse">
  <part name="out" type="tns:DriveInfo" /></message>
<message name="reactDriveTimeLookupRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="nbcodeto" type="xsd:string" /></message>
<message name="reactDriveTimeLookupResponse">
  <part name="out" type="tns:DriveInfo" /></message>
<message name="reactDutchAddressRangePostcodeSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="address" type="xsd:string" /></message>
<message name="reactDutchAddressRangePostcodeSearchResponse">
  <part name="out" type="tns:DutchAddressPostcodeRange" /></message>
<message name="reactDutchBusinessGetDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetDossierResponse">
  <part name="out" type="tns:DutchBusinessDossier" /></message>
<message name="reactDutchBusinessGetDossierV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetDossierV2Response">
  <part name="out" type="tns:DutchBusinessDossierV2" /></message>
<message name="reactDutchBusinessGetDossierV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetDossierV3Response">
  <part name="out" type="tns:DutchBusinessDossierV3" /></message>
<message name="reactDutchBusinessGetSBIRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactDutchBusinessGetSBIResponse">
  <part name="out" type="tns:DutchBusinessSBICollection" /></message>
<message name="reactDutchBusinessGetVatNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetVatNumberResponse">
  <part name="out" type="tns:DutchBusinessVatNumber" /></message>
<message name="reactDutchBusinessGetPositionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetPositionsResponse">
  <part name="out" type="tns:DutchBusinessPositions" /></message>
<message name="reactDutchBusinessGetLegalEntityRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetLegalEntityResponse">
  <part name="out" type="tns:DutchBusinessLegalEntityData" /></message>
<message name="reactDutchBusinessGetOrganizationTreeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetOrganizationTreeResponse">
  <part name="out" type="tns:DutchBusinessOrganizationTree" /></message>
<message name="reactDutchBusinessGetNonMarketingIndicatorRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetNonMarketingIndicatorResponse">
  <part name="out" type="tns:DutchBusinessNonMarketingIndicator" /></message>
<message name="reactDutchBusinessSearchDossierNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" />
  <part name="rsin_number" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchDossierNumberResponse">
  <part name="out" type="tns:DutchBusinessReferencePagedResult" /></message>
<message name="reactDutchBusinessGetConcernRelationsDetailsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="include_source" type="xsd:boolean" /></message>
<message name="reactDutchBusinessGetConcernRelationsDetailsResponse">
  <part name="out" type="tns:DutchBusinessGetConcernRelationsDetailsResult" /></message>
<message name="reactDutchBusinessSearchParametersV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="trade_name" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="telephone_number" type="xsd:string" />
  <part name="domain_name" type="xsd:string" />
  <part name="strict_search" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchParametersV2Response">
  <part name="out" type="tns:DutchBusinessReferenceV2PagedResult" /></message>
<message name="reactDutchBusinessSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="trade_name" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="telephone_number" type="xsd:string" />
  <part name="domain_name" type="xsd:string" />
  <part name="strict_search" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchResponse">
  <part name="out" type="tns:DutchBusinessEstablishmentReferencePagedResult" /></message>
<message name="reactDutchBusinessSearchEstablishmentsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" />
  <part name="rsin_number" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchEstablishmentsResponse">
  <part name="out" type="tns:DutchBusinessEstablishmentReferencePagedResult" /></message>
<message name="reactDutchBusinessSearchPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchPostcodeResponse">
  <part name="out" type="tns:DutchBusinessReferencePagedResult" /></message>
<message name="reactDutchBusinessSearchSelectionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="city" type="tns:stringArray" />
  <part name="postcode" type="tns:stringArray" />
  <part name="sbi" type="tns:stringArray" />
  <part name="primary_sbi_only" type="xsd:boolean" />
  <part name="legal_form" type="tns:intArray" />
  <part name="employees_min" type="xsd:int" />
  <part name="employees_max" type="xsd:int" />
  <part name="economically_active" type="xsd:string" />
  <part name="financial_status" type="xsd:string" />
  <part name="changed_since" type="xsd:string" />
  <part name="new_since" type="xsd:string" />
  <part name="page" type="xsd:int" />
  <part name="provinces" type="tns:stringArray" />
  <part name="sbi_match_type" type="xsd:string" /></message>
<message name="reactDutchBusinessSearchSelectionResponse">
  <part name="out" type="tns:DutchBusinessReferencePagedResult" /></message>
<message name="reactDutchBusinessSearchSelectionSimpleRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="city" type="tns:stringArray" />
  <part name="postcode" type="tns:stringArray" />
  <part name="sbi" type="tns:stringArray" />
  <part name="primary_sbi_only" type="xsd:boolean" />
  <part name="legal_form" type="tns:intArray" />
  <part name="employees_min" type="xsd:int" />
  <part name="employees_max" type="xsd:int" />
  <part name="economically_active" type="xsd:string" />
  <part name="financial_status" type="xsd:string" />
  <part name="changed_since" type="xsd:string" />
  <part name="new_since" type="xsd:string" />
  <part name="page" type="xsd:int" />
  <part name="provinces" type="tns:stringArray" /></message>
<message name="reactDutchBusinessSearchSelectionSimpleResponse">
  <part name="out" type="tns:DutchBusinessReferencePagedResult" /></message>
<message name="reactDutchBusinessGetSBIDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="sbi_code" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactDutchBusinessGetSBIDescriptionResponse">
  <part name="out" type="tns:DutchBusinessSBICodeInfo" /></message>
<message name="reactDutchBusinessGetAnnualFinancialStatementRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="year" type="xsd:int" />
  <part name="type" type="xsd:string" /></message>
<message name="reactDutchBusinessGetAnnualFinancialStatementResponse">
  <part name="out" type="tns:DutchBusinessAnnualFinancialStatement" /></message>
<message name="reactDutchBusinessLookALikesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="geo_weight" type="xsd:decimal" />
  <part name="nr_employees_weight" type="xsd:decimal" />
  <part name="sbi_weight" type="xsd:decimal" />
  <part name="web_weight" type="xsd:decimal" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessLookALikesResponse">
  <part name="out" type="tns:DutchBusinessLookALikeCompanyPagedResult" /></message>
<message name="reactDutchBusinessGetExtractDocumentRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="allow_caching" type="xsd:boolean" /></message>
<message name="reactDutchBusinessGetExtractDocumentResponse">
  <part name="out" type="tns:DutchBusinessExtractDocument" /></message>
<message name="reactDutchBusinessGetExtractDocumentDataRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="allow_caching" type="xsd:boolean" /></message>
<message name="reactDutchBusinessGetExtractDocumentDataResponse">
  <part name="out" type="tns:DutchBusinessExtractDocumentData" /></message>
<message name="reactDutchBusinessGetExtractDocumentDataV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetExtractDocumentDataV2Response">
  <part name="out" type="tns:DutchBusinessExtractDocumentDataV2" /></message>
<message name="reactDutchBusinessGetExtractDocumentDataV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="include_source" type="xsd:boolean" /></message>
<message name="reactDutchBusinessGetExtractDocumentDataV3Response">
  <part name="out" type="tns:DutchBusinessExtractDocumentDataV3" /></message>
<message name="reactDutchBusinessGetExtractHistoryRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="period_start_date" type="xsd:date" />
  <part name="period_end_date" type="xsd:date" /></message>
<message name="reactDutchBusinessGetExtractHistoryResponse">
  <part name="out" type="tns:DutchBusinessExtractHistory" /></message>
<message name="reactDutchBusinessGetExtractHistoryChangedRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="period_start_date" type="xsd:date" />
  <part name="period_end_date" type="xsd:date" /></message>
<message name="reactDutchBusinessGetExtractHistoryChangedResponse">
  <part name="out" type="tns:DutchBusinessExtractHistory" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="extract_id" type="xsd:string" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataResponse">
  <part name="out" type="tns:DutchBusinessExtractDocumentData" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="extract_id" type="xsd:string" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataV2Response">
  <part name="out" type="tns:DutchBusinessExtractDocumentDataV2" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="extract_id" type="xsd:string" />
  <part name="include_source" type="xsd:boolean" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataV3Response">
  <part name="out" type="tns:DutchBusinessExtractDocumentDataV3" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="include_source" type="xsd:boolean" />
  <part name="period_start" type="xsd:date" />
  <part name="period_end" type="xsd:date" /></message>
<message name="reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossierResponse">
  <part name="out" type="tns:DutchBusinessExtractDocumentDataV3" /></message>
<message name="reactDutchBusinessGetDossierHistoryRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="period_start_date" type="xsd:date" />
  <part name="period_end_date" type="xsd:date" /></message>
<message name="reactDutchBusinessGetDossierHistoryResponse">
  <part name="out" type="tns:DutchBusinessDossierHistory" /></message>
<message name="reactDutchBusinessUpdateCheckDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" />
  <part name="update_types" type="tns:stringArray" /></message>
<message name="reactDutchBusinessUpdateCheckDossierResponse">
  <part name="out" type="tns:DutchBusinessUpdateReference" /></message>
<message name="reactDutchBusinessUpdateGetChangedDossiersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="changed_since" type="xsd:date" />
  <part name="update_types" type="tns:stringArray" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessUpdateGetChangedDossiersResponse">
  <part name="out" type="tns:DutchBusinessUpdateReferencePagedResult" /></message>
<message name="reactDutchBusinessSearchNewsByDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="period_start" type="xsd:dateTime" />
  <part name="period_end" type="xsd:dateTime" />
  <part name="sort_order" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchNewsByDossierResponse">
  <part name="out" type="tns:DutchBusinessNewsItemPagedResult" /></message>
<message name="reactDutchBusinessUBOStartInvestigationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="oldest_extract_date" type="xsd:date" />
  <part name="use_updates" type="xsd:boolean" /></message>
<message name="reactDutchBusinessUBOStartInvestigationResponse">
  <part name="out" type="tns:DutchBusinessUBOInvestigationToken" /></message>
<message name="reactDutchBusinessUBOCheckInvestigationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="token" type="xsd:string" /></message>
<message name="reactDutchBusinessUBOCheckInvestigationResponse">
  <part name="out" type="tns:DutchBusinessUBOInvestigationStatus" /></message>
<message name="reactDutchBusinessUBOPickupInvestigationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="token" type="xsd:string" />
  <part name="include_source" type="xsd:boolean" /></message>
<message name="reactDutchBusinessUBOPickupInvestigationResponse">
  <part name="out" type="tns:DutchBusinessUBOInvestigationResult" /></message>
<message name="reactDutchBusinessUBOCostsInvestigationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="token" type="xsd:string" /></message>
<message name="reactDutchBusinessUBOCostsInvestigationResponse">
  <part name="out" type="tns:dutchBusinessUBOCostsInvestigationResult" /></message>
<message name="reactDutchBusinessUBOClassifyInvestigationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="token" type="xsd:string" />
  <part name="scenario" type="xsd:string" /></message>
<message name="reactDutchBusinessUBOClassifyInvestigationResponse">
  <part name="out" type="tns:DutchBusinessUBOClassificationResult" /></message>
<message name="reactDutchBusinessUpdateAddDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactDutchBusinessUpdateAddDossierResponse"></message>
<message name="reactDutchBusinessUpdateRemoveDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactDutchBusinessUpdateRemoveDossierResponse"></message>
<message name="reactDutchBusinessUpdateGetOverviewRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessUpdateGetOverviewResponse">
  <part name="out" type="tns:DutchBusinessUpdateSubscriptionPagedResult" /></message>
<message name="reactDutchBusinessUpdateGetDossiersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="update_types" type="tns:stringArray" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessUpdateGetDossiersResponse">
  <part name="out" type="tns:DutchBusinessUpdateReferencePagedResult" /></message>
<message name="reactDutchBusinessGetLeiRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetLeiResponse">
  <part name="out" type="tns:DutchBusinessGetLeiResult" /></message>
<message name="reactDutchBusinessGetConcernRelationsOverviewRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetConcernRelationsOverviewResponse">
  <part name="out" type="tns:DutchBusinessGetConcernRelationsOverviewResult" /></message>
<message name="reactDutchBusinessGetAdditionalPositionsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="first_name" type="xsd:string" />
  <part name="last_name" type="xsd:string" />
  <part name="birth_date" type="xsd:date" />
  <part name="dossier_number" type="xsd:string" /></message>
<message name="reactDutchBusinessGetAdditionalPositionsResponse">
  <part name="out" type="tns:DutchBusinessGetAdditionalPositionsResult" /></message>
<message name="reactDutchBusinessSearchParametersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="trade_name" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="telephone_number" type="xsd:string" />
  <part name="domain_name" type="xsd:string" />
  <part name="strict_search" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactDutchBusinessSearchParametersResponse">
  <part name="out" type="tns:DutchBusinessReferencePagedResult" /></message>
<message name="reactDutchVehicleGetVehicleV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactDutchVehicleGetVehicleV2Response">
  <part name="out" type="tns:DutchVehicleV2" /></message>
<message name="reactDutchVehicleGetPurchaseReferenceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactDutchVehicleGetPurchaseReferenceResponse">
  <part name="out" type="tns:DutchVehiclePurchaseReference" /></message>
<message name="reactDutchVehicleGetOwnerHistoryRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactDutchVehicleGetOwnerHistoryResponse">
  <part name="out" type="tns:DutchVehicleOwnerHistory" /></message>
<message name="reactDutchVehicleGetMarketValueRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactDutchVehicleGetMarketValueResponse">
  <part name="out" type="tns:DutchVehicleMarketValue" /></message>
<message name="reactDutchVehicleGetVehicleRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="license_plate" type="xsd:string" /></message>
<message name="reactDutchVehicleGetVehicleResponse">
  <part name="out" type="tns:DutchVehicle" /></message>
<message name="reactEdrGetScoreRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="last_name" type="xsd:string" />
  <part name="initials" type="xsd:string" />
  <part name="surname_prefix" type="xsd:string" />
  <part name="gender" type="xsd:string" />
  <part name="birth_date" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="house_number" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="phone_number" type="xsd:string" /></message>
<message name="reactEdrGetScoreResponse">
  <part name="out" type="tns:EDRScore" /></message>
<message name="reactGeoLocationNeighborhoodCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcode" type="xsd:string" /></message>
<message name="reactGeoLocationNeighborhoodCoordinatesRDResponse">
  <part name="coordinates" type="tns:RDCoordinates" /></message>
<message name="reactGeoLocationPostcodeCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" /></message>
<message name="reactGeoLocationPostcodeCoordinatesRDResponse">
  <part name="coordinates" type="tns:RDCoordinates" /></message>
<message name="reactGeoLocationNeighborhoodCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcode" type="xsd:string" /></message>
<message name="reactGeoLocationNeighborhoodCoordinatesLatLonResponse">
  <part name="coordinates" type="tns:LatLonCoordinates" /></message>
<message name="reactGeoLocationPostcodeCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" /></message>
<message name="reactGeoLocationPostcodeCoordinatesLatLonResponse">
  <part name="coordinates" type="tns:LatLonCoordinates" /></message>
<message name="reactGeoLocationAddressCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseno" type="xsd:int" /></message>
<message name="reactGeoLocationAddressCoordinatesLatLonResponse">
  <part name="coordinates" type="tns:LatLonCoordinatesMatch" /></message>
<message name="reactGeoLocationAddressCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseno" type="xsd:int" /></message>
<message name="reactGeoLocationAddressCoordinatesRDResponse">
  <part name="coordinates" type="tns:RDCoordinatesMatch" /></message>
<message name="reactGeoLocationLatLonToPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude" type="xsd:float" />
  <part name="longitude" type="xsd:float" /></message>
<message name="reactGeoLocationLatLonToPostcodeResponse">
  <part name="postcode" type="xsd:string" /></message>
<message name="reactGeoLocationLatLonToAddressV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude" type="xsd:float" />
  <part name="longitude" type="xsd:float" /></message>
<message name="reactGeoLocationLatLonToAddressV2Response">
  <part name="address" type="tns:GeoLocationAddressV2" /></message>
<message name="reactGeoLocationRDToPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="x" type="xsd:int" />
  <part name="y" type="xsd:int" /></message>
<message name="reactGeoLocationRDToPostcodeResponse">
  <part name="postcode" type="xsd:string" /></message>
<message name="reactGeoLocationRDToAddressV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="x" type="xsd:int" />
  <part name="y" type="xsd:int" /></message>
<message name="reactGeoLocationRDToAddressV2Response">
  <part name="address" type="tns:GeoLocationAddressV2" /></message>
<message name="reactGeoLocationInternationalPostcodeCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="country" type="xsd:string" /></message>
<message name="reactGeoLocationInternationalPostcodeCoordinatesLatLonResponse">
  <part name="coordinates" type="tns:LatLonCoordinates" /></message>
<message name="reactGeoLocationInternationalAddressCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="city" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactGeoLocationInternationalAddressCoordinatesLatLonResponse">
  <part name="coordinates" type="tns:LatLonCoordinatesInternationalAddressArray" /></message>
<message name="reactGeoLocationInternationalAddressCoordinatesLatLonV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="postalcode" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="street" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="matchrate" type="xsd:float" />
  <part name="language" type="xsd:string" /></message>
<message name="reactGeoLocationInternationalAddressCoordinatesLatLonV2Response">
  <part name="coordinates" type="tns:LatLonCoordinatesInternationalAddressArray" /></message>
<message name="reactGeoLocationInternationalLatLonToAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude" type="xsd:float" />
  <part name="longitude" type="xsd:float" /></message>
<message name="reactGeoLocationInternationalLatLonToAddressResponse">
  <part name="address" type="tns:GeoLocationInternationalAddress" /></message>
<message name="reactGeoLocationNeighborhoodDistanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="nbcodeto" type="xsd:string" /></message>
<message name="reactGeoLocationNeighborhoodDistanceResponse">
  <part name="distance" type="xsd:int" /></message>
<message name="reactGeoLocationPostcodeDistanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" /></message>
<message name="reactGeoLocationPostcodeDistanceResponse">
  <part name="distance" type="xsd:int" /></message>
<message name="reactGeoLocationHaversineDistanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude_coord_1" type="xsd:float" />
  <part name="longitude_coord_1" type="xsd:float" />
  <part name="latitude_coord_2" type="xsd:float" />
  <part name="longitude_coord_2" type="xsd:float" />
  <part name="in_radians" type="xsd:boolean" /></message>
<message name="reactGeoLocationHaversineDistanceResponse">
  <part name="distance" type="xsd:int" /></message>
<message name="reactGeoLocationDistanceSortedNeighborhoodCodesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="nbcodes" type="tns:stringArray" /></message>
<message name="reactGeoLocationDistanceSortedNeighborhoodCodesResponse">
  <part name="nbcodes" type="tns:SortedPostcodeArray" /></message>
<message name="reactGeoLocationDistanceSortedNeighborhoodCodesRadiusRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcodefrom" type="xsd:string" />
  <part name="radius" type="xsd:integer" />
  <part name="page" type="xsd:integer" /></message>
<message name="reactGeoLocationDistanceSortedNeighborhoodCodesRadiusResponse">
  <part name="out" type="tns:SortedPostcodePagedResult" /></message>
<message name="reactGeoLocationDistanceSortedPostcodesRadiusRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="radius" type="xsd:integer" />
  <part name="page" type="xsd:integer" /></message>
<message name="reactGeoLocationDistanceSortedPostcodesRadiusResponse">
  <part name="out" type="tns:SortedPostcodePagedResult" /></message>
<message name="reactGeoLocationDistanceSortedPostcodesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodes" type="tns:stringArray" /></message>
<message name="reactGeoLocationDistanceSortedPostcodesResponse">
  <part name="postcodes" type="tns:SortedPostcodeArray" /></message>
<message name="reactGeoLocationLatLonToRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude" type="xsd:float" />
  <part name="longitude" type="xsd:float" /></message>
<message name="reactGeoLocationLatLonToRDResponse">
  <part name="out" type="tns:RDCoordinates" /></message>
<message name="reactGeoLocationRDToLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="x" type="xsd:int" />
  <part name="y" type="xsd:int" /></message>
<message name="reactGeoLocationRDToLatLonResponse">
  <part name="out" type="tns:LatLonCoordinates" /></message>
<message name="reactGeoLocationLatLonToAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude" type="xsd:float" />
  <part name="longitude" type="xsd:float" /></message>
<message name="reactGeoLocationLatLonToAddressResponse">
  <part name="address" type="tns:GeoLocationAddress" /></message>
<message name="reactGeoLocationRDToAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="x" type="xsd:int" />
  <part name="y" type="xsd:int" /></message>
<message name="reactGeoLocationRDToAddressResponse">
  <part name="address" type="tns:GeoLocationAddress" /></message>
<message name="reactGeoCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcode" type="xsd:string" /></message>
<message name="reactGeoCoordinatesRDResponse">
  <part name="coordinates" type="tns:RDCoordinates" /></message>
<message name="reactGeo6PPCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" /></message>
<message name="reactGeo6PPCoordinatesRDResponse">
  <part name="coordinates" type="tns:RDCoordinates" /></message>
<message name="reactGeoCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="nbcode" type="xsd:string" /></message>
<message name="reactGeoCoordinatesLatLonResponse">
  <part name="coordinates" type="tns:LatLonCoordinates" /></message>
<message name="reactGeo6PPDistanceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" /></message>
<message name="reactGeo6PPDistanceResponse">
  <part name="distance" type="xsd:int" /></message>
<message name="reactGraydonCreditGetReportRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="graydon_company_id" type="xsd:integer" />
  <part name="document" type="xsd:string" /></message>
<message name="reactGraydonCreditGetReportResponse">
  <part name="out" type="tns:GraydonCreditReport" /></message>
<message name="reactGraydonCreditSearchIdentificationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_id" type="xsd:string" />
  <part name="company_id_type" type="xsd:string" />
  <part name="country_iso2" type="xsd:string" /></message>
<message name="reactGraydonCreditSearchIdentificationResponse">
  <part name="out" type="tns:GraydonReferenceArray" /></message>
<message name="reactGraydonCreditSearchNameRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="company_name" type="xsd:string" />
  <part name="residence" type="xsd:string" />
  <part name="country_iso2" type="xsd:string" /></message>
<message name="reactGraydonCreditSearchNameResponse">
  <part name="out" type="tns:GraydonReferenceArray" /></message>
<message name="reactGraydonCreditSearchPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_no" type="xsd:int" />
  <part name="telephone_no" type="xsd:string" />
  <part name="country_iso2" type="xsd:string" /></message>
<message name="reactGraydonCreditSearchPostcodeResponse">
  <part name="out" type="tns:GraydonReferenceArray" /></message>
<message name="reactGraydonCreditQuickscanRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="graydon_company_id" type="xsd:integer" /></message>
<message name="reactGraydonCreditQuickscanResponse">
  <part name="out" type="tns:GraydonCreditReportQuickscan" /></message>
<message name="reactGraydonCreditRatingsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="graydon_company_id" type="xsd:integer" /></message>
<message name="reactGraydonCreditRatingsResponse">
  <part name="out" type="tns:GraydonCreditReportRatings" /></message>
<message name="reactGraydonCreditVatNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="graydon_company_id" type="xsd:integer" /></message>
<message name="reactGraydonCreditVatNumberResponse">
  <part name="out" type="tns:GraydonCreditReportVatNumber" /></message>
<message name="reactGraydonCreditCompanyLiaisonsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="graydon_company_id" type="xsd:integer" /></message>
<message name="reactGraydonCreditCompanyLiaisonsResponse">
  <part name="out" type="tns:GraydonCreditReportCompanyLiaisons" /></message>
<message name="reactGraydonCreditManagementRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="graydon_company_id" type="xsd:integer" /></message>
<message name="reactGraydonCreditManagementResponse">
  <part name="out" type="tns:GraydonCreditReportManagement" /></message>
<message name="reactInsolvencyGetCaseByPublicationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="publication_id" type="xsd:string" /></message>
<message name="reactInsolvencyGetCaseByPublicationResponse">
  <part name="out" type="tns:InsolvencyCase" /></message>
<message name="reactInsolvencySearchPublicationsByCoCNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="coc_number" type="xsd:string" /></message>
<message name="reactInsolvencySearchPublicationsByCoCNumberResponse">
  <part name="out" type="tns:InsolvencyPublicationList" /></message>
<message name="reactInsolvencySearchPublicationsByPersonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="last_name" type="xsd:string" />
  <part name="prefix" type="xsd:string" />
  <part name="birth_date" type="xsd:date" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" /></message>
<message name="reactInsolvencySearchPublicationsByPersonResponse">
  <part name="out" type="tns:InsolvencyPublicationList" /></message>
<message name="reactInternationalAddressSearchV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="organization" type="xsd:string" />
  <part name="building" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="housenr" type="xsd:string" />
  <part name="pobox" type="xsd:string" />
  <part name="locality" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="country_format" type="xsd:string" /></message>
<message name="reactInternationalAddressSearchV2Response">
  <part name="out" type="tns:InternationalAddressSearchV2Result" /></message>
<message name="reactInternationalAddressSearchInteractiveRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="organization" type="xsd:string" />
  <part name="building" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="housenr" type="xsd:string" />
  <part name="pobox" type="xsd:string" />
  <part name="locality" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="country_format" type="xsd:string" /></message>
<message name="reactInternationalAddressSearchInteractiveResponse">
  <part name="out" type="tns:InternationalAddressSearchV2Result" /></message>
<message name="reactInternationalAddressSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="housenr" type="xsd:string" />
  <part name="pobox" type="xsd:string" />
  <part name="locality" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactInternationalAddressSearchResponse">
  <part name="out" type="tns:InternationalPagedResult" /></message>
<message name="reactInternationalAddressLanguageSearchRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="housenr" type="xsd:string" />
  <part name="pobox" type="xsd:string" />
  <part name="locality" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactInternationalAddressLanguageSearchResponse">
  <part name="out" type="tns:InternationalPagedResult" /></message>
<message name="reactInternationalAddressSearchFormattedRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="housenr" type="xsd:string" />
  <part name="pobox" type="xsd:string" />
  <part name="locality" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="province" type="xsd:string" />
  <part name="country" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactInternationalAddressSearchFormattedResponse">
  <part name="out" type="tns:InternationalFormattedAddressPagedResult" /></message>
<message name="reactKadasterEigendomsBerichtDocumentPerceelRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterEigendomsBerichtDocumentPerceelResponse">
  <part name="berichtobjectresultaat" type="tns:BerichtObjectDocumentResultaat" /></message>
<message name="reactKadasterEigendomsBerichtDocumentPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterEigendomsBerichtDocumentPostcodeResponse">
  <part name="berichtobjectresultaat" type="tns:BerichtObjectDocumentResultaat" /></message>
<message name="reactKadasterEigendomsBerichtPerceelV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" /></message>
<message name="reactKadasterEigendomsBerichtPerceelV2Response">
  <part name="berichtobjectresultaat" type="tns:BerichtObjectResultaatV2" /></message>
<message name="reactKadasterEigendomsBerichtPostcodeV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" /></message>
<message name="reactKadasterEigendomsBerichtPostcodeV2Response">
  <part name="berichtobjectresultaat" type="tns:BerichtObjectResultaatV2" /></message>
<message name="reactKadasterKoopsommenOverzichtV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterKoopsommenOverzichtV2Response">
  <part name="koopsommenoverzicht" type="tns:KoopsommenOverzichtV2" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPerceelV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPerceelV3Response">
  <part name="out" type="tns:KadasterUittrekselKadastraleKaartResultaatV2" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPostcodeV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPostcodeV3Response">
  <part name="out" type="tns:KadasterUittrekselKadastraleKaartResultaatV2" /></message>
<message name="reactKadasterHypothecairBerichtPostcodeV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterHypothecairBerichtPostcodeV3Response">
  <part name="out" type="tns:kadasterHypothecairBerichtResultaatV2" /></message>
<message name="reactKadasterHypothecairBerichtPerceelV3Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterHypothecairBerichtPerceelV3Response">
  <part name="out" type="tns:kadasterHypothecairBerichtResultaatV2" /></message>
<message name="reactKadasterBronDocumentRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="aanduiding_soort_register" type="xsd:string" />
  <part name="deel" type="xsd:string" />
  <part name="nummer" type="xsd:string" />
  <part name="reeks" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterBronDocumentResponse">
  <part name="bron_document" type="tns:KadasterBronDocument" /></message>
<message name="reactKadasterValueListGetRangesRequest">
  <part name="auth_reactid" type="xsd:string" /></message>
<message name="reactKadasterValueListGetRangesResponse">
  <part name="out" type="tns:KadasterValueList" /></message>
<message name="reactKadasterValueListGetMunicipalitiesRequest">
  <part name="auth_reactid" type="xsd:string" /></message>
<message name="reactKadasterValueListGetMunicipalitiesResponse">
  <part name="out" type="tns:KadasterValueList" /></message>
<message name="reactKadasterAddressCoordinatesRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="houseno" type="xsd:int" />
  <part name="housenoaddition" type="xsd:string" /></message>
<message name="reactKadasterAddressCoordinatesResponse">
  <part name="coordinates" type="tns:KadasterCoordinates" /></message>
<message name="reactKadasterKadastraleKaartPerceelV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" />
  <part name="schaal" type="xsd:int" /></message>
<message name="reactKadasterKadastraleKaartPerceelV2Response">
  <part name="out" type="tns:KadasterKadastraleKaartResultaatV2" /></message>
<message name="reactKadasterKadastraleKaartPostcodeV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" />
  <part name="schaal" type="xsd:int" /></message>
<message name="reactKadasterKadastraleKaartPostcodeV2Response">
  <part name="out" type="tns:KadasterKadastraleKaartResultaatV2" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPerceelRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPerceelResponse">
  <part name="uittreksel" type="tns:UittrekselKadastraleKaart" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPostcodeResponse">
  <part name="uittreksel" type="tns:UittrekselKadastraleKaart" /></message>
<message name="reactKadasterHypothecairBerichtPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterHypothecairBerichtPostcodeResponse">
  <part name="out" type="tns:kadasterHypothecairBerichtResultaat" /></message>
<message name="reactKadasterHypothecairBerichtPerceelRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterHypothecairBerichtPerceelResponse">
  <part name="out" type="tns:kadasterHypothecairBerichtResultaat" /></message>
<message name="reactKadasterEigendomsBerichtPerceelRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" /></message>
<message name="reactKadasterEigendomsBerichtPerceelResponse">
  <part name="berichtobjectresultaat" type="tns:BerichtObjectResultaat" /></message>
<message name="reactKadasterEigendomsBerichtPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" /></message>
<message name="reactKadasterEigendomsBerichtPostcodeResponse">
  <part name="berichtobjectresultaat" type="tns:BerichtObjectResultaat" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPerceelV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPerceelV2Response">
  <part name="out" type="tns:KadasterUittrekselKadastraleKaartResultaat" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPostcodeV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterUittrekselKadastraleKaartPostcodeV2Response">
  <part name="out" type="tns:KadasterUittrekselKadastraleKaartResultaat" /></message>
<message name="reactKadasterKadastraleKaartPerceelRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" />
  <part name="schaal" type="xsd:int" /></message>
<message name="reactKadasterKadastraleKaartPerceelResponse">
  <part name="out" type="tns:KadasterKadastraleKaartResultaat" /></message>
<message name="reactKadasterKadastraleKaartPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" />
  <part name="schaal" type="xsd:int" /></message>
<message name="reactKadasterKadastraleKaartPostcodeResponse">
  <part name="out" type="tns:KadasterKadastraleKaartResultaat" /></message>
<message name="reactKadasterHypothecairBerichtPostcodeV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterHypothecairBerichtPostcodeV2Response">
  <part name="out" type="tns:kadasterHypothecairBerichtResultaat" /></message>
<message name="reactKadasterHypothecairBerichtPerceelV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentecode" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:string" />
  <part name="relatiecode" type="xsd:string" />
  <part name="volgnummer" type="xsd:string" />
  <part name="format" type="xsd:string" /></message>
<message name="reactKadasterHypothecairBerichtPerceelV2Response">
  <part name="out" type="tns:kadasterHypothecairBerichtResultaat" /></message>
<message name="reactKadasterKoopsommenOverzichtRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" /></message>
<message name="reactKadasterKoopsommenOverzichtResponse">
  <part name="koopsommenoverzicht" type="tns:KoopsommenOverzicht" /></message>
<message name="reactKadasterV2GetKadastraalBerichtObjectByAdresRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="document" type="xsd:string" />
  <part name="huisletter" type="xsd:string" /></message>
<message name="reactKadasterV2GetKadastraalBerichtObjectByAdresResponse">
  <part name="resultaat" type="tns:KadasterV2KadastraalBerichtResponse" /></message>
<message name="reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduidingRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:int" />
  <part name="appartementsnummer" type="xsd:int" />
  <part name="document" type="xsd:string" /></message>
<message name="reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduidingResponse">
  <part name="resultaat" type="tns:KadasterV2KadastraalBerichtResponse" /></message>
<message name="reactKadasterV2GetKadastraalBerichtObjectByObjectIdRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="object_id" type="xsd:string" />
  <part name="document" type="xsd:string" /></message>
<message name="reactKadasterV2GetKadastraalBerichtObjectByObjectIdResponse">
  <part name="resultaat" type="tns:KadasterV2KadastraalBerichtResponse" /></message>
<message name="reactKadasterV2GetHypothecairBerichtObjectByAdresRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="document" type="xsd:string" />
  <part name="huisletter" type="xsd:string" /></message>
<message name="reactKadasterV2GetHypothecairBerichtObjectByAdresResponse">
  <part name="resultaat" type="tns:KadasterV2HypothecairBerichtResponse" /></message>
<message name="reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduidingRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:int" />
  <part name="appartementsnummer" type="xsd:int" />
  <part name="document" type="xsd:string" /></message>
<message name="reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduidingResponse">
  <part name="resultaat" type="tns:KadasterV2HypothecairBerichtResponse" /></message>
<message name="reactKadasterV2GetHypothecairBerichtObjectByObjectIdRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="object_id" type="xsd:string" />
  <part name="document" type="xsd:string" /></message>
<message name="reactKadasterV2GetHypothecairBerichtObjectByObjectIdResponse">
  <part name="resultaat" type="tns:KadasterV2HypothecairBerichtResponse" /></message>
<message name="reactKadasterV2GetUittrekselKadastraleKaartByAdresRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="huisletter" type="xsd:string" /></message>
<message name="reactKadasterV2GetUittrekselKadastraleKaartByAdresResponse">
  <part name="resultaat" type="tns:KadasterV2UittrekselKadastraleKaartResponse" /></message>
<message name="reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduidingRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gemeentenaam" type="xsd:string" />
  <part name="sectie" type="xsd:string" />
  <part name="perceelnummer" type="xsd:int" />
  <part name="appartementsnummer" type="xsd:int" /></message>
<message name="reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduidingResponse">
  <part name="resultaat" type="tns:KadasterV2UittrekselKadastraleKaartResponse" /></message>
<message name="reactKadasterV2GetUittrekselKadastraleKaartByObjectIdRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="object_id" type="xsd:string" /></message>
<message name="reactKadasterV2GetUittrekselKadastraleKaartByObjectIdResponse">
  <part name="resultaat" type="tns:KadasterV2UittrekselKadastraleKaartResponse" /></message>
<message name="reactKadasterV2GetKoopsommenOverzichtRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="document" type="xsd:string" />
  <part name="huisletter" type="xsd:string" /></message>
<message name="reactKadasterV2GetKoopsommenOverzichtResponse">
  <part name="resultaat" type="tns:KadasterV2KoopsommenOverzichtResponse" /></message>
<message name="reactKadasterV2GetBronDocumentRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="register_code" type="xsd:string" />
  <part name="deel" type="xsd:string" />
  <part name="nummer" type="xsd:string" />
  <part name="reeks" type="xsd:string" />
  <part name="soort_register" type="xsd:string" /></message>
<message name="reactKadasterV2GetBronDocumentResponse">
  <part name="resultaat" type="tns:KadasterV2BronDocumentResponse" /></message>
<message name="reactKvkGetDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactKvkGetDossierResponse">
  <part name="out" type="tns:KvkDossier" /></message>
<message name="reactKvkSearchDossierNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" />
  <part name="rsin_number" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactKvkSearchDossierNumberResponse">
  <part name="out" type="tns:KvkReferencePagedResult" /></message>
<message name="reactKvkSearchParametersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="trade_name" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="telephone_number" type="xsd:string" />
  <part name="domain_name" type="xsd:string" />
  <part name="strict_search" type="xsd:boolean" />
  <part name="page" type="xsd:int" /></message>
<message name="reactKvkSearchParametersResponse">
  <part name="out" type="tns:KvkReferencePagedResult" /></message>
<message name="reactKvkSearchPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactKvkSearchPostcodeResponse">
  <part name="out" type="tns:KvkReferencePagedResult" /></message>
<message name="reactKvkSearchSelectionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="city" type="tns:stringArray" />
  <part name="postcode" type="tns:stringArray" />
  <part name="sbi" type="tns:stringArray" />
  <part name="primary_sbi_only" type="xsd:boolean" />
  <part name="legal_form" type="tns:intArray" />
  <part name="employees_min" type="xsd:int" />
  <part name="employees_max" type="xsd:int" />
  <part name="economically_active" type="xsd:string" />
  <part name="financial_status" type="xsd:string" />
  <part name="changed_since" type="xsd:string" />
  <part name="new_since" type="xsd:string" />
  <part name="page" type="xsd:int" /></message>
<message name="reactKvkSearchSelectionResponse">
  <part name="out" type="tns:KvkReferencePagedResult" /></message>
<message name="reactKvkGetExtractDocumentRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="allow_caching" type="xsd:boolean" /></message>
<message name="reactKvkGetExtractDocumentResponse">
  <part name="out" type="tns:KvkExtractDocument" /></message>
<message name="reactKvkUpdateCheckDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" />
  <part name="update_types" type="tns:stringArray" /></message>
<message name="reactKvkUpdateCheckDossierResponse">
  <part name="out" type="tns:KvkUpdateReference" /></message>
<message name="reactKvkUpdateGetChangedDossiersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="changed_since" type="xsd:date" />
  <part name="update_types" type="tns:stringArray" />
  <part name="page" type="xsd:int" /></message>
<message name="reactKvkUpdateGetChangedDossiersResponse">
  <part name="out" type="tns:KvkUpdateReferencePagedResult" /></message>
<message name="reactKvkUpdateGetDossiersRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="update_types" type="tns:stringArray" />
  <part name="page" type="xsd:int" /></message>
<message name="reactKvkUpdateGetDossiersResponse">
  <part name="out" type="tns:KvkUpdateReferencePagedResult" /></message>
<message name="reactKvkUpdateAddDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactKvkUpdateAddDossierResponse"></message>
<message name="reactKvkUpdateRemoveDossierRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="dossier_number" type="xsd:string" />
  <part name="establishment_number" type="xsd:string" /></message>
<message name="reactKvkUpdateRemoveDossierResponse"></message>
<message name="reactMapViewPostcodeV2Request">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="format" type="xsd:string" />
  <part name="width" type="xsd:int" />
  <part name="height" type="xsd:int" />
  <part name="zoom" type="xsd:float" /></message>
<message name="reactMapViewPostcodeV2Response">
  <part name="image" type="xsd:base64Binary" /></message>
<message name="reactMapViewLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="center_lat" type="xsd:float" />
  <part name="center_lon" type="xsd:float" />
  <part name="extra_latlon" type="tns:LatLonCoordinatesArray" />
  <part name="format" type="xsd:string" />
  <part name="width" type="xsd:int" />
  <part name="height" type="xsd:int" />
  <part name="zoom" type="xsd:float" /></message>
<message name="reactMapViewLatLonResponse">
  <part name="image" type="xsd:base64Binary" /></message>
<message name="reactMapViewRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="center_x" type="xsd:int" />
  <part name="center_y" type="xsd:int" />
  <part name="extra_xy" type="tns:RDCoordinatesArray" />
  <part name="format" type="xsd:string" />
  <part name="width" type="xsd:int" />
  <part name="height" type="xsd:int" />
  <part name="zoom" type="xsd:float" /></message>
<message name="reactMapViewRDResponse">
  <part name="image" type="xsd:base64Binary" /></message>
<message name="reactMapViewInternationalLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitude" type="xsd:float" />
  <part name="longitude" type="xsd:float" />
  <part name="format" type="xsd:string" />
  <part name="width" type="xsd:int" />
  <part name="height" type="xsd:int" />
  <part name="zoom" type="xsd:float" /></message>
<message name="reactMapViewInternationalLatLonResponse">
  <part name="image" type="xsd:base64Binary" /></message>
<message name="reactMapViewPostcodeRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodes1" type="tns:stringArray" />
  <part name="postcodes2" type="tns:stringArray" />
  <part name="postcodes3" type="tns:stringArray" />
  <part name="postcodes4" type="tns:stringArray" />
  <part name="scale" type="xsd:int" /></message>
<message name="reactMapViewPostcodeResponse">
  <part name="image" type="xsd:base64Binary" /></message>
<message name="reactMetaGetServicesRequest">
  <part name="auth_reactid" type="xsd:string" /></message>
<message name="reactMetaGetServicesResponse">
  <part name="out" type="tns:MetaServiceReferenceArray" /></message>
<message name="reactMetaGetServiceRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="service_name" type="xsd:string" /></message>
<message name="reactMetaGetServiceResponse">
  <part name="out" type="tns:MetaServiceDefinition" /></message>
<message name="reactMetaGetMethodRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="service_name" type="xsd:string" />
  <part name="method_name" type="xsd:string" /></message>
<message name="reactMetaGetMethodResponse">
  <part name="out" type="tns:MetaMethodDefinition" /></message>
<message name="reactNbwoEstimateValueRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="huisnummer" type="xsd:int" />
  <part name="huisnummer_toevoeging" type="xsd:string" />
  <part name="prijspeil_datum" type="xsd:string" />
  <part name="woningtype" type="xsd:string" />
  <part name="inhoud" type="xsd:int" />
  <part name="grootte" type="xsd:int" /></message>
<message name="reactNbwoEstimateValueResponse">
  <part name="out" type="tns:NbwoWaarde" /></message>
<message name="reactRiskCheckPersonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gender" type="xsd:string" />
  <part name="initials" type="xsd:string" />
  <part name="prefix" type="xsd:string" />
  <part name="last_name" type="xsd:string" />
  <part name="birth_date" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="city" type="xsd:string" />
  <part name="account_number" type="xsd:string" />
  <part name="phone_number" type="xsd:string" />
  <part name="mobile_number" type="xsd:string" />
  <part name="email" type="xsd:string" />
  <part name="testing_date" type="xsd:string" /></message>
<message name="reactRiskCheckPersonResponse">
  <part name="out" type="tns:RiskResult" /></message>
<message name="reactRiskCheckGetRiskPersonCompanyReportRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="gender" type="xsd:string" />
  <part name="initials" type="xsd:string" />
  <part name="prefix" type="xsd:string" />
  <part name="last_name" type="xsd:string" />
  <part name="birth_date" type="xsd:string" />
  <part name="street" type="xsd:string" />
  <part name="house_number" type="xsd:int" />
  <part name="house_number_addition" type="xsd:string" />
  <part name="postcode" type="xsd:string" />
  <part name="city" type="xsd:string" /></message>
<message name="reactRiskCheckGetRiskPersonCompanyReportResponse">
  <part name="out" type="tns:RiskPersonCompanyReport" /></message>
<message name="reactRoutePlannerGetRouteRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="start_postcode" type="xsd:string" />
  <part name="start_house_number" type="xsd:int" />
  <part name="start_house_number_addition" type="xsd:string" />
  <part name="start_street" type="xsd:string" />
  <part name="start_city" type="xsd:string" />
  <part name="start_country" type="xsd:string" />
  <part name="destination_postcode" type="xsd:string" />
  <part name="destination_house_number" type="xsd:int" />
  <part name="destination_house_number_addition" type="xsd:string" />
  <part name="destination_street" type="xsd:string" />
  <part name="destination_city" type="xsd:string" />
  <part name="destination_country" type="xsd:string" />
  <part name="route_type" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactRoutePlannerGetRouteResponse">
  <part name="route" type="tns:RoutePlannerRoute" /></message>
<message name="reactRoutePlannerInformationAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="routetype" type="xsd:string" />
  <part name="from_postalcode" type="xsd:string" />
  <part name="from_houseno" type="xsd:string" />
  <part name="from_street" type="xsd:string" />
  <part name="from_city" type="xsd:string" />
  <part name="from_country" type="xsd:string" />
  <part name="to_postalcode" type="xsd:string" />
  <part name="to_houseno" type="xsd:string" />
  <part name="to_street" type="xsd:string" />
  <part name="to_city" type="xsd:string" />
  <part name="to_country" type="xsd:string" /></message>
<message name="reactRoutePlannerInformationAddressResponse">
  <part name="route" type="tns:RouteInfo" /></message>
<message name="reactRoutePlannerDescriptionAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="routetype" type="xsd:string" />
  <part name="from_postalcode" type="xsd:string" />
  <part name="from_houseno" type="xsd:string" />
  <part name="from_street" type="xsd:string" />
  <part name="from_city" type="xsd:string" />
  <part name="from_country" type="xsd:string" />
  <part name="to_postalcode" type="xsd:string" />
  <part name="to_houseno" type="xsd:string" />
  <part name="to_street" type="xsd:string" />
  <part name="to_city" type="xsd:string" />
  <part name="to_country" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactRoutePlannerDescriptionAddressResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRoutePlannerDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" />
  <part name="english" type="xsd:boolean" /></message>
<message name="reactRoutePlannerDescriptionResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRoutePlannerDescriptionShortestRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" />
  <part name="english" type="xsd:boolean" /></message>
<message name="reactRoutePlannerDescriptionShortestResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRoutePlannerDescriptionCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" />
  <part name="routetype" type="xsd:string" />
  <part name="english" type="xsd:boolean" /></message>
<message name="reactRoutePlannerDescriptionCoordinatesRDResponse">
  <part name="route" type="tns:RouteDescriptionCoordinatesRD" /></message>
<message name="reactRoutePlannerInformationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" />
  <part name="routetype" type="xsd:string" /></message>
<message name="reactRoutePlannerInformationResponse">
  <part name="route" type="tns:RouteInfo" /></message>
<message name="reactRoutePlannerRDDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="xfrom" type="xsd:int" />
  <part name="yfrom" type="xsd:int" />
  <part name="xto" type="xsd:int" />
  <part name="yto" type="xsd:int" />
  <part name="routetype" type="xsd:string" />
  <part name="english" type="xsd:boolean" /></message>
<message name="reactRoutePlannerRDDescriptionResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRoutePlannerRDInformationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="xfrom" type="xsd:int" />
  <part name="yfrom" type="xsd:int" />
  <part name="xto" type="xsd:int" />
  <part name="yto" type="xsd:int" />
  <part name="routetype" type="xsd:string" /></message>
<message name="reactRoutePlannerRDInformationResponse">
  <part name="route" type="tns:RouteInfo" /></message>
<message name="reactRoutePlannerRDDescriptionCoordinatesRDRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="xfrom" type="xsd:int" />
  <part name="yfrom" type="xsd:int" />
  <part name="xto" type="xsd:int" />
  <part name="yto" type="xsd:int" />
  <part name="routetype" type="xsd:string" />
  <part name="english" type="xsd:boolean" /></message>
<message name="reactRoutePlannerRDDescriptionCoordinatesRDResponse">
  <part name="route" type="tns:RouteDescriptionCoordinatesRD" /></message>
<message name="reactRoutePlannerInformationDutchAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="routetype" type="xsd:string" />
  <part name="from_postalcode" type="xsd:string" />
  <part name="from_housno" type="xsd:string" />
  <part name="from_street" type="xsd:string" />
  <part name="from_city" type="xsd:string" />
  <part name="to_postalcode" type="xsd:string" />
  <part name="to_housno" type="xsd:string" />
  <part name="to_street" type="xsd:string" />
  <part name="to_city" type="xsd:string" /></message>
<message name="reactRoutePlannerInformationDutchAddressResponse">
  <part name="route" type="tns:RouteInfo" /></message>
<message name="reactRoutePlannerDescriptionDutchAddressRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="routetype" type="xsd:string" />
  <part name="from_postalcode" type="xsd:string" />
  <part name="from_housno" type="xsd:string" />
  <part name="from_street" type="xsd:string" />
  <part name="from_city" type="xsd:string" />
  <part name="to_postalcode" type="xsd:string" />
  <part name="to_housno" type="xsd:string" />
  <part name="to_street" type="xsd:string" />
  <part name="to_city" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactRoutePlannerDescriptionDutchAddressResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRoutePlannerEUDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitudefrom" type="xsd:float" />
  <part name="longitudefrom" type="xsd:float" />
  <part name="latitudeto" type="xsd:float" />
  <part name="longitudeto" type="xsd:float" />
  <part name="routetype" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactRoutePlannerEUDescriptionResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRoutePlannerEUInformationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitudefrom" type="xsd:float" />
  <part name="longitudefrom" type="xsd:float" />
  <part name="latitudeto" type="xsd:float" />
  <part name="longitudeto" type="xsd:float" />
  <part name="routetype" type="xsd:string" /></message>
<message name="reactRoutePlannerEUInformationResponse">
  <part name="route" type="tns:RouteInfo" /></message>
<message name="reactRoutePlannerEUDescriptionCoordinatesLatLonRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitudefrom" type="xsd:float" />
  <part name="longitudefrom" type="xsd:float" />
  <part name="latitudeto" type="xsd:float" />
  <part name="longitudeto" type="xsd:float" />
  <part name="routetype" type="xsd:string" />
  <part name="language" type="xsd:string" /></message>
<message name="reactRoutePlannerEUDescriptionCoordinatesLatLonResponse">
  <part name="route" type="tns:RouteDescriptionCoordinatesLatLon" /></message>
<message name="reactRouteDescriptionRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" />
  <part name="english" type="xsd:boolean" /></message>
<message name="reactRouteDescriptionResponse">
  <part name="route" type="tns:RoutePartArray" /></message>
<message name="reactRouteInformationRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="postcodefrom" type="xsd:string" />
  <part name="postcodeto" type="xsd:string" />
  <part name="routetype" type="xsd:string" /></message>
<message name="reactRouteInformationResponse">
  <part name="route" type="tns:RouteInfo" /></message>
<message name="reactRoutePlannerEUMapRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="latitudefrom" type="xsd:float" />
  <part name="longitudefrom" type="xsd:float" />
  <part name="latitudeto" type="xsd:float" />
  <part name="longitudeto" type="xsd:float" />
  <part name="routetype" type="xsd:string" />
  <part name="language" type="xsd:string" />
  <part name="format" type="xsd:string" />
  <part name="width" type="xsd:int" />
  <part name="height" type="xsd:int" />
  <part name="view" type="xsd:string" /></message>
<message name="reactRoutePlannerEUMapResponse">
  <part name="image" type="xsd:base64Binary" /></message>
<message name="reactSepaConvertBankAccountNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="account_number" type="xsd:string" />
  <part name="nbi" type="xsd:string" />
  <part name="country_code" type="xsd:string" /></message>
<message name="reactSepaConvertBankAccountNumberResponse">
  <part name="response" type="tns:SepaBankAccountIbanData" /></message>
<message name="reactSepaValidateInternationalBankAccountNumberFormatRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="iban" type="xsd:string" /></message>
<message name="reactSepaValidateInternationalBankAccountNumberFormatResponse">
  <part name="validation_report" type="tns:SepaInternationalBankAccountNumberFormatValidationReport" /></message>
<message name="reactSepaIbanDetailsRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="iban" type="xsd:string" /></message>
<message name="reactSepaIbanDetailsResponse">
  <part name="iban_details" type="tns:SepaBankAccountIbanData" /></message>
<message name="reactSepaMatchAccountHolderRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="iban" type="xsd:string" />
  <part name="name" type="xsd:string" /></message>
<message name="reactSepaMatchAccountHolderResponse">
  <part name="match_account_holder" type="tns:SepaMatchAccountHolderResult" /></message>
<message name="reactSepaConvertBasicBankAccountNumberRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="bban" type="xsd:string" />
  <part name="country_iso" type="xsd:string" /></message>
<message name="reactSepaConvertBasicBankAccountNumberResponse">
  <part name="bankaccount" type="tns:SepaBankAccountData" /></message>
<message name="reactVatValidateRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="vat_number" type="xsd:string" /></message>
<message name="reactVatValidateResponse">
  <part name="out" type="tns:VatValidation" /></message>
<message name="reactVatViesProxyCheckVatRequest">
  <part name="auth_reactid" type="xsd:string" />
  <part name="vat_number" type="xsd:string" /></message>
<message name="reactVatViesProxyCheckVatResponse">
  <part name="out" type="tns:VatProxyViesCheckVatResponse" /></message>
<portType name="Webservices.nlPortType">
  <operation name="reactAccountGetCreationToken">
    <documentation>Retrieve a token with which a new account may be created via the Webview</documentation>
    <input message="tns:reactAccountGetCreationTokenRequest"/>
    <output message="tns:reactAccountGetCreationTokenResponse"/>
  </operation>
  <operation name="reactAccountGetCreationStatus">
    <documentation>Get the id of an account created with a token retrieved using accountGetCreationToken</documentation>
    <input message="tns:reactAccountGetCreationStatusRequest"/>
    <output message="tns:reactAccountGetCreationStatusResponse"/>
  </operation>
  <operation name="reactAccountGetOrderToken">
    <documentation>Retrieve a token that can be used order account balance via the &lt;Webview Interface&gt;</documentation>
    <input message="tns:reactAccountGetOrderTokenRequest"/>
    <output message="tns:reactAccountGetOrderTokenResponse"/>
  </operation>
  <operation name="reactUserSessionRemove">
    <documentation>Removes all sessions of a user, or just a single session if reactid is not 0</documentation>
    <input message="tns:reactUserSessionRemoveRequest"/>
    <output message="tns:reactUserSessionRemoveResponse"/>
  </operation>
  <operation name="reactUserSessionList">
    <documentation>Lists all the current sessions of a user</documentation>
    <input message="tns:reactUserSessionListRequest"/>
    <output message="tns:reactUserSessionListResponse"/>
  </operation>
  <operation name="reactUserViewBalance">
    <documentation>Returns the users balance</documentation>
    <input message="tns:reactUserViewBalanceRequest"/>
    <output message="tns:reactUserViewBalanceResponse"/>
  </operation>
  <operation name="reactUserEditBalance">
    <documentation>Change the user's balance</documentation>
    <input message="tns:reactUserEditBalanceRequest"/>
    <output message="tns:reactUserEditBalanceResponse"/>
  </operation>
  <operation name="reactAccountViewBalance">
    <documentation>Returns the accounts balance</documentation>
    <input message="tns:reactAccountViewBalanceRequest"/>
    <output message="tns:reactAccountViewBalanceResponse"/>
  </operation>
  <operation name="reactUserViewV2">
    <documentation>View users details</documentation>
    <input message="tns:reactUserViewV2Request"/>
    <output message="tns:reactUserViewV2Response"/>
  </operation>
  <operation name="reactUserEditV2">
    <documentation>Edit a users details, the users current password is required</documentation>
    <input message="tns:reactUserEditV2Request"/>
    <output message="tns:reactUserEditV2Response"/>
  </operation>
  <operation name="reactUserEditExtendedV2">
    <documentation>Edit details only an admin may change, such as a users nickname and password.notificationrecipients must have one of the following values: accountcontact, user, 
                    accountcontact_and_user. Otherwise it will default to accountcontact.</documentation>
    <input message="tns:reactUserEditExtendedV2Request"/>
    <output message="tns:reactUserEditExtendedV2Response"/>
  </operation>
  <operation name="reactUserCreateV2">
    <documentation>Create and notify a new user</documentation>
    <input message="tns:reactUserCreateV2Request"/>
    <output message="tns:reactUserCreateV2Response"/>
  </operation>
  <operation name="reactUserChangePassword">
    <documentation>Change a users password</documentation>
    <input message="tns:reactUserChangePasswordRequest"/>
    <output message="tns:reactUserChangePasswordResponse"/>
  </operation>
  <operation name="reactUserRemove">
    <documentation>Deletes a user</documentation>
    <input message="tns:reactUserRemoveRequest"/>
    <output message="tns:reactUserRemoveResponse"/>
  </operation>
  <operation name="reactUserNotify">
    <documentation>Activates the user and sends user login information to users email address</documentation>
    <input message="tns:reactUserNotifyRequest"/>
    <output message="tns:reactUserNotifyResponse"/>
  </operation>
  <operation name="reactUserListAssignableGroups">
    <documentation>Returns a list of all groups the user may assign to other users</documentation>
    <input message="tns:reactUserListAssignableGroupsRequest"/>
    <output message="tns:reactUserListAssignableGroupsResponse"/>
  </operation>
  <operation name="reactUserAddGroup">
    <documentation>Add a user to a group</documentation>
    <input message="tns:reactUserAddGroupRequest"/>
    <output message="tns:reactUserAddGroupResponse"/>
  </operation>
  <operation name="reactUserRemoveGroup">
    <documentation>Remove a user from a group</documentation>
    <input message="tns:reactUserRemoveGroupRequest"/>
    <output message="tns:reactUserRemoveGroupResponse"/>
  </operation>
  <operation name="reactAccountViewV2">
    <documentation>View the account details</documentation>
    <input message="tns:reactAccountViewV2Request"/>
    <output message="tns:reactAccountViewV2Response"/>
  </operation>
  <operation name="reactAccountEditV2">
    <documentation>Edit an accounts details</documentation>
    <input message="tns:reactAccountEditV2Request"/>
    <output message="tns:reactAccountEditV2Response"/>
  </operation>
  <operation name="reactAccountUserListV2">
    <documentation>Returns a list of all users in the account</documentation>
    <input message="tns:reactAccountUserListV2Request"/>
    <output message="tns:reactAccountUserListV2Response"/>
  </operation>
  <operation name="reactAccountUserSearchV2">
    <documentation>Returns a list of users that are in the account and match the search phrase</documentation>
    <input message="tns:reactAccountUserSearchV2Request"/>
    <output message="tns:reactAccountUserSearchV2Response"/>
  </operation>
  <operation name="reactAccountEditHostRestrictions">
    <documentation>Sets host restrictions for the account</documentation>
    <input message="tns:reactAccountEditHostRestrictionsRequest"/>
    <output message="tns:reactAccountEditHostRestrictionsResponse"/>
  </operation>
  <operation name="reactAccountViewHostRestrictions">
    <documentation>Gets host restrictions for the account</documentation>
    <input message="tns:reactAccountViewHostRestrictionsRequest"/>
    <output message="tns:reactAccountViewHostRestrictionsResponse"/>
  </operation>
  <operation name="reactUserEditHostRestrictions">
    <documentation>Edit host restrictions for this user</documentation>
    <input message="tns:reactUserEditHostRestrictionsRequest"/>
    <output message="tns:reactUserEditHostRestrictionsResponse"/>
  </operation>
  <operation name="reactUserViewHostRestrictions">
    <documentation>View host restrictions for this user</documentation>
    <input message="tns:reactUserViewHostRestrictionsRequest"/>
    <output message="tns:reactUserViewHostRestrictionsResponse"/>
  </operation>
  <operation name="reactUserCreateAuto">
    <documentation>This method is deprecated, use userCreateV2 instead. Create a new automated user</documentation>
    <input message="tns:reactUserCreateAutoRequest"/>
    <output message="tns:reactUserCreateAutoResponse"/>
  </operation>
  <operation name="reactUserView">
    <documentation>View users details</documentation>
    <input message="tns:reactUserViewRequest"/>
    <output message="tns:reactUserViewResponse"/>
  </operation>
  <operation name="reactUserViewCredits">
    <documentation>Returns the number of credits the user has</documentation>
    <input message="tns:reactUserViewCreditsRequest"/>
    <output message="tns:reactUserViewCreditsResponse"/>
  </operation>
  <operation name="reactAccountView">
    <documentation>Deprecated. View the account details</documentation>
    <input message="tns:reactAccountViewRequest"/>
    <output message="tns:reactAccountViewResponse"/>
  </operation>
  <operation name="reactAccountViewCredits">
    <documentation>Deprecated. Returns the number of credits the account has</documentation>
    <input message="tns:reactAccountViewCreditsRequest"/>
    <output message="tns:reactAccountViewCreditsResponse"/>
  </operation>
  <operation name="reactAccountUsesBalance">
    <documentation>Deprecated. Always returns true</documentation>
    <input message="tns:reactAccountUsesBalanceRequest"/>
    <output message="tns:reactAccountUsesBalanceResponse"/>
  </operation>
  <operation name="reactAddressReeksPostcodeSearch">
    <documentation>Get an address by providing its complete postcode (including house number). This is a reeks level function. </documentation>
    <input message="tns:reactAddressReeksPostcodeSearchRequest"/>
    <output message="tns:reactAddressReeksPostcodeSearchResponse"/>
  </operation>
  <operation name="reactAddressReeksAddressSearch">
    <documentation>Get an address by providing the address, postcode, city. This is a reeks level function. </documentation>
    <input message="tns:reactAddressReeksAddressSearchRequest"/>
    <output message="tns:reactAddressReeksAddressSearchResponse"/>
  </operation>
  <operation name="reactAddressReeksFullParameterSearch">
    <documentation>Look for an address by province, municipality, city, street, house number and house number addition. Returns a list of matches. This is a reeks level function. </documentation>
    <input message="tns:reactAddressReeksFullParameterSearchRequest"/>
    <output message="tns:reactAddressReeksFullParameterSearchResponse"/>
  </operation>
  <operation name="reactAddressReeksParameterSearch">
    <documentation>Look for an address by province, municipality, city, street, house number and house number addition. Returns a list of matches. This is a reeks level function.</documentation>
    <input message="tns:reactAddressReeksParameterSearchRequest"/>
    <output message="tns:reactAddressReeksParameterSearchResponse"/>
  </operation>
  <operation name="reactAddressPerceelPhraseSearch">
    <documentation>Look for an perceel address by simply providing a phrase such as &quot;Somestreet 123&quot;. Returns a list of matches. This is a perceel level function (more accurate than reeks level).</documentation>
    <input message="tns:reactAddressPerceelPhraseSearchRequest"/>
    <output message="tns:reactAddressPerceelPhraseSearchResponse"/>
  </operation>
  <operation name="reactAddressPerceelFullParameterSearchV2">
    <documentation>Look for an perceel address by province, municipality, city, street, house number and house number addition. Returns a list of matches This is a perceel level function (more accurate than reeks level). </documentation>
    <input message="tns:reactAddressPerceelFullParameterSearchV2Request"/>
    <output message="tns:reactAddressPerceelFullParameterSearchV2Response"/>
  </operation>
  <operation name="reactAddressProvinceListNeighborhoods">
    <documentation>Returns a list of all neighborhood codes in the province</documentation>
    <input message="tns:reactAddressProvinceListNeighborhoodsRequest"/>
    <output message="tns:reactAddressProvinceListNeighborhoodsResponse"/>
  </operation>
  <operation name="reactAddressProvinceListDistricts">
    <documentation>Returns a list of municipalities which are in the specified province</documentation>
    <input message="tns:reactAddressProvinceListDistrictsRequest"/>
    <output message="tns:reactAddressProvinceListDistrictsResponse"/>
  </operation>
  <operation name="reactAddressProvinceList">
    <documentation>Returns a list of all provinces</documentation>
    <input message="tns:reactAddressProvinceListRequest"/>
    <output message="tns:reactAddressProvinceListResponse"/>
  </operation>
  <operation name="reactAddressProvinceSearch">
    <documentation>Returns a list of provinces which match the given name</documentation>
    <input message="tns:reactAddressProvinceSearchRequest"/>
    <output message="tns:reactAddressProvinceSearchResponse"/>
  </operation>
  <operation name="reactAddressDistrictSearch">
    <documentation>Returns a list of municipalities which match the given name</documentation>
    <input message="tns:reactAddressDistrictSearchRequest"/>
    <output message="tns:reactAddressDistrictSearchResponse"/>
  </operation>
  <operation name="reactAddressDistrictListCities">
    <documentation>Returns a list of cities which are in the specified municipality</documentation>
    <input message="tns:reactAddressDistrictListCitiesRequest"/>
    <output message="tns:reactAddressDistrictListCitiesResponse"/>
  </operation>
  <operation name="reactAddressDistrictListNeighborhoods">
    <documentation>Returns a list of all neighborhood codes in the municipality</documentation>
    <input message="tns:reactAddressDistrictListNeighborhoodsRequest"/>
    <output message="tns:reactAddressDistrictListNeighborhoodsResponse"/>
  </operation>
  <operation name="reactAddressCitySearchV2">
    <documentation>Search for all cities that match a phrase. Cities are also matched if input matches a commonly used alternative city name. Exact matches on the official name are listed first, the rest of the results is sorted alphabetically.</documentation>
    <input message="tns:reactAddressCitySearchV2Request"/>
    <output message="tns:reactAddressCitySearchV2Response"/>
  </operation>
  <operation name="reactAddressCityListNeighborhoods">
    <documentation>Returns a list of all neighborhood codes in the city</documentation>
    <input message="tns:reactAddressCityListNeighborhoodsRequest"/>
    <output message="tns:reactAddressCityListNeighborhoodsResponse"/>
  </operation>
  <operation name="reactAddressPerceelFullParameterSearch">
    <documentation>This is a deprecated function. Please use &quot;addressPerceelFullParameterSearchV2&quot; instead.</documentation>
    <input message="tns:reactAddressPerceelFullParameterSearchRequest"/>
    <output message="tns:reactAddressPerceelFullParameterSearchResponse"/>
  </operation>
  <operation name="reactAddressPerceelParameterSearch">
    <documentation>This is a deprecated function. Please use &quot;addressPerceelFullParameterSearchV2&quot; or &quot;addressPerceelPhraseSearch&quot; instead.</documentation>
    <input message="tns:reactAddressPerceelParameterSearchRequest"/>
    <output message="tns:reactAddressPerceelParameterSearchResponse"/>
  </operation>
  <operation name="reactAddressCitySearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressCitySearchV2&quot; instead.</documentation>
    <input message="tns:reactAddressCitySearchRequest"/>
    <output message="tns:reactAddressCitySearchResponse"/>
  </operation>
  <operation name="reactAddressPhraseSearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressReeksAddressSearch&quot; instead.</documentation>
    <input message="tns:reactAddressPhraseSearchRequest"/>
    <output message="tns:reactAddressPhraseSearchResponse"/>
  </operation>
  <operation name="reactAddressParameterSearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressReeksParameterSearch&quot; instead.</documentation>
    <input message="tns:reactAddressParameterSearchRequest"/>
    <output message="tns:reactAddressParameterSearchResponse"/>
  </operation>
  <operation name="reactAddressReeksPhraseSearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressReeksAddressSearch&quot; or &quot;addressReeksFullParameterSearch&quot; instead.</documentation>
    <input message="tns:reactAddressReeksPhraseSearchRequest"/>
    <output message="tns:reactAddressReeksPhraseSearchResponse"/>
  </operation>
  <operation name="reactPerceelPhraseSearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressPerceelPhraseSearch&quot; instead.</documentation>
    <input message="tns:reactPerceelPhraseSearchRequest"/>
    <output message="tns:reactPerceelPhraseSearchResponse"/>
  </operation>
  <operation name="reactAddressPostcodeSearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressReeksPostcodeSearch&quot; instead.</documentation>
    <input message="tns:reactAddressPostcodeSearchRequest"/>
    <output message="tns:reactAddressPostcodeSearchResponse"/>
  </operation>
  <operation name="reactCitySearch">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;addressCitySearchV2&quot; instead.</documentation>
    <input message="tns:reactCitySearchRequest"/>
    <output message="tns:reactCitySearchResponse"/>
  </operation>
  <operation name="reactAddressNeighborhoodName">
    <documentation>This function is about to be removed!</documentation>
    <input message="tns:reactAddressNeighborhoodNameRequest"/>
    <output message="tns:reactAddressNeighborhoodNameResponse"/>
  </operation>
  <operation name="reactAddressNeighborhoodPhraseSearch">
    <documentation>This function is about to be removed!</documentation>
    <input message="tns:reactAddressNeighborhoodPhraseSearchRequest"/>
    <output message="tns:reactAddressNeighborhoodPhraseSearchResponse"/>
  </operation>
  <operation name="reactAreaCodeLookup">
    <documentation>Get the telephone area codes belonging to the neighborhood</documentation>
    <input message="tns:reactAreaCodeLookupRequest"/>
    <output message="tns:reactAreaCodeLookupResponse"/>
  </operation>
  <operation name="reactAreaCodeToNeighborhoodcode">
    <documentation>Get the neighborhood codes of the neighborhoods that have the specified area code</documentation>
    <input message="tns:reactAreaCodeToNeighborhoodcodeRequest"/>
    <output message="tns:reactAreaCodeToNeighborhoodcodeResponse"/>
  </operation>
  <operation name="reactAreaCodePostcodeLookup">
    <documentation>Get the telephone areacodes related to a given postcode</documentation>
    <input message="tns:reactAreaCodePostcodeLookupRequest"/>
    <output message="tns:reactAreaCodePostcodeLookupResponse"/>
  </operation>
  <operation name="login">
    <documentation>Logs the user in using username and password, returns a reactid for authentication in further requests</documentation>
    <input message="tns:loginRequest"/>
    <output message="tns:loginResponse"/>
  </operation>
  <operation name="reactLogout">
    <documentation>Logs the user out, destroys the session associated with the reactid</documentation>
    <input message="tns:reactLogoutRequest"/>
    <output message="tns:reactLogoutResponse"/>
  </operation>
  <operation name="reactBelgianBusinessGetDossier">
    <documentation>Retrieve data on a belgian business establishment</documentation>
    <input message="tns:reactBelgianBusinessGetDossierRequest"/>
    <output message="tns:reactBelgianBusinessGetDossierResponse"/>
  </operation>
  <operation name="reactBovagGetMemberByBovagId">
    <documentation>Retrieve a Bovag member using a Bovag identifier.</documentation>
    <input message="tns:reactBovagGetMemberByBovagIdRequest"/>
    <output message="tns:reactBovagGetMemberByBovagIdResponse"/>
  </operation>
  <operation name="reactBovagGetMemberByDutchBusiness">
    <documentation>Retrieve a Bovag member using a DutchBusiness identifiers.</documentation>
    <input message="tns:reactBovagGetMemberByDutchBusinessRequest"/>
    <output message="tns:reactBovagGetMemberByDutchBusinessResponse"/>
  </operation>
  <operation name="reactBusinessGetEstablishmentNumber">
    <documentation>Retrieve the establishment number (Dutch 'Vestigingsnummer') for a business.</documentation>
    <input message="tns:reactBusinessGetEstablishmentNumberRequest"/>
    <output message="tns:reactBusinessGetEstablishmentNumberResponse"/>
  </operation>
  <operation name="reactBusinessGetBIKDescription">
    <documentation>Look up a BIK ('Bedrijfsindeling kamers van koophandel') code, which is the type of code returned in a  &lt;BusinessDossier&gt; as the Primary or Secondary activity code. The description for all levels of the BIK code is returned, even if the full length BIK code does not exist. Descriptions of the section associated with the BIK code is also returned.</documentation>
    <input message="tns:reactBusinessGetBIKDescriptionRequest"/>
    <output message="tns:reactBusinessGetBIKDescriptionResponse"/>
  </operation>
  <operation name="reactBusinessGetSBIDescription">
    <documentation>Look up a SBI ('Standaard Bedrijfs Indeling 2008') code.</documentation>
    <input message="tns:reactBusinessGetSBIDescriptionRequest"/>
    <output message="tns:reactBusinessGetSBIDescriptionResponse"/>
  </operation>
  <operation name="reactBusinessBIKToSBI">
    <input message="tns:reactBusinessBIKToSBIRequest"/>
    <output message="tns:reactBusinessBIKToSBIResponse"/>
  </operation>
  <operation name="reactBusinessSBIToBIK">
    <input message="tns:reactBusinessSBIToBIKRequest"/>
    <output message="tns:reactBusinessSBIToBIKResponse"/>
  </operation>
  <operation name="reactBusinessGetDossierV3">
    <documentation>Look up a business Dossier. The subdossierno parameter can be left empty to get all Sub Dossiers of one Dossier.</documentation>
    <input message="tns:reactBusinessGetDossierV3Request"/>
    <output message="tns:reactBusinessGetDossierV3Response"/>
  </operation>
  <operation name="reactBusinessGetDossierExtended">
    <documentation>Look up an extended business Dossier.</documentation>
    <input message="tns:reactBusinessGetDossierExtendedRequest"/>
    <output message="tns:reactBusinessGetDossierExtendedResponse"/>
  </operation>
  <operation name="reactBusinessSearchDossierNumber">
    <documentation>Look up a business using its dossier number.</documentation>
    <input message="tns:reactBusinessSearchDossierNumberRequest"/>
    <output message="tns:reactBusinessSearchDossierNumberResponse"/>
  </operation>
  <operation name="reactBusinessSearchPostcode">
    <documentation>Look up a business using its postcode address. nbcode is required, other parameters may be left empty.</documentation>
    <input message="tns:reactBusinessSearchPostcodeRequest"/>
    <output message="tns:reactBusinessSearchPostcodeResponse"/>
  </operation>
  <operation name="reactBusinessSearchAddress">
    <documentation>Lookup a business using its address. Specified parameters are compared against both establishment and correspondence addresses to find a match. Parameters may be left empty.</documentation>
    <input message="tns:reactBusinessSearchAddressRequest"/>
    <output message="tns:reactBusinessSearchAddressResponse"/>
  </operation>
  <operation name="reactBusinessSearchName">
    <documentation>Lookup a business using its name.</documentation>
    <input message="tns:reactBusinessSearchNameRequest"/>
    <output message="tns:reactBusinessSearchNameResponse"/>
  </operation>
  <operation name="reactBusinessSearchParameters">
    <documentation>Look up a business by a number of parameters. At least a tradename, neighborhood code, street, city or telephone number is required. Lookups based on postbus address are possible by specifying streetname &quot;Postbus&quot; and specifying the postbus number in the houseno parameter. Specified address parameters are compared against both establishment and correspondence addresses to find a match. </documentation>
    <input message="tns:reactBusinessSearchParametersRequest"/>
    <output message="tns:reactBusinessSearchParametersResponse"/>
  </operation>
  <operation name="reactBusinessSearchParametersV3">
    <documentation>Look up a business by a number of parameters. At least a tradename, neighborhood code, street, city or telephone number is required. Lookups based on postbus address are possible by specifying streetname &quot;Postbus&quot; and specifying the postbus number in the houseno parameter. Specified address parameters are compared against both establishment and correspondence addresses to find a match. </documentation>
    <input message="tns:reactBusinessSearchParametersV3Request"/>
    <output message="tns:reactBusinessSearchParametersV3Response"/>
  </operation>
  <operation name="reactBusinessSearchSelection">
    <documentation>Look up a business using its location and SBI code.</documentation>
    <input message="tns:reactBusinessSearchSelectionRequest"/>
    <output message="tns:reactBusinessSearchSelectionResponse"/>
  </operation>
  <operation name="reactBusinessSearchSelectionV2">
    <documentation>Look up a business using its location and SBI code.</documentation>
    <input message="tns:reactBusinessSearchSelectionV2Request"/>
    <output message="tns:reactBusinessSearchSelectionV2Response"/>
  </operation>
  <operation name="reactBusinessGetDossierSBI">
    <documentation>Returns the SBI codes and their descriptions for a dossier.</documentation>
    <input message="tns:reactBusinessGetDossierSBIRequest"/>
    <output message="tns:reactBusinessGetDossierSBIResponse"/>
  </operation>
  <operation name="reactBusinessUpdateCheckDossier">
    <input message="tns:reactBusinessUpdateCheckDossierRequest"/>
    <output message="tns:reactBusinessUpdateCheckDossierResponse"/>
  </operation>
  <operation name="reactBusinessUpdateGetChangedDossiers">
    <documentation>Retrieve dossier numbers for all dossiers changed since the given date.</documentation>
    <input message="tns:reactBusinessUpdateGetChangedDossiersRequest"/>
    <output message="tns:reactBusinessUpdateGetChangedDossiersResponse"/>
  </operation>
  <operation name="reactBusinessUpdateGetDossiers">
    <documentation>Returns a list of all dossiers that have been updated since they were last retrieved by the user</documentation>
    <input message="tns:reactBusinessUpdateGetDossiersRequest"/>
    <output message="tns:reactBusinessUpdateGetDossiersResponse"/>
  </operation>
  <operation name="reactBusinessUpdateAddDossier">
    <documentation>Add a dossier to the list of dossiers for which the user (the user whose credentials are used to make the call) wants to receive updates</documentation>
    <input message="tns:reactBusinessUpdateAddDossierRequest"/>
    <output message="tns:reactBusinessUpdateAddDossierResponse"/>
  </operation>
  <operation name="reactBusinessUpdateRemoveDossier">
    <documentation>Remove a dossier from the list of dossiers for which the user (the user whose credentials are used to make the call) wants to receive updates.</documentation>
    <input message="tns:reactBusinessUpdateRemoveDossierRequest"/>
    <output message="tns:reactBusinessUpdateRemoveDossierResponse"/>
  </operation>
  <operation name="reactBusinessSearchParametersV2">
    <documentation>Look up a business by a number of parameters. At least a tradename, neighborhood code, street, city or telephone number is required. Lookups based on postbus address are possible by specifying streetname &quot;Postbus&quot; and specifying the postbus number in the houseno parameter. Specified address parameters are compared against both establishment and correspondence addresses to find a match. </documentation>
    <input message="tns:reactBusinessSearchParametersV2Request"/>
    <output message="tns:reactBusinessSearchParametersV2Response"/>
  </operation>
  <operation name="reactBusinessGetDossierV2">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;businessGetDossierV3&quot; instead.</documentation>
    <input message="tns:reactBusinessGetDossierV2Request"/>
    <output message="tns:reactBusinessGetDossierV2Response"/>
  </operation>
  <operation name="reactBusinessGetDossier">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;businessGetDossierV3&quot; instead.</documentation>
    <input message="tns:reactBusinessGetDossierRequest"/>
    <output message="tns:reactBusinessGetDossierResponse"/>
  </operation>
  <operation name="reactCarRDWCarCheckCode">
    <documentation>Check the validity of a license plate and check code ('meldcode') combination</documentation>
    <input message="tns:reactCarRDWCarCheckCodeRequest"/>
    <output message="tns:reactCarRDWCarCheckCodeResponse"/>
  </operation>
  <operation name="reactCarRDWCarDataV3">
    <documentation>Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.</documentation>
    <input message="tns:reactCarRDWCarDataV3Request"/>
    <output message="tns:reactCarRDWCarDataV3Response"/>
  </operation>
  <operation name="reactCarRDWCarDataBPV2">
    <documentation>Find a specific Dutch car's data, including BPM and power and types</documentation>
    <input message="tns:reactCarRDWCarDataBPV2Request"/>
    <output message="tns:reactCarRDWCarDataBPV2Response"/>
  </operation>
  <operation name="reactCarRDWCarDataExtended">
    <documentation>Find a specific Dutch car's data, including European Approval Mark</documentation>
    <input message="tns:reactCarRDWCarDataExtendedRequest"/>
    <output message="tns:reactCarRDWCarDataExtendedResponse"/>
  </operation>
  <operation name="reactCarRDWCarDataPrice">
    <documentation>Retrieves data of a car with a Dutch license plate, including catalog price.</documentation>
    <input message="tns:reactCarRDWCarDataPriceRequest"/>
    <output message="tns:reactCarRDWCarDataPriceResponse"/>
  </operation>
  <operation name="reactCarRDWCarDataOptions">
    <documentation>Find a specific Dutch car's data, including information about extra options</documentation>
    <input message="tns:reactCarRDWCarDataOptionsRequest"/>
    <output message="tns:reactCarRDWCarDataOptionsResponse"/>
  </operation>
  <operation name="reactCarATDPrice">
    <documentation>Retrieve Autodisk price information</documentation>
    <input message="tns:reactCarATDPriceRequest"/>
    <output message="tns:reactCarATDPriceResponse"/>
  </operation>
  <operation name="reactCarRDWCarData">
    <documentation>Find a specific Dutch car's data</documentation>
    <input message="tns:reactCarRDWCarDataRequest"/>
    <output message="tns:reactCarRDWCarDataResponse"/>
  </operation>
  <operation name="reactCarRDWCarDataV2">
    <documentation>Retrieves data of a car with a Dutch license plate, including a list of types matched if more information is available.</documentation>
    <input message="tns:reactCarRDWCarDataV2Request"/>
    <output message="tns:reactCarRDWCarDataV2Response"/>
  </operation>
  <operation name="reactCarRDWCarDataBP">
    <documentation>Find a specific Dutch car's data, including BPM and power</documentation>
    <input message="tns:reactCarRDWCarDataBPRequest"/>
    <output message="tns:reactCarRDWCarDataBPResponse"/>
  </operation>
  <operation name="reactCarVWEMeldcodeCheck">
    <documentation>Check the validity of a license plate and check code ('meldcode') combination</documentation>
    <input message="tns:reactCarVWEMeldcodeCheckRequest"/>
    <output message="tns:reactCarVWEMeldcodeCheckResponse"/>
  </operation>
  <operation name="reactCarVWEBasicTypeData">
    <input message="tns:reactCarVWEBasicTypeDataRequest"/>
    <output message="tns:reactCarVWEBasicTypeDataResponse"/>
  </operation>
  <operation name="reactCarVWEVersionPrice">
    <input message="tns:reactCarVWEVersionPriceRequest"/>
    <output message="tns:reactCarVWEVersionPriceResponse"/>
  </operation>
  <operation name="reactCarVWEOptions">
    <documentation>Retrieve options of a specific model of a car</documentation>
    <input message="tns:reactCarVWEOptionsRequest"/>
    <output message="tns:reactCarVWEOptionsResponse"/>
  </operation>
  <operation name="reactCarVWEListBrands">
    <input message="tns:reactCarVWEListBrandsRequest"/>
    <output message="tns:reactCarVWEListBrandsResponse"/>
  </operation>
  <operation name="reactCarVWEListModels">
    <input message="tns:reactCarVWEListModelsRequest"/>
    <output message="tns:reactCarVWEListModelsResponse"/>
  </operation>
  <operation name="reactCarVWEListVersions">
    <input message="tns:reactCarVWEListVersionsRequest"/>
    <output message="tns:reactCarVWEListVersionsResponse"/>
  </operation>
  <operation name="reactCarVWEVersionYearData">
    <input message="tns:reactCarVWEVersionYearDataRequest"/>
    <output message="tns:reactCarVWEVersionYearDataResponse"/>
  </operation>
  <operation name="reactCarVWEPhotos">
    <documentation>Retrieve photos of a specific model of a car</documentation>
    <input message="tns:reactCarVWEPhotosRequest"/>
    <output message="tns:reactCarVWEPhotosResponse"/>
  </operation>
  <operation name="reactComplianceSearchPersons">
    <documentation>Retrieve a list of person entities based on search criteria</documentation>
    <input message="tns:reactComplianceSearchPersonsRequest"/>
    <output message="tns:reactComplianceSearchPersonsResponse"/>
  </operation>
  <operation name="reactComplianceGetPerson">
    <documentation>Retrieve a person entity based on a provided id</documentation>
    <input message="tns:reactComplianceGetPersonRequest"/>
    <output message="tns:reactComplianceGetPersonResponse"/>
  </operation>
  <operation name="reactComplianceSearchBusinesses">
    <documentation>Retrieve a list of business entities based on search criteria</documentation>
    <input message="tns:reactComplianceSearchBusinessesRequest"/>
    <output message="tns:reactComplianceSearchBusinessesResponse"/>
  </operation>
  <operation name="reactComplianceGetBusiness">
    <documentation>Retrieve a business based on a provided id</documentation>
    <input message="tns:reactComplianceGetBusinessRequest"/>
    <output message="tns:reactComplianceGetBusinessResponse"/>
  </operation>
  <operation name="reactCreditsafeGetReportFull">
    <input message="tns:reactCreditsafeGetReportFullRequest"/>
    <output message="tns:reactCreditsafeGetReportFullResponse"/>
  </operation>
  <operation name="reactCreditsafeSearch">
    <input message="tns:reactCreditsafeSearchRequest"/>
    <output message="tns:reactCreditsafeSearchResponse"/>
  </operation>
  <operation name="reactCreditsafeSearchV2">
    <input message="tns:reactCreditsafeSearchV2Request"/>
    <output message="tns:reactCreditsafeSearchV2Response"/>
  </operation>
  <operation name="reactCreditsafeGetReportFullV2">
    <input message="tns:reactCreditsafeGetReportFullV2Request"/>
    <output message="tns:reactCreditsafeGetReportFullV2Response"/>
  </operation>
  <operation name="reactCreditsafeGetReportFullPdfV2">
    <input message="tns:reactCreditsafeGetReportFullPdfV2Request"/>
    <output message="tns:reactCreditsafeGetReportFullPdfV2Response"/>
  </operation>
  <operation name="reactCreditsafeSearchCriteria">
    <input message="tns:reactCreditsafeSearchCriteriaRequest"/>
    <output message="tns:reactCreditsafeSearchCriteriaResponse"/>
  </operation>
  <operation name="reactCreditsafeMonitorAddCompany">
    <input message="tns:reactCreditsafeMonitorAddCompanyRequest"/>
    <output message="tns:reactCreditsafeMonitorAddCompanyResponse"/>
  </operation>
  <operation name="reactCreditsafeMonitorRemoveCompany">
    <input message="tns:reactCreditsafeMonitorRemoveCompanyRequest"/>
    <output message="tns:reactCreditsafeMonitorRemoveCompanyResponse"/>
  </operation>
  <operation name="reactCreditsafeMonitorGetUpdatedCompanies">
    <input message="tns:reactCreditsafeMonitorGetUpdatedCompaniesRequest"/>
    <output message="tns:reactCreditsafeMonitorGetUpdatedCompaniesResponse"/>
  </operation>
  <operation name="reactDnbSearchReferenceV2">
    <documentation>Look up a business and return basic information about the business.</documentation>
    <input message="tns:reactDnbSearchReferenceV2Request"/>
    <output message="tns:reactDnbSearchReferenceV2Response"/>
  </operation>
  <operation name="reactDnbGetReference">
    <documentation>Retrieve a DNBBusinessReference with name, address and D&amp;B business key for a specific business.</documentation>
    <input message="tns:reactDnbGetReferenceRequest"/>
    <output message="tns:reactDnbGetReferenceResponse"/>
  </operation>
  <operation name="reactDnbWorldbaseMarketing">
    <documentation>Retrieve basic WorldBase business information</documentation>
    <input message="tns:reactDnbWorldbaseMarketingRequest"/>
    <output message="tns:reactDnbWorldbaseMarketingResponse"/>
  </operation>
  <operation name="reactDnbWorldbaseMarketingPlus">
    <documentation>Retrieve detailed WorldBase business information</documentation>
    <input message="tns:reactDnbWorldbaseMarketingPlusRequest"/>
    <output message="tns:reactDnbWorldbaseMarketingPlusResponse"/>
  </operation>
  <operation name="reactDnbWorldbaseMarketingPlusLinkage">
    <documentation>Detailed WorldBase information, including information on a business' family tree</documentation>
    <input message="tns:reactDnbWorldbaseMarketingPlusLinkageRequest"/>
    <output message="tns:reactDnbWorldbaseMarketingPlusLinkageResponse"/>
  </operation>
  <operation name="reactDnbQuickCheck">
    <documentation>Do a D&amp;B Quick Check on a business.</documentation>
    <input message="tns:reactDnbQuickCheckRequest"/>
    <output message="tns:reactDnbQuickCheckResponse"/>
  </operation>
  <operation name="reactDnbBusinessVerification">
    <documentation>Do a D&amp;B Business Verification on a business.</documentation>
    <input message="tns:reactDnbBusinessVerificationRequest"/>
    <output message="tns:reactDnbBusinessVerificationResponse"/>
  </operation>
  <operation name="reactDnbEnterpriseManagement">
    <documentation>Retrieve D&amp;B Enterprise Management for a business.</documentation>
    <input message="tns:reactDnbEnterpriseManagementRequest"/>
    <output message="tns:reactDnbEnterpriseManagementResponse"/>
  </operation>
  <operation name="reactDnbSearchReference">
    <documentation>Look up a business and return basic information about the business.</documentation>
    <input message="tns:reactDnbSearchReferenceRequest"/>
    <output message="tns:reactDnbSearchReferenceResponse"/>
  </operation>
  <operation name="reactDriveInfoDistanceLookup">
    <documentation>Given two neighborhood codes, the drive distance in meters between the neighborhoodsis returned, for both the fastest and the shortest route</documentation>
    <input message="tns:reactDriveInfoDistanceLookupRequest"/>
    <output message="tns:reactDriveInfoDistanceLookupResponse"/>
  </operation>
  <operation name="reactDriveInfoTimeLookup">
    <documentation>Given two neighborhood codes, the drivetime in minutes between the neighborhoods is returned, for both the fastest and the shortest route</documentation>
    <input message="tns:reactDriveInfoTimeLookupRequest"/>
    <output message="tns:reactDriveInfoTimeLookupResponse"/>
  </operation>
  <operation name="reactDriveDistanceLookup">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;driveInfoDistanceLookup&quot; instead.</documentation>
    <input message="tns:reactDriveDistanceLookupRequest"/>
    <output message="tns:reactDriveDistanceLookupResponse"/>
  </operation>
  <operation name="reactDriveTimeLookup">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;driveInfoTimeLookup&quot; instead.</documentation>
    <input message="tns:reactDriveTimeLookupRequest"/>
    <output message="tns:reactDriveTimeLookupResponse"/>
  </operation>
  <operation name="reactDutchAddressRangePostcodeSearch">
    <documentation>Validate and complete an address based on postcode and house number.</documentation>
    <input message="tns:reactDutchAddressRangePostcodeSearchRequest"/>
    <output message="tns:reactDutchAddressRangePostcodeSearchResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetDossier">
    <documentation>Retrieve data on a business establishment</documentation>
    <input message="tns:reactDutchBusinessGetDossierRequest"/>
    <output message="tns:reactDutchBusinessGetDossierResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetDossierV2">
    <documentation>Retrieve data on a business establishment</documentation>
    <input message="tns:reactDutchBusinessGetDossierV2Request"/>
    <output message="tns:reactDutchBusinessGetDossierV2Response"/>
  </operation>
  <operation name="reactDutchBusinessGetDossierV3">
    <documentation>Retrieve data on a business establishment</documentation>
    <input message="tns:reactDutchBusinessGetDossierV3Request"/>
    <output message="tns:reactDutchBusinessGetDossierV3Response"/>
  </operation>
  <operation name="reactDutchBusinessGetSBI">
    <documentation>Retrieve SBI Information on a company</documentation>
    <input message="tns:reactDutchBusinessGetSBIRequest"/>
    <output message="tns:reactDutchBusinessGetSBIResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetVatNumber">
    <documentation>Retrieve data on a business establishment</documentation>
    <input message="tns:reactDutchBusinessGetVatNumberRequest"/>
    <output message="tns:reactDutchBusinessGetVatNumberResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetPositions">
    <documentation>Retrieve position data on a business establishment</documentation>
    <input message="tns:reactDutchBusinessGetPositionsRequest"/>
    <output message="tns:reactDutchBusinessGetPositionsResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetLegalEntity">
    <documentation>Retrieve legal entity data on a business establishment</documentation>
    <input message="tns:reactDutchBusinessGetLegalEntityRequest"/>
    <output message="tns:reactDutchBusinessGetLegalEntityResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetOrganizationTree">
    <documentation>Retrieve the organization tree of a company</documentation>
    <input message="tns:reactDutchBusinessGetOrganizationTreeRequest"/>
    <output message="tns:reactDutchBusinessGetOrganizationTreeResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetNonMarketingIndicator">
    <documentation>Determine if a Company has non-marketing indicator</documentation>
    <input message="tns:reactDutchBusinessGetNonMarketingIndicatorRequest"/>
    <output message="tns:reactDutchBusinessGetNonMarketingIndicatorResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchDossierNumber">
    <documentation>Search for business establishments using a known identifier</documentation>
    <input message="tns:reactDutchBusinessSearchDossierNumberRequest"/>
    <output message="tns:reactDutchBusinessSearchDossierNumberResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetConcernRelationsDetails">
    <documentation>Get all known details of a Corporate Group Relationships (concernrelaties) for specified dossier number</documentation>
    <input message="tns:reactDutchBusinessGetConcernRelationsDetailsRequest"/>
    <output message="tns:reactDutchBusinessGetConcernRelationsDetailsResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchParametersV2">
    <documentation>Find business establishments using a variety of parameters</documentation>
    <input message="tns:reactDutchBusinessSearchParametersV2Request"/>
    <output message="tns:reactDutchBusinessSearchParametersV2Response"/>
  </operation>
  <operation name="reactDutchBusinessSearch">
    <documentation>Find business establishments using a variety of parameters</documentation>
    <input message="tns:reactDutchBusinessSearchRequest"/>
    <output message="tns:reactDutchBusinessSearchResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchEstablishments">
    <documentation>Search for business establishments using a known identifier</documentation>
    <input message="tns:reactDutchBusinessSearchEstablishmentsRequest"/>
    <output message="tns:reactDutchBusinessSearchEstablishmentsResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchPostcode">
    <documentation>Find business establishments based on postcode and house number</documentation>
    <input message="tns:reactDutchBusinessSearchPostcodeRequest"/>
    <output message="tns:reactDutchBusinessSearchPostcodeResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchSelection">
    <documentation>Search for businesses matching all of the given criteria.</documentation>
    <input message="tns:reactDutchBusinessSearchSelectionRequest"/>
    <output message="tns:reactDutchBusinessSearchSelectionResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchSelectionSimple">
    <documentation>Simple search for businesses matching all of the given criteria.</documentation>
    <input message="tns:reactDutchBusinessSearchSelectionSimpleRequest"/>
    <output message="tns:reactDutchBusinessSearchSelectionSimpleResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetSBIDescription">
    <documentation>Look up a SBI ('Standaard Bedrijfs Indeling 2008') code.</documentation>
    <input message="tns:reactDutchBusinessGetSBIDescriptionRequest"/>
    <output message="tns:reactDutchBusinessGetSBIDescriptionResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetAnnualFinancialStatement">
    <documentation>Get an annual financial statement for a dutch-business</documentation>
    <input message="tns:reactDutchBusinessGetAnnualFinancialStatementRequest"/>
    <output message="tns:reactDutchBusinessGetAnnualFinancialStatementResponse"/>
  </operation>
  <operation name="reactDutchBusinessLookALikes">
    <documentation>Finds similar companies (dossier numbers) for a given company</documentation>
    <input message="tns:reactDutchBusinessLookALikesRequest"/>
    <output message="tns:reactDutchBusinessLookALikesResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocument">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractDocumentRequest"/>
    <output message="tns:reactDutchBusinessGetExtractDocumentResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocumentData">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractDocumentDataRequest"/>
    <output message="tns:reactDutchBusinessGetExtractDocumentDataResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocumentDataV2">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractDocumentDataV2Request"/>
    <output message="tns:reactDutchBusinessGetExtractDocumentDataV2Response"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocumentDataV3">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractDocumentDataV3Request"/>
    <output message="tns:reactDutchBusinessGetExtractDocumentDataV3Response"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistory">
    <documentation>Retrieve a list of extract document references</documentation>
    <input message="tns:reactDutchBusinessGetExtractHistoryRequest"/>
    <output message="tns:reactDutchBusinessGetExtractHistoryResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryChanged">
    <documentation>Retrieve a list of extract document references</documentation>
    <input message="tns:reactDutchBusinessGetExtractHistoryChangedRequest"/>
    <output message="tns:reactDutchBusinessGetExtractHistoryChangedResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentData">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractHistoryDocumentDataRequest"/>
    <output message="tns:reactDutchBusinessGetExtractHistoryDocumentDataResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentDataV2">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractHistoryDocumentDataV2Request"/>
    <output message="tns:reactDutchBusinessGetExtractHistoryDocumentDataV2Response"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentDataV3">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractHistoryDocumentDataV3Request"/>
    <output message="tns:reactDutchBusinessGetExtractHistoryDocumentDataV3Response"/>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossier">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossierRequest"/>
    <output message="tns:reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossierResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetDossierHistory">
    <documentation>Get a list of logged updates for a specific business dossier</documentation>
    <input message="tns:reactDutchBusinessGetDossierHistoryRequest"/>
    <output message="tns:reactDutchBusinessGetDossierHistoryResponse"/>
  </operation>
  <operation name="reactDutchBusinessUpdateCheckDossier">
    <documentation>Retrieve information on the last change to a company.</documentation>
    <input message="tns:reactDutchBusinessUpdateCheckDossierRequest"/>
    <output message="tns:reactDutchBusinessUpdateCheckDossierResponse"/>
  </operation>
  <operation name="reactDutchBusinessUpdateGetChangedDossiers">
    <documentation>Retrieve dossier numbers for all companies that changed since the given date.</documentation>
    <input message="tns:reactDutchBusinessUpdateGetChangedDossiersRequest"/>
    <output message="tns:reactDutchBusinessUpdateGetChangedDossiersResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchNewsByDossier">
    <documentation>Get a paged result of all news items found.</documentation>
    <input message="tns:reactDutchBusinessSearchNewsByDossierRequest"/>
    <output message="tns:reactDutchBusinessSearchNewsByDossierResponse"/>
  </operation>
  <operation name="reactDutchBusinessUBOStartInvestigation">
    <documentation>Starts a UBO investigation for given dossierNumber and establishmentNumber</documentation>
    <input message="tns:reactDutchBusinessUBOStartInvestigationRequest"/>
    <output message="tns:reactDutchBusinessUBOStartInvestigationResponse"/>
  </operation>
  <operation name="reactDutchBusinessUBOCheckInvestigation">
    <documentation>Checks the status of a UBO investigation</documentation>
    <input message="tns:reactDutchBusinessUBOCheckInvestigationRequest"/>
    <output message="tns:reactDutchBusinessUBOCheckInvestigationResponse"/>
  </operation>
  <operation name="reactDutchBusinessUBOPickupInvestigation">
    <documentation>Pickup the result of a UBO investigation</documentation>
    <input message="tns:reactDutchBusinessUBOPickupInvestigationRequest"/>
    <output message="tns:reactDutchBusinessUBOPickupInvestigationResponse"/>
  </operation>
  <operation name="reactDutchBusinessUBOCostsInvestigation">
    <documentation>Return the costs of a finished UBO investigation</documentation>
    <input message="tns:reactDutchBusinessUBOCostsInvestigationRequest"/>
    <output message="tns:reactDutchBusinessUBOCostsInvestigationResponse"/>
  </operation>
  <operation name="reactDutchBusinessUBOClassifyInvestigation">
    <documentation>Labels the natural persons found in an UBO Investigation according to a set of rules.</documentation>
    <input message="tns:reactDutchBusinessUBOClassifyInvestigationRequest"/>
    <output message="tns:reactDutchBusinessUBOClassifyInvestigationResponse"/>
  </operation>
  <operation name="reactDutchBusinessUpdateAddDossier">
    <documentation>Add a company to the follow list for which the user (the user whose credentials are used to make the call) wants to receive updates.</documentation>
    <input message="tns:reactDutchBusinessUpdateAddDossierRequest"/>
    <output message="tns:reactDutchBusinessUpdateAddDossierResponse"/>
  </operation>
  <operation name="reactDutchBusinessUpdateRemoveDossier">
    <documentation>Remove a company from the follow list for which the user (the user whose credentials are used to make the call) wants to receive updates.</documentation>
    <input message="tns:reactDutchBusinessUpdateRemoveDossierRequest"/>
    <output message="tns:reactDutchBusinessUpdateRemoveDossierResponse"/>
  </operation>
  <operation name="reactDutchBusinessUpdateGetOverview">
    <documentation>Get a complete overview of all the companies that are on the follow list for the user (the user whose credentials are used to make the call).</documentation>
    <input message="tns:reactDutchBusinessUpdateGetOverviewRequest"/>
    <output message="tns:reactDutchBusinessUpdateGetOverviewResponse"/>
  </operation>
  <operation name="reactDutchBusinessUpdateGetDossiers">
    <documentation>Returns a list of all dossiers (that have been added to the users follow list) thathave been updated since they were last retrieved by the user (the user whose credentials are used to make the call).</documentation>
    <input message="tns:reactDutchBusinessUpdateGetDossiersRequest"/>
    <output message="tns:reactDutchBusinessUpdateGetDossiersResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetLei">
    <documentation>Retrieve Lei information for a business using the Chamber of Commerce number</documentation>
    <input message="tns:reactDutchBusinessGetLeiRequest"/>
    <output message="tns:reactDutchBusinessGetLeiResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetConcernRelationsOverview">
    <documentation>Search for an overview of Corporate Group Relationships aka 'concern relaties' for specified dossier number</documentation>
    <input message="tns:reactDutchBusinessGetConcernRelationsOverviewRequest"/>
    <output message="tns:reactDutchBusinessGetConcernRelationsOverviewResponse"/>
  </operation>
  <operation name="reactDutchBusinessGetAdditionalPositions">
    <documentation>Retrieves the positions, current and historical, of a functionary.</documentation>
    <input message="tns:reactDutchBusinessGetAdditionalPositionsRequest"/>
    <output message="tns:reactDutchBusinessGetAdditionalPositionsResponse"/>
  </operation>
  <operation name="reactDutchBusinessSearchParameters">
    <documentation>Find business establishments using a variety of parameters</documentation>
    <input message="tns:reactDutchBusinessSearchParametersRequest"/>
    <output message="tns:reactDutchBusinessSearchParametersResponse"/>
  </operation>
  <operation name="reactDutchVehicleGetVehicleV2">
    <documentation>Get the information of a dutch vehicle</documentation>
    <input message="tns:reactDutchVehicleGetVehicleV2Request"/>
    <output message="tns:reactDutchVehicleGetVehicleV2Response"/>
  </operation>
  <operation name="reactDutchVehicleGetPurchaseReference">
    <documentation>Get the price information of a dutch vehicle</documentation>
    <input message="tns:reactDutchVehicleGetPurchaseReferenceRequest"/>
    <output message="tns:reactDutchVehicleGetPurchaseReferenceResponse"/>
  </operation>
  <operation name="reactDutchVehicleGetOwnerHistory">
    <documentation>Get all the (previous) owners of a dutch vehicle</documentation>
    <input message="tns:reactDutchVehicleGetOwnerHistoryRequest"/>
    <output message="tns:reactDutchVehicleGetOwnerHistoryResponse"/>
  </operation>
  <operation name="reactDutchVehicleGetMarketValue">
    <documentation>Get all the current market value of a vehicle</documentation>
    <input message="tns:reactDutchVehicleGetMarketValueRequest"/>
    <output message="tns:reactDutchVehicleGetMarketValueResponse"/>
  </operation>
  <operation name="reactDutchVehicleGetVehicle">
    <documentation>Get the information of a dutch vehicle</documentation>
    <input message="tns:reactDutchVehicleGetVehicleRequest"/>
    <output message="tns:reactDutchVehicleGetVehicleResponse"/>
  </operation>
  <operation name="reactEdrGetScore">
    <documentation>Provides a credit score for a person identified by a set of parameters.</documentation>
    <input message="tns:reactEdrGetScoreRequest"/>
    <output message="tns:reactEdrGetScoreResponse"/>
  </operation>
  <operation name="reactGeoLocationNeighborhoodCoordinatesRD">
    <documentation>Returns the coordinates in the RD system of the neighborhood, given the neighborhood code</documentation>
    <input message="tns:reactGeoLocationNeighborhoodCoordinatesRDRequest"/>
    <output message="tns:reactGeoLocationNeighborhoodCoordinatesRDResponse"/>
  </operation>
  <operation name="reactGeoLocationPostcodeCoordinatesRD">
    <documentation>Returns the coordinates of the given postcode in the RD system. </documentation>
    <input message="tns:reactGeoLocationPostcodeCoordinatesRDRequest"/>
    <output message="tns:reactGeoLocationPostcodeCoordinatesRDResponse"/>
  </operation>
  <operation name="reactGeoLocationNeighborhoodCoordinatesLatLon">
    <documentation>Returns the coordinates in degrees of latitude/longitude of the neighborhood, given the neighborhood code</documentation>
    <input message="tns:reactGeoLocationNeighborhoodCoordinatesLatLonRequest"/>
    <output message="tns:reactGeoLocationNeighborhoodCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactGeoLocationPostcodeCoordinatesLatLon">
    <documentation>Returns the coordinates of the given postcode in degrees of latitude/longitude.</documentation>
    <input message="tns:reactGeoLocationPostcodeCoordinatesLatLonRequest"/>
    <output message="tns:reactGeoLocationPostcodeCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactGeoLocationAddressCoordinatesLatLon">
    <documentation>Returns the coordinates of the given address in degrees of latitude/longitude. Address may be specified by postcode + house number or by city + street + house number. </documentation>
    <input message="tns:reactGeoLocationAddressCoordinatesLatLonRequest"/>
    <output message="tns:reactGeoLocationAddressCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactGeoLocationAddressCoordinatesRD">
    <documentation>Returns the coordinates of the given address in the RD system. Address may be specified by postcode + house number or by city + street + house number. </documentation>
    <input message="tns:reactGeoLocationAddressCoordinatesRDRequest"/>
    <output message="tns:reactGeoLocationAddressCoordinatesRDResponse"/>
  </operation>
  <operation name="reactGeoLocationLatLonToPostcode">
    <documentation>Returns the postcode of the address closest to the specified latitude/longitude coordinate in the Netherlands.</documentation>
    <input message="tns:reactGeoLocationLatLonToPostcodeRequest"/>
    <output message="tns:reactGeoLocationLatLonToPostcodeResponse"/>
  </operation>
  <operation name="reactGeoLocationLatLonToAddressV2">
    <documentation>Returns the address closest to the specified latitude/longitude coordinate in the Netherlands. The returned x, y, latitude and logitude values are the coordinates of the retrieved address. Distance is the distance between these coordinates and the input coordinate in meters</documentation>
    <input message="tns:reactGeoLocationLatLonToAddressV2Request"/>
    <output message="tns:reactGeoLocationLatLonToAddressV2Response"/>
  </operation>
  <operation name="reactGeoLocationRDToPostcode">
    <documentation>Returns the postcode of the address closest to the specified Rijksdriehoeksmeting coordinate in the Netherlands.</documentation>
    <input message="tns:reactGeoLocationRDToPostcodeRequest"/>
    <output message="tns:reactGeoLocationRDToPostcodeResponse"/>
  </operation>
  <operation name="reactGeoLocationRDToAddressV2">
    <documentation>Returns the address closest to the specified Rijksdriehoeksmeting coordinate in the Netherlands. The returned x, y, latitude and logitude values are the coordinates of the retrieved address. Distance is the distance between these coordinates and the input coordinate in meters</documentation>
    <input message="tns:reactGeoLocationRDToAddressV2Request"/>
    <output message="tns:reactGeoLocationRDToAddressV2Response"/>
  </operation>
  <operation name="reactGeoLocationInternationalPostcodeCoordinatesLatLon">
    <documentation>Returns the coordinates of the given postcode in degrees of latitude/longitude. Most countries are supported in the function. Accuracy of the result may vary between countries. </documentation>
    <input message="tns:reactGeoLocationInternationalPostcodeCoordinatesLatLonRequest"/>
    <output message="tns:reactGeoLocationInternationalPostcodeCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactGeoLocationInternationalAddressCoordinatesLatLon">
    <documentation>Returns the coordinates of the given address in degrees of latitude/longitude. Most countries are supported in the function. Accuracy of the result may vary between countries. Since the street and city have to contain the complete name and since this method acts with international data, we recommend to use &lt;geoLocationInternationalPostcodeCoordinatesLatLon&gt; if you know the postcode, since working with postcodes is less error prone.</documentation>
    <input message="tns:reactGeoLocationInternationalAddressCoordinatesLatLonRequest"/>
    <output message="tns:reactGeoLocationInternationalAddressCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactGeoLocationInternationalAddressCoordinatesLatLonV2">
    <documentation>Returns the coordinates of the given address in degrees of latitude/longitude. Most countries are supported in the function. Accuracy of the result may vary between countries.</documentation>
    <input message="tns:reactGeoLocationInternationalAddressCoordinatesLatLonV2Request"/>
    <output message="tns:reactGeoLocationInternationalAddressCoordinatesLatLonV2Response"/>
  </operation>
  <operation name="reactGeoLocationInternationalLatLonToAddress">
    <documentation>Returns the address closest to the specified latitude/longitude coordinate. The returned latitude and logitude values make up the coordinate of the retrieved address. Distance is the distance between this coordinate and the input coordinate in meters</documentation>
    <input message="tns:reactGeoLocationInternationalLatLonToAddressRequest"/>
    <output message="tns:reactGeoLocationInternationalLatLonToAddressResponse"/>
  </operation>
  <operation name="reactGeoLocationNeighborhoodDistance">
    <documentation>Returns the estimated distance in meters (in a direct line) between the two neighborhoods, given the neighborhood codes</documentation>
    <input message="tns:reactGeoLocationNeighborhoodDistanceRequest"/>
    <output message="tns:reactGeoLocationNeighborhoodDistanceResponse"/>
  </operation>
  <operation name="reactGeoLocationPostcodeDistance">
    <documentation>Returns the estimated distance in meters (in a direct line) between the two postcodes.</documentation>
    <input message="tns:reactGeoLocationPostcodeDistanceRequest"/>
    <output message="tns:reactGeoLocationPostcodeDistanceResponse"/>
  </operation>
  <operation name="reactGeoLocationHaversineDistance">
    <documentation>Returns the distance in meters (in a direct line) between two latitude/longitude coordinates</documentation>
    <input message="tns:reactGeoLocationHaversineDistanceRequest"/>
    <output message="tns:reactGeoLocationHaversineDistanceResponse"/>
  </operation>
  <operation name="reactGeoLocationDistanceSortedNeighborhoodCodes">
    <documentation>Returns the neighborhood codes list sorted in order of increasing distance from a given neighborhood.</documentation>
    <input message="tns:reactGeoLocationDistanceSortedNeighborhoodCodesRequest"/>
    <output message="tns:reactGeoLocationDistanceSortedNeighborhoodCodesResponse"/>
  </operation>
  <operation name="reactGeoLocationDistanceSortedNeighborhoodCodesRadius">
    <documentation>Returns the neighborhood codes list sorted in order of increasing distance from a given neighborhood, within a given radius (in meters).</documentation>
    <input message="tns:reactGeoLocationDistanceSortedNeighborhoodCodesRadiusRequest"/>
    <output message="tns:reactGeoLocationDistanceSortedNeighborhoodCodesRadiusResponse"/>
  </operation>
  <operation name="reactGeoLocationDistanceSortedPostcodesRadius">
    <documentation>Returns a list of postcodes sorted in order of increasing distance from a given postcode, within a given radius (in meters). If the radius is larger than 1500 meters, the result will be based on neighborhood codes</documentation>
    <input message="tns:reactGeoLocationDistanceSortedPostcodesRadiusRequest"/>
    <output message="tns:reactGeoLocationDistanceSortedPostcodesRadiusResponse"/>
  </operation>
  <operation name="reactGeoLocationDistanceSortedPostcodes">
    <documentation>Returns a given postcode list sorted in order of increasingdistance from a given postcode.</documentation>
    <input message="tns:reactGeoLocationDistanceSortedPostcodesRequest"/>
    <output message="tns:reactGeoLocationDistanceSortedPostcodesResponse"/>
  </operation>
  <operation name="reactGeoLocationLatLonToRD">
    <documentation>Convert a latitude/longitude coordinate to a RD ('Rijksdriehoeksmeting') coordinate.</documentation>
    <input message="tns:reactGeoLocationLatLonToRDRequest"/>
    <output message="tns:reactGeoLocationLatLonToRDResponse"/>
  </operation>
  <operation name="reactGeoLocationRDToLatLon">
    <documentation>Convert a RD ('Rijksdriehoeksmeting') coordinate to a latitude/longitude coordinate.</documentation>
    <input message="tns:reactGeoLocationRDToLatLonRequest"/>
    <output message="tns:reactGeoLocationRDToLatLonResponse"/>
  </operation>
  <operation name="reactGeoLocationLatLonToAddress">
    <documentation>Returns the address closest to the specified latitude/longitude coordinate in the Netherlands. The returned x, y, latitude and logitude values are the coordinates of the retrieved address. Distance is the distance between these coordinates and the input coordinate in meters</documentation>
    <input message="tns:reactGeoLocationLatLonToAddressRequest"/>
    <output message="tns:reactGeoLocationLatLonToAddressResponse"/>
  </operation>
  <operation name="reactGeoLocationRDToAddress">
    <documentation>Returns the address closest to the specified Rijksdriehoeksmeting coordinate in the Netherlands. The returned x, y, latitude and logitude values are the coordinates of the retrieved address. Distance is the distance between these coordinates and the input coordinate in meters</documentation>
    <input message="tns:reactGeoLocationRDToAddressRequest"/>
    <output message="tns:reactGeoLocationRDToAddressResponse"/>
  </operation>
  <operation name="reactGeoCoordinatesRD">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;geoLocationNeighborhoodCoordinatesRD&quot; instead.</documentation>
    <input message="tns:reactGeoCoordinatesRDRequest"/>
    <output message="tns:reactGeoCoordinatesRDResponse"/>
  </operation>
  <operation name="reactGeo6PPCoordinatesRD">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;geoLocationPostcodeCoordinatesRD&quot; instead.</documentation>
    <input message="tns:reactGeo6PPCoordinatesRDRequest"/>
    <output message="tns:reactGeo6PPCoordinatesRDResponse"/>
  </operation>
  <operation name="reactGeoCoordinatesLatLon">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;geoLocationNeighborhoodCoordinatesLatLon&quot; instead.</documentation>
    <input message="tns:reactGeoCoordinatesLatLonRequest"/>
    <output message="tns:reactGeoCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactGeo6PPDistance">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;geoLocationPostcodeDistance&quot; instead.</documentation>
    <input message="tns:reactGeo6PPDistanceRequest"/>
    <output message="tns:reactGeo6PPDistanceResponse"/>
  </operation>
  <operation name="reactGraydonCreditGetReport">
    <documentation>Retrieve a Graydon credit report of a company registered in the Netherlands.</documentation>
    <input message="tns:reactGraydonCreditGetReportRequest"/>
    <output message="tns:reactGraydonCreditGetReportResponse"/>
  </operation>
  <operation name="reactGraydonCreditSearchIdentification">
    <documentation>Search international Graydon credit report databases for a company using an identifier.</documentation>
    <input message="tns:reactGraydonCreditSearchIdentificationRequest"/>
    <output message="tns:reactGraydonCreditSearchIdentificationResponse"/>
  </operation>
  <operation name="reactGraydonCreditSearchName">
    <documentation>Search international Graydon credit report database for a company by name.</documentation>
    <input message="tns:reactGraydonCreditSearchNameRequest"/>
    <output message="tns:reactGraydonCreditSearchNameResponse"/>
  </operation>
  <operation name="reactGraydonCreditSearchPostcode">
    <documentation>Search international Graydon credit report database for a company using postcode.</documentation>
    <input message="tns:reactGraydonCreditSearchPostcodeRequest"/>
    <output message="tns:reactGraydonCreditSearchPostcodeResponse"/>
  </operation>
  <operation name="reactGraydonCreditQuickscan">
    <documentation>Retrieve a Graydon pd ratings and credit flag of a company registered in the Netherlands.</documentation>
    <input message="tns:reactGraydonCreditQuickscanRequest"/>
    <output message="tns:reactGraydonCreditQuickscanResponse"/>
  </operation>
  <operation name="reactGraydonCreditRatings">
    <documentation>Retrieve various Graydon credit ratings of a company registered in the Netherlands.</documentation>
    <input message="tns:reactGraydonCreditRatingsRequest"/>
    <output message="tns:reactGraydonCreditRatingsResponse"/>
  </operation>
  <operation name="reactGraydonCreditVatNumber">
    <documentation>Retrieve the BTW (VAT) number of a company registered in the Netherlands.</documentation>
    <input message="tns:reactGraydonCreditVatNumberRequest"/>
    <output message="tns:reactGraydonCreditVatNumberResponse"/>
  </operation>
  <operation name="reactGraydonCreditCompanyLiaisons">
    <documentation>Retrieve top-parent, parent and sibling companies of a company registered in the Netherlands.</documentation>
    <input message="tns:reactGraydonCreditCompanyLiaisonsRequest"/>
    <output message="tns:reactGraydonCreditCompanyLiaisonsResponse"/>
  </operation>
  <operation name="reactGraydonCreditManagement">
    <documentation>Retrieve company management credit scores of a company registered in the Netherlands.</documentation>
    <input message="tns:reactGraydonCreditManagementRequest"/>
    <output message="tns:reactGraydonCreditManagementResponse"/>
  </operation>
  <operation name="reactInsolvencyGetCaseByPublication">
    <documentation>Fetch a insolvency case from a given publication.</documentation>
    <input message="tns:reactInsolvencyGetCaseByPublicationRequest"/>
    <output message="tns:reactInsolvencyGetCaseByPublicationResponse"/>
  </operation>
  <operation name="reactInsolvencySearchPublicationsByCoCNumber">
    <documentation>Search for insolvency publication for a business</documentation>
    <input message="tns:reactInsolvencySearchPublicationsByCoCNumberRequest"/>
    <output message="tns:reactInsolvencySearchPublicationsByCoCNumberResponse"/>
  </operation>
  <operation name="reactInsolvencySearchPublicationsByPerson">
    <documentation>Search for insolvency publication for a person</documentation>
    <input message="tns:reactInsolvencySearchPublicationsByPersonRequest"/>
    <output message="tns:reactInsolvencySearchPublicationsByPersonResponse"/>
  </operation>
  <operation name="reactInternationalAddressSearchV2">
    <documentation>Returns up to 20 suggestions of valid addresses using the partial or full address data given. Returns more data than internationalAddressSearch.</documentation>
    <input message="tns:reactInternationalAddressSearchV2Request"/>
    <output message="tns:reactInternationalAddressSearchV2Response"/>
  </operation>
  <operation name="reactInternationalAddressSearchInteractive">
    <documentation>Returns up to 20 suggestions of valid addresses using the partial or full address data given. Returns more data than internationalAddressSearch.</documentation>
    <input message="tns:reactInternationalAddressSearchInteractiveRequest"/>
    <output message="tns:reactInternationalAddressSearchInteractiveResponse"/>
  </operation>
  <operation name="reactInternationalAddressSearch">
    <documentation>Returns up to 20 suggestions of valid addresses using the partial or full address data given.</documentation>
    <input message="tns:reactInternationalAddressSearchRequest"/>
    <output message="tns:reactInternationalAddressSearchResponse"/>
  </operation>
  <operation name="reactInternationalAddressLanguageSearch">
    <documentation>Returns up to 20 suggestions of valid addresses using the partial or full address data given.</documentation>
    <input message="tns:reactInternationalAddressLanguageSearchRequest"/>
    <output message="tns:reactInternationalAddressLanguageSearchResponse"/>
  </operation>
  <operation name="reactInternationalAddressSearchFormatted">
    <documentation>Returns up to 20 suggestions of valid addresses using the partial or full address data given. Returns more data than internationalAddressSearch.</documentation>
    <input message="tns:reactInternationalAddressSearchFormattedRequest"/>
    <output message="tns:reactInternationalAddressSearchFormattedResponse"/>
  </operation>
  <operation name="reactKadasterEigendomsBerichtDocumentPerceel">
    <documentation>Find a 'Eigendomsbericht' by parcel details. Returns the result in a file of the specified format. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterEigendomsBerichtDocumentPerceelRequest"/>
    <output message="tns:reactKadasterEigendomsBerichtDocumentPerceelResponse"/>
  </operation>
  <operation name="reactKadasterEigendomsBerichtDocumentPostcode">
    <documentation>Find a 'Eigendomsbericht' by postcode and house number. Returns the result in a file of the specified format. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterEigendomsBerichtDocumentPostcodeRequest"/>
    <output message="tns:reactKadasterEigendomsBerichtDocumentPostcodeResponse"/>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPerceelV2">
    <documentation>Find a 'Eigendomsbericht' by parcel details. Returns the result as a &lt;BerichtObjectResultaatV2&gt;. In addition to the structured result, a file of the specified format is returned. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterEigendomsBerichtPerceelV2Request"/>
    <output message="tns:reactKadasterEigendomsBerichtPerceelV2Response"/>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPostcodeV2">
    <documentation>Find a 'Eigendomsbericht' by postcode and house number. Returns the result as a &lt;BerichtObjectResultaatV2&gt;. In addition to the structured result, a file of the specified format is returned. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterEigendomsBerichtPostcodeV2Request"/>
    <output message="tns:reactKadasterEigendomsBerichtPostcodeV2Response"/>
  </operation>
  <operation name="reactKadasterKoopsommenOverzichtV2">
    <documentation>Returns a koopsommenoverzicht (in English: real estate transactions overview), which is a list of all transactions of the past five years in the given postcode range.</documentation>
    <input message="tns:reactKadasterKoopsommenOverzichtV2Request"/>
    <output message="tns:reactKadasterKoopsommenOverzichtV2Response"/>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPerceelV3">
    <documentation>Returns a 'Uittreksel Kadastrale Kaart' (a map showing the boundaries of a parcel and buildings on that parcel) in the specified format.</documentation>
    <input message="tns:reactKadasterUittrekselKadastraleKaartPerceelV3Request"/>
    <output message="tns:reactKadasterUittrekselKadastraleKaartPerceelV3Response"/>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPostcodeV3">
    <documentation>Returns a 'Uittreksel Kadastrale Kaart' (a map showing the boundaries of a parcel and buildings on that parcel) in the specified format.</documentation>
    <input message="tns:reactKadasterUittrekselKadastraleKaartPostcodeV3Request"/>
    <output message="tns:reactKadasterUittrekselKadastraleKaartPostcodeV3Response"/>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPostcodeV3">
    <documentation>Find a 'Hypothecair bericht' by postcode and house number. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterHypothecairBerichtPostcodeV3Request"/>
    <output message="tns:reactKadasterHypothecairBerichtPostcodeV3Response"/>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPerceelV3">
    <documentation>Find a 'Hypothecair bericht' by parcel details. </documentation>
    <input message="tns:reactKadasterHypothecairBerichtPerceelV3Request"/>
    <output message="tns:reactKadasterHypothecairBerichtPerceelV3Response"/>
  </operation>
  <operation name="reactKadasterBronDocument">
    <documentation>Find a 'brondocument', a document which is the basis for an ascription.</documentation>
    <input message="tns:reactKadasterBronDocumentRequest"/>
    <output message="tns:reactKadasterBronDocumentResponse"/>
  </operation>
  <operation name="reactKadasterValueListGetRanges">
    <input message="tns:reactKadasterValueListGetRangesRequest"/>
    <output message="tns:reactKadasterValueListGetRangesResponse"/>
  </operation>
  <operation name="reactKadasterValueListGetMunicipalities">
    <input message="tns:reactKadasterValueListGetMunicipalitiesRequest"/>
    <output message="tns:reactKadasterValueListGetMunicipalitiesResponse"/>
  </operation>
  <operation name="reactKadasterAddressCoordinates">
    <documentation>Returns the coordinates of the given address in both the RD system and the latitude/longitude system. The lat/lon coordinates are derived from the RD coordinates.The address may be specified by giving the postcode, house number &amp; house number addition or by giving the cityname, streetname, house number &amp; house number addition. </documentation>
    <input message="tns:reactKadasterAddressCoordinatesRequest"/>
    <output message="tns:reactKadasterAddressCoordinatesResponse"/>
  </operation>
  <operation name="reactKadasterKadastraleKaartPerceelV2">
    <documentation>Returns a 'Kadata WMS De Kadastrale Kaart' map in the specified format.</documentation>
    <input message="tns:reactKadasterKadastraleKaartPerceelV2Request"/>
    <output message="tns:reactKadasterKadastraleKaartPerceelV2Response"/>
  </operation>
  <operation name="reactKadasterKadastraleKaartPostcodeV2">
    <documentation>Returns a 'Kadata WMS De Kadastrale Kaart' map in the specified format.</documentation>
    <input message="tns:reactKadasterKadastraleKaartPostcodeV2Request"/>
    <output message="tns:reactKadasterKadastraleKaartPostcodeV2Response"/>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPerceel">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;kadasterUittrekselKadastraleKaartPerceelV2&quot; instead.</documentation>
    <input message="tns:reactKadasterUittrekselKadastraleKaartPerceelRequest"/>
    <output message="tns:reactKadasterUittrekselKadastraleKaartPerceelResponse"/>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPostcode">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;kadasterUittrekselKadastraleKaartPostcodeV2&quot; instead.</documentation>
    <input message="tns:reactKadasterUittrekselKadastraleKaartPostcodeRequest"/>
    <output message="tns:reactKadasterUittrekselKadastraleKaartPostcodeResponse"/>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPostcode">
    <documentation>Find a 'Hypothecair bericht' by postcode and house number. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterHypothecairBerichtPostcodeRequest"/>
    <output message="tns:reactKadasterHypothecairBerichtPostcodeResponse"/>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPerceel">
    <documentation>Find a 'Hypothecair bericht' by parcel details. </documentation>
    <input message="tns:reactKadasterHypothecairBerichtPerceelRequest"/>
    <output message="tns:reactKadasterHypothecairBerichtPerceelResponse"/>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPerceel">
    <documentation>Find a 'Eigendomsbericht' by parcel details. Returns the result as a &lt;BerichtObjectResultaat&gt;. In addition to the structured result, a file of the specified format is returned. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterEigendomsBerichtPerceelRequest"/>
    <output message="tns:reactKadasterEigendomsBerichtPerceelResponse"/>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPostcode">
    <documentation>Find a 'Eigendomsbericht' by postcode and house number. Returns the result as a &lt;BerichtObjectResultaat&gt;. In addition to the structured result, a file of the specified format is returned. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterEigendomsBerichtPostcodeRequest"/>
    <output message="tns:reactKadasterEigendomsBerichtPostcodeResponse"/>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPerceelV2">
    <documentation>Returns a 'Uittreksel Kadastrale Kaart' (a map showing the boundaries of a parcel and buildings on that parcel) in the specified format.</documentation>
    <input message="tns:reactKadasterUittrekselKadastraleKaartPerceelV2Request"/>
    <output message="tns:reactKadasterUittrekselKadastraleKaartPerceelV2Response"/>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPostcodeV2">
    <documentation>Returns a 'Uittreksel Kadastrale Kaart' (a map showing the boundaries of a parcel and buildings on that parcel) in the specified format.</documentation>
    <input message="tns:reactKadasterUittrekselKadastraleKaartPostcodeV2Request"/>
    <output message="tns:reactKadasterUittrekselKadastraleKaartPostcodeV2Response"/>
  </operation>
  <operation name="reactKadasterKadastraleKaartPerceel">
    <documentation>Returns a 'Kadata WMS De Kadastrale Kaart' map in the specified format.</documentation>
    <input message="tns:reactKadasterKadastraleKaartPerceelRequest"/>
    <output message="tns:reactKadasterKadastraleKaartPerceelResponse"/>
  </operation>
  <operation name="reactKadasterKadastraleKaartPostcode">
    <documentation>Returns a 'Kadata WMS De Kadastrale Kaart' map in the specified format.</documentation>
    <input message="tns:reactKadasterKadastraleKaartPostcodeRequest"/>
    <output message="tns:reactKadasterKadastraleKaartPostcodeResponse"/>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPostcodeV2">
    <documentation>Find a 'Hypothecair bericht' by postcode and house number. If the input matches more than one parcel, a list of the parcels found is returned instead.</documentation>
    <input message="tns:reactKadasterHypothecairBerichtPostcodeV2Request"/>
    <output message="tns:reactKadasterHypothecairBerichtPostcodeV2Response"/>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPerceelV2">
    <documentation>Find a 'Hypothecair bericht' by parcel details. </documentation>
    <input message="tns:reactKadasterHypothecairBerichtPerceelV2Request"/>
    <output message="tns:reactKadasterHypothecairBerichtPerceelV2Response"/>
  </operation>
  <operation name="reactKadasterKoopsommenOverzicht">
    <documentation>Returns a koopsommenoverzicht (in English: real estate transactions overview), which is a list of all transactions of the past five years in the given postcode range.</documentation>
    <input message="tns:reactKadasterKoopsommenOverzichtRequest"/>
    <output message="tns:reactKadasterKoopsommenOverzichtResponse"/>
  </operation>
  <operation name="reactKadasterV2GetKadastraalBerichtObjectByAdres">
    <documentation>Fetch a &quot;KadastraalBerichtObject&quot; using an address</documentation>
    <input message="tns:reactKadasterV2GetKadastraalBerichtObjectByAdresRequest"/>
    <output message="tns:reactKadasterV2GetKadastraalBerichtObjectByAdresResponse"/>
  </operation>
  <operation name="reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduiding">
    <documentation>Fetch a &quot;KadastraalBerichtObject&quot; using a designation for the parcel</documentation>
    <input message="tns:reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduidingRequest"/>
    <output message="tns:reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduidingResponse"/>
  </operation>
  <operation name="reactKadasterV2GetKadastraalBerichtObjectByObjectId">
    <documentation>Fetch a &quot;KadastraalBerichtObject&quot; using its identifier</documentation>
    <input message="tns:reactKadasterV2GetKadastraalBerichtObjectByObjectIdRequest"/>
    <output message="tns:reactKadasterV2GetKadastraalBerichtObjectByObjectIdResponse"/>
  </operation>
  <operation name="reactKadasterV2GetHypothecairBerichtObjectByAdres">
    <documentation>Fetch a &quot;HypothecairBerichtObject&quot; using an address</documentation>
    <input message="tns:reactKadasterV2GetHypothecairBerichtObjectByAdresRequest"/>
    <output message="tns:reactKadasterV2GetHypothecairBerichtObjectByAdresResponse"/>
  </operation>
  <operation name="reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduiding">
    <documentation>Fetch a &quot;HypothecairBerichtObject&quot; using a designation for the parcel</documentation>
    <input message="tns:reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduidingRequest"/>
    <output message="tns:reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduidingResponse"/>
  </operation>
  <operation name="reactKadasterV2GetHypothecairBerichtObjectByObjectId">
    <documentation>Fetch a &quot;HypothecairBerichtObject&quot; using its identifier</documentation>
    <input message="tns:reactKadasterV2GetHypothecairBerichtObjectByObjectIdRequest"/>
    <output message="tns:reactKadasterV2GetHypothecairBerichtObjectByObjectIdResponse"/>
  </operation>
  <operation name="reactKadasterV2GetUittrekselKadastraleKaartByAdres">
    <documentation>Fetch an &quot;UittrekselKadastraleKaart&quot; using an address</documentation>
    <input message="tns:reactKadasterV2GetUittrekselKadastraleKaartByAdresRequest"/>
    <output message="tns:reactKadasterV2GetUittrekselKadastraleKaartByAdresResponse"/>
  </operation>
  <operation name="reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduiding">
    <documentation>Fetch an &quot;UittrekselKadastraleKaart&quot; using a designation for the parcel</documentation>
    <input message="tns:reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduidingRequest"/>
    <output message="tns:reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduidingResponse"/>
  </operation>
  <operation name="reactKadasterV2GetUittrekselKadastraleKaartByObjectId">
    <documentation>Fetch an &quot;UittrekselKadastraleKaart&quot; using its identifier</documentation>
    <input message="tns:reactKadasterV2GetUittrekselKadastraleKaartByObjectIdRequest"/>
    <output message="tns:reactKadasterV2GetUittrekselKadastraleKaartByObjectIdResponse"/>
  </operation>
  <operation name="reactKadasterV2GetKoopsommenOverzicht">
    <documentation>Fetch a list of &quot;Koopsommen&quot; using an address</documentation>
    <input message="tns:reactKadasterV2GetKoopsommenOverzichtRequest"/>
    <output message="tns:reactKadasterV2GetKoopsommenOverzichtResponse"/>
  </operation>
  <operation name="reactKadasterV2GetBronDocument">
    <documentation>Fetch a &quot;KadasterV2BronDocumentResponse&quot;</documentation>
    <input message="tns:reactKadasterV2GetBronDocumentRequest"/>
    <output message="tns:reactKadasterV2GetBronDocumentResponse"/>
  </operation>
  <operation name="reactKvkGetDossier">
    <documentation>Retrieve data on a business establishment</documentation>
    <input message="tns:reactKvkGetDossierRequest"/>
    <output message="tns:reactKvkGetDossierResponse"/>
  </operation>
  <operation name="reactKvkSearchDossierNumber">
    <documentation>Search for business establishments using a known identifier</documentation>
    <input message="tns:reactKvkSearchDossierNumberRequest"/>
    <output message="tns:reactKvkSearchDossierNumberResponse"/>
  </operation>
  <operation name="reactKvkSearchParameters">
    <documentation>Find business establishments using a variety of parameters</documentation>
    <input message="tns:reactKvkSearchParametersRequest"/>
    <output message="tns:reactKvkSearchParametersResponse"/>
  </operation>
  <operation name="reactKvkSearchPostcode">
    <documentation>Find business establishments based on postcode and house number</documentation>
    <input message="tns:reactKvkSearchPostcodeRequest"/>
    <output message="tns:reactKvkSearchPostcodeResponse"/>
  </operation>
  <operation name="reactKvkSearchSelection">
    <documentation>Search for businesses matching all of the given criteria.</documentation>
    <input message="tns:reactKvkSearchSelectionRequest"/>
    <output message="tns:reactKvkSearchSelectionResponse"/>
  </operation>
  <operation name="reactKvkGetExtractDocument">
    <documentation>Retrieve a Chamber of Commerce extract document (Dutch: Uittreksel Handelsregister)</documentation>
    <input message="tns:reactKvkGetExtractDocumentRequest"/>
    <output message="tns:reactKvkGetExtractDocumentResponse"/>
  </operation>
  <operation name="reactKvkUpdateCheckDossier">
    <documentation>Retrieve information on the last change of a business establishment</documentation>
    <input message="tns:reactKvkUpdateCheckDossierRequest"/>
    <output message="tns:reactKvkUpdateCheckDossierResponse"/>
  </operation>
  <operation name="reactKvkUpdateGetChangedDossiers">
    <documentation>Retrieve all dossiers changed since the given date.</documentation>
    <input message="tns:reactKvkUpdateGetChangedDossiersRequest"/>
    <output message="tns:reactKvkUpdateGetChangedDossiersResponse"/>
  </operation>
  <operation name="reactKvkUpdateGetDossiers">
    <documentation>Returns a list of all dossiers that have been updated since they were last retrieved by the user</documentation>
    <input message="tns:reactKvkUpdateGetDossiersRequest"/>
    <output message="tns:reactKvkUpdateGetDossiersResponse"/>
  </operation>
  <operation name="reactKvkUpdateAddDossier">
    <documentation>Add a dossier to the list of dossiers for which the user (the user whose credentials are used to make the call) wants to receive updates</documentation>
    <input message="tns:reactKvkUpdateAddDossierRequest"/>
    <output message="tns:reactKvkUpdateAddDossierResponse"/>
  </operation>
  <operation name="reactKvkUpdateRemoveDossier">
    <documentation>Remove a dossier from the list of dossiers for which the user (the user whose credentials are used to make the call) wants to receive updates.</documentation>
    <input message="tns:reactKvkUpdateRemoveDossierRequest"/>
    <output message="tns:reactKvkUpdateRemoveDossierResponse"/>
  </operation>
  <operation name="reactMapViewPostcodeV2">
    <documentation>Returns a map in JPG or PNG format showing the location of the given postcode</documentation>
    <input message="tns:reactMapViewPostcodeV2Request"/>
    <output message="tns:reactMapViewPostcodeV2Response"/>
  </operation>
  <operation name="reactMapViewLatLon">
    <documentation>Returns a map showing the location of the given coordinate (centerlat, centerlon). extra_latlon is an array of other locations to be shown. format can be 'jpg' or 'png' (default). The width and height parameters can be [1 - 2048]. Scale in meters per pixel [0.298 - 156412]</documentation>
    <input message="tns:reactMapViewLatLonRequest"/>
    <output message="tns:reactMapViewLatLonResponse"/>
  </operation>
  <operation name="reactMapViewRD">
    <documentation>Returns a map showing the location of the given Rijksdriehoeksmeting coordinate (centerx, centery). extra_xy is an array of other locations to be shown. format can be 'jpg' or 'png' (default). The width and height parameters can be [1-2048]. Scale in meters per pixel [0.298 - 156412]</documentation>
    <input message="tns:reactMapViewRDRequest"/>
    <output message="tns:reactMapViewRDResponse"/>
  </operation>
  <operation name="reactMapViewInternationalLatLon">
    <documentation>Returns a map showing the location of the given coordinate (latitude, longitude)</documentation>
    <input message="tns:reactMapViewInternationalLatLonRequest"/>
    <output message="tns:reactMapViewInternationalLatLonResponse"/>
  </operation>
  <operation name="reactMapViewPostcode">
    <documentation>Deprecated, use mapViewPostcodeV2 instead. Returns a map in PNG format showing the location of the postcode(s). The scale determines the scale of the map and should be between 1 and 6. Scale 1 to 6 correspond to the following levels of detail: street, neighborhood, city, region, province, country.</documentation>
    <input message="tns:reactMapViewPostcodeRequest"/>
    <output message="tns:reactMapViewPostcodeResponse"/>
  </operation>
  <operation name="reactMetaGetServices">
    <documentation>Fetch a list of all Webservices.nl endpoints (interfaces). Provide interface parameter [optional] for specific binding</documentation>
    <input message="tns:reactMetaGetServicesRequest"/>
    <output message="tns:reactMetaGetServicesResponse"/>
  </operation>
  <operation name="reactMetaGetService">
    <documentation>Returns a list of methods for provided webservice (Endpoint)</documentation>
    <input message="tns:reactMetaGetServiceRequest"/>
    <output message="tns:reactMetaGetServiceResponse"/>
  </operation>
  <operation name="reactMetaGetMethod">
    <documentation>Returns a detailed overview of the requested method</documentation>
    <input message="tns:reactMetaGetMethodRequest"/>
    <output message="tns:reactMetaGetMethodResponse"/>
  </operation>
  <operation name="reactNbwoEstimateValue">
    <documentation>Returns a value estimate for the real estate at the specified address</documentation>
    <input message="tns:reactNbwoEstimateValueRequest"/>
    <output message="tns:reactNbwoEstimateValueResponse"/>
  </operation>
  <operation name="reactRiskCheckPerson">
    <documentation>Determines the creditworthiness of a person, address and postcode area.
                                The creditworthiness is expressed as a number between 0 and 11.
                                A credit score of 0 indicates that there is no information available for the given search.
                                A score between 1 and 11 indicates the creditworthiness, where a higher score means less creditworthiness,
                                thus higher risk.</documentation>
    <input message="tns:reactRiskCheckPersonRequest"/>
    <output message="tns:reactRiskCheckPersonResponse"/>
  </operation>
  <operation name="reactRiskCheckGetRiskPersonCompanyReport">
    <documentation>Retrieve information about a persons creditworthiness based on his/her business ownerships and insolvency registrations.</documentation>
    <input message="tns:reactRiskCheckGetRiskPersonCompanyReportRequest"/>
    <output message="tns:reactRiskCheckGetRiskPersonCompanyReportResponse"/>
  </operation>
  <operation name="reactRoutePlannerGetRoute">
    <documentation>Get description and image for a route between two addresses</documentation>
    <input message="tns:reactRoutePlannerGetRouteRequest"/>
    <output message="tns:reactRoutePlannerGetRouteResponse"/>
  </operation>
  <operation name="reactRoutePlannerInformationAddress">
    <documentation>Summary information about a route calculated between two addresses</documentation>
    <input message="tns:reactRoutePlannerInformationAddressRequest"/>
    <output message="tns:reactRoutePlannerInformationAddressResponse"/>
  </operation>
  <operation name="reactRoutePlannerDescriptionAddress">
    <documentation>Detailed information about a route calculated between two addresses</documentation>
    <input message="tns:reactRoutePlannerDescriptionAddressRequest"/>
    <output message="tns:reactRoutePlannerDescriptionAddressResponse"/>
  </operation>
  <operation name="reactRoutePlannerDescription">
    <documentation>Returns a description of the fastest route between two postcodes. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. If the english argument is true the description will be in english, otherwise it will be in dutch. </documentation>
    <input message="tns:reactRoutePlannerDescriptionRequest"/>
    <output message="tns:reactRoutePlannerDescriptionResponse"/>
  </operation>
  <operation name="reactRoutePlannerDescriptionShortest">
    <documentation>Returns a description of the shortest route between two postcodes. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. If the english argument is true the description will be in english, otherwise it will be in dutch. </documentation>
    <input message="tns:reactRoutePlannerDescriptionShortestRequest"/>
    <output message="tns:reactRoutePlannerDescriptionShortestResponse"/>
  </operation>
  <operation name="reactRoutePlannerDescriptionCoordinatesRD">
    <documentation>Returns a description of the route between two dutch postcodes, including the RD coordinates along the route. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. The routetype can be shortest or fastest. By default the fastest route will be calculated. If the english argument is true the description will be in english, otherwise it will be in dutch. </documentation>
    <input message="tns:reactRoutePlannerDescriptionCoordinatesRDRequest"/>
    <output message="tns:reactRoutePlannerDescriptionCoordinatesRDResponse"/>
  </operation>
  <operation name="reactRoutePlannerInformation">
    <documentation>Returns information (drivetime in seconds and drivedistance in meters) of the route between two postcodes. The routetype can be shortest or fastest. By default the fastest route will be calculated. </documentation>
    <input message="tns:reactRoutePlannerInformationRequest"/>
    <output message="tns:reactRoutePlannerInformationResponse"/>
  </operation>
  <operation name="reactRoutePlannerRDDescription">
    <documentation>Returns a description of the route between two coordinates in the RD (Rijksdriehoeksmeting) coordinate system. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. The description is available in dutch and english, depending on the english parameter toggle. The fastest or shortest route can be calculated depending on theroutetype parameter. </documentation>
    <input message="tns:reactRoutePlannerRDDescriptionRequest"/>
    <output message="tns:reactRoutePlannerRDDescriptionResponse"/>
  </operation>
  <operation name="reactRoutePlannerRDInformation">
    <documentation>Returns the route distance and drive time between two coordinates in the RD (Rijksdriehoeksmeting) coordinate system. The fastest or shorted route can be calculated depending on the routetypeparameter. </documentation>
    <input message="tns:reactRoutePlannerRDInformationRequest"/>
    <output message="tns:reactRoutePlannerRDInformationResponse"/>
  </operation>
  <operation name="reactRoutePlannerRDDescriptionCoordinatesRD">
    <documentation>Returns a description of the route between two coordinates in the RD (Rijksdriehoeksmeting) coordinate system, including the RD coordinates along the route. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. The fastest or shortest route can be calculated depending on the routetype parameter. The description is available in dutch and english, depending on the english parameter toggle. </documentation>
    <input message="tns:reactRoutePlannerRDDescriptionCoordinatesRDRequest"/>
    <output message="tns:reactRoutePlannerRDDescriptionCoordinatesRDResponse"/>
  </operation>
  <operation name="reactRoutePlannerInformationDutchAddress">
    <documentation>Summary information about a route calculated between two dutch-addresses</documentation>
    <input message="tns:reactRoutePlannerInformationDutchAddressRequest"/>
    <output message="tns:reactRoutePlannerInformationDutchAddressResponse"/>
  </operation>
  <operation name="reactRoutePlannerDescriptionDutchAddress">
    <documentation>Detailed information about a route calculated between two dutch-addresses</documentation>
    <input message="tns:reactRoutePlannerDescriptionDutchAddressRequest"/>
    <output message="tns:reactRoutePlannerDescriptionDutchAddressResponse"/>
  </operation>
  <operation name="reactRoutePlannerEUDescription">
    <documentation>Returns a description of the route between two latitude/longitude coordinates in Europe. For every part of the route the drivetime and drivedistance are given as well. The description is available in several languages depending on the language parameter. The fastest or shortest route is be calculated depending on the routetype parameter. </documentation>
    <input message="tns:reactRoutePlannerEUDescriptionRequest"/>
    <output message="tns:reactRoutePlannerEUDescriptionResponse"/>
  </operation>
  <operation name="reactRoutePlannerEUInformation">
    <documentation>Returns the route distance and drive time for the route between two latitude/longitude coordinates in Europe. The fastest or shortest route can be calculated depending on the routetype parameter. </documentation>
    <input message="tns:reactRoutePlannerEUInformationRequest"/>
    <output message="tns:reactRoutePlannerEUInformationResponse"/>
  </operation>
  <operation name="reactRoutePlannerEUDescriptionCoordinatesLatLon">
    <documentation>Returns a description of the route between two latitude/longitude coordinates in Europe, including the latitude/longitude coordinates along the route. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. The routetype can be shortest or fastest. By default information on the fastest route will be returned. The description is available in several languages depending on the language parameter. </documentation>
    <input message="tns:reactRoutePlannerEUDescriptionCoordinatesLatLonRequest"/>
    <output message="tns:reactRoutePlannerEUDescriptionCoordinatesLatLonResponse"/>
  </operation>
  <operation name="reactRouteDescription">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;routePlannerDescription&quot; instead.</documentation>
    <input message="tns:reactRouteDescriptionRequest"/>
    <output message="tns:reactRouteDescriptionResponse"/>
  </operation>
  <operation name="reactRouteInformation">
    <documentation>This function is deprecated and will not be available in the future. Use &quot;routePlannerInformation&quot; instead.</documentation>
    <input message="tns:reactRouteInformationRequest"/>
    <output message="tns:reactRouteInformationResponse"/>
  </operation>
  <operation name="reactRoutePlannerEUMap">
    <documentation>Returns a map showing the route between two latitude/longitude coordinates in Europe. </documentation>
    <input message="tns:reactRoutePlannerEUMapRequest"/>
    <output message="tns:reactRoutePlannerEUMapResponse"/>
  </operation>
  <operation name="reactSepaConvertBankAccountNumber">
    <documentation>Convert a bank account number, bank code and country code to an IBAN number</documentation>
    <input message="tns:reactSepaConvertBankAccountNumberRequest"/>
    <output message="tns:reactSepaConvertBankAccountNumberResponse"/>
  </operation>
  <operation name="reactSepaValidateInternationalBankAccountNumberFormat">
    <documentation>Validate format of an International Bank Account Number (IBAN)</documentation>
    <input message="tns:reactSepaValidateInternationalBankAccountNumberFormatRequest"/>
    <output message="tns:reactSepaValidateInternationalBankAccountNumberFormatResponse"/>
  </operation>
  <operation name="reactSepaIbanDetails">
    <documentation>Validate and display values of IBAN values</documentation>
    <input message="tns:reactSepaIbanDetailsRequest"/>
    <output message="tns:reactSepaIbanDetailsResponse"/>
  </operation>
  <operation name="reactSepaMatchAccountHolder">
    <documentation>Verify IBAN-name combinations</documentation>
    <input message="tns:reactSepaMatchAccountHolderRequest"/>
    <output message="tns:reactSepaMatchAccountHolderResponse"/>
  </operation>
  <operation name="reactSepaConvertBasicBankAccountNumber">
    <documentation>Convert a local Basic Bank Account Number (BBAN) number to its International Bank Account Number (IBAN) counterpart.</documentation>
    <input message="tns:reactSepaConvertBasicBankAccountNumberRequest"/>
    <output message="tns:reactSepaConvertBasicBankAccountNumberResponse"/>
  </operation>
  <operation name="reactVatValidate">
    <documentation>Check if a VAT number is valid</documentation>
    <input message="tns:reactVatValidateRequest"/>
    <output message="tns:reactVatValidateResponse"/>
  </operation>
  <operation name="reactVatViesProxyCheckVat">
    <documentation>Check if a VAT number is valid</documentation>
    <input message="tns:reactVatViesProxyCheckVatRequest"/>
    <output message="tns:reactVatViesProxyCheckVatResponse"/>
  </operation>
</portType>
<binding name="Webservices.nlBinding" type="tns:Webservices.nlPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="reactAccountGetCreationToken">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountGetCreationToken" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountGetCreationStatus">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountGetCreationStatus" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountGetOrderToken">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountGetOrderToken" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserSessionRemove">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserSessionRemove" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserSessionList">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserSessionList" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserViewBalance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserViewBalance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserEditBalance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserEditBalance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountViewBalance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountViewBalance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserViewV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserViewV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserEditV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserEditV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserEditExtendedV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserEditExtendedV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserCreateV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserCreateV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserChangePassword">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserChangePassword" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserRemove">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserRemove" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserNotify">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserNotify" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserListAssignableGroups">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserListAssignableGroups" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserAddGroup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserAddGroup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserRemoveGroup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserRemoveGroup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountViewV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountViewV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountEditV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountEditV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountUserListV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountUserListV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountUserSearchV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountUserSearchV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountEditHostRestrictions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountEditHostRestrictions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountViewHostRestrictions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountViewHostRestrictions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserEditHostRestrictions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserEditHostRestrictions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserViewHostRestrictions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserViewHostRestrictions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserCreateAuto">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserCreateAuto" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserView">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserView" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactUserViewCredits">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactUserViewCredits" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountView">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountView" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountViewCredits">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountViewCredits" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAccountUsesBalance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAccountUsesBalance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressReeksPostcodeSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressReeksPostcodeSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressReeksAddressSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressReeksAddressSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressReeksFullParameterSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressReeksFullParameterSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressReeksParameterSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressReeksParameterSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressPerceelPhraseSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressPerceelPhraseSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressPerceelFullParameterSearchV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressPerceelFullParameterSearchV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressProvinceListNeighborhoods">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressProvinceListNeighborhoods" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressProvinceListDistricts">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressProvinceListDistricts" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressProvinceList">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressProvinceList" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressProvinceSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressProvinceSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressDistrictSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressDistrictSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressDistrictListCities">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressDistrictListCities" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressDistrictListNeighborhoods">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressDistrictListNeighborhoods" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressCitySearchV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressCitySearchV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressCityListNeighborhoods">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressCityListNeighborhoods" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressPerceelFullParameterSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressPerceelFullParameterSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressPerceelParameterSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressPerceelParameterSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressCitySearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressCitySearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressPhraseSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressPhraseSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressParameterSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressParameterSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressReeksPhraseSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressReeksPhraseSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactPerceelPhraseSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactPerceelPhraseSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressPostcodeSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressPostcodeSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCitySearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCitySearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressNeighborhoodName">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressNeighborhoodName" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAddressNeighborhoodPhraseSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAddressNeighborhoodPhraseSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAreaCodeLookup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAreaCodeLookup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAreaCodeToNeighborhoodcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAreaCodeToNeighborhoodcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactAreaCodePostcodeLookup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactAreaCodePostcodeLookup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="login">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/login" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactLogout">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactLogout" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBelgianBusinessGetDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBelgianBusinessGetDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBovagGetMemberByBovagId">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBovagGetMemberByBovagId" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBovagGetMemberByDutchBusiness">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBovagGetMemberByDutchBusiness" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetEstablishmentNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetEstablishmentNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetBIKDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetBIKDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetSBIDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetSBIDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessBIKToSBI">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessBIKToSBI" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSBIToBIK">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSBIToBIK" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetDossierV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetDossierV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetDossierExtended">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetDossierExtended" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchDossierNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchDossierNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchName">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchName" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchParameters">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchParameters" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchParametersV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchParametersV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchSelection">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchSelection" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchSelectionV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchSelectionV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetDossierSBI">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetDossierSBI" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessUpdateCheckDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessUpdateCheckDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessUpdateGetChangedDossiers">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessUpdateGetChangedDossiers" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessUpdateGetDossiers">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessUpdateGetDossiers" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessUpdateAddDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessUpdateAddDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessUpdateRemoveDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessUpdateRemoveDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessSearchParametersV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessSearchParametersV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetDossierV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetDossierV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactBusinessGetDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactBusinessGetDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarCheckCode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarCheckCode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataBPV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataBPV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataExtended">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataExtended" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataPrice">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataPrice" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataOptions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataOptions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarATDPrice">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarATDPrice" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarData">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarData" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarRDWCarDataBP">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarRDWCarDataBP" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEMeldcodeCheck">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEMeldcodeCheck" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEBasicTypeData">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEBasicTypeData" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEVersionPrice">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEVersionPrice" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEOptions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEOptions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEListBrands">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEListBrands" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEListModels">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEListModels" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEListVersions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEListVersions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEVersionYearData">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEVersionYearData" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCarVWEPhotos">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCarVWEPhotos" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactComplianceSearchPersons">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactComplianceSearchPersons" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactComplianceGetPerson">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactComplianceGetPerson" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactComplianceSearchBusinesses">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactComplianceSearchBusinesses" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactComplianceGetBusiness">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactComplianceGetBusiness" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeGetReportFull">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeGetReportFull" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeSearchV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeSearchV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeGetReportFullV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeGetReportFullV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeGetReportFullPdfV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeGetReportFullPdfV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeSearchCriteria">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeSearchCriteria" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeMonitorAddCompany">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeMonitorAddCompany" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeMonitorRemoveCompany">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeMonitorRemoveCompany" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactCreditsafeMonitorGetUpdatedCompanies">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactCreditsafeMonitorGetUpdatedCompanies" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbSearchReferenceV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbSearchReferenceV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbGetReference">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbGetReference" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbWorldbaseMarketing">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbWorldbaseMarketing" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbWorldbaseMarketingPlus">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbWorldbaseMarketingPlus" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbWorldbaseMarketingPlusLinkage">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbWorldbaseMarketingPlusLinkage" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbQuickCheck">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbQuickCheck" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbBusinessVerification">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbBusinessVerification" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbEnterpriseManagement">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbEnterpriseManagement" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDnbSearchReference">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDnbSearchReference" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDriveInfoDistanceLookup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDriveInfoDistanceLookup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDriveInfoTimeLookup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDriveInfoTimeLookup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDriveDistanceLookup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDriveDistanceLookup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDriveTimeLookup">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDriveTimeLookup" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchAddressRangePostcodeSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchAddressRangePostcodeSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetDossierV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetDossierV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetDossierV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetDossierV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetSBI">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetSBI" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetVatNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetVatNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetPositions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetPositions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetLegalEntity">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetLegalEntity" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetOrganizationTree">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetOrganizationTree" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetNonMarketingIndicator">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetNonMarketingIndicator" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchDossierNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchDossierNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetConcernRelationsDetails">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetConcernRelationsDetails" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchParametersV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchParametersV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchEstablishments">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchEstablishments" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchSelection">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchSelection" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchSelectionSimple">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchSelectionSimple" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetSBIDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetSBIDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetAnnualFinancialStatement">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetAnnualFinancialStatement" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessLookALikes">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessLookALikes" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocument">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractDocument" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocumentData">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractDocumentData" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocumentDataV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractDocumentDataV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractDocumentDataV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractDocumentDataV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistory">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractHistory" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryChanged">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractHistoryChanged" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentData">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractHistoryDocumentData" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentDataV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractHistoryDocumentDataV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentDataV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractHistoryDocumentDataV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetExtractHistoryDocumentDataV3ByDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetDossierHistory">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetDossierHistory" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUpdateCheckDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUpdateCheckDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUpdateGetChangedDossiers">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUpdateGetChangedDossiers" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchNewsByDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchNewsByDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUBOStartInvestigation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUBOStartInvestigation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUBOCheckInvestigation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUBOCheckInvestigation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUBOPickupInvestigation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUBOPickupInvestigation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUBOCostsInvestigation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUBOCostsInvestigation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUBOClassifyInvestigation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUBOClassifyInvestigation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUpdateAddDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUpdateAddDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUpdateRemoveDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUpdateRemoveDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUpdateGetOverview">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUpdateGetOverview" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessUpdateGetDossiers">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessUpdateGetDossiers" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetLei">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetLei" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetConcernRelationsOverview">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetConcernRelationsOverview" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessGetAdditionalPositions">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessGetAdditionalPositions" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchBusinessSearchParameters">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchBusinessSearchParameters" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchVehicleGetVehicleV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchVehicleGetVehicleV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchVehicleGetPurchaseReference">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchVehicleGetPurchaseReference" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchVehicleGetOwnerHistory">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchVehicleGetOwnerHistory" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchVehicleGetMarketValue">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchVehicleGetMarketValue" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactDutchVehicleGetVehicle">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactDutchVehicleGetVehicle" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactEdrGetScore">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactEdrGetScore" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationNeighborhoodCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationNeighborhoodCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationPostcodeCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationPostcodeCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationNeighborhoodCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationNeighborhoodCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationPostcodeCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationPostcodeCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationAddressCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationAddressCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationAddressCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationAddressCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationLatLonToPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationLatLonToPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationLatLonToAddressV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationLatLonToAddressV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationRDToPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationRDToPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationRDToAddressV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationRDToAddressV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationInternationalPostcodeCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationInternationalPostcodeCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationInternationalAddressCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationInternationalAddressCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationInternationalAddressCoordinatesLatLonV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationInternationalAddressCoordinatesLatLonV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationInternationalLatLonToAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationInternationalLatLonToAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationNeighborhoodDistance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationNeighborhoodDistance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationPostcodeDistance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationPostcodeDistance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationHaversineDistance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationHaversineDistance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationDistanceSortedNeighborhoodCodes">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationDistanceSortedNeighborhoodCodes" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationDistanceSortedNeighborhoodCodesRadius">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationDistanceSortedNeighborhoodCodesRadius" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationDistanceSortedPostcodesRadius">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationDistanceSortedPostcodesRadius" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationDistanceSortedPostcodes">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationDistanceSortedPostcodes" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationLatLonToRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationLatLonToRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationRDToLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationRDToLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationLatLonToAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationLatLonToAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoLocationRDToAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoLocationRDToAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeo6PPCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeo6PPCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeoCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeoCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGeo6PPDistance">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGeo6PPDistance" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditGetReport">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditGetReport" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditSearchIdentification">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditSearchIdentification" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditSearchName">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditSearchName" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditSearchPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditSearchPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditQuickscan">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditQuickscan" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditRatings">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditRatings" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditVatNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditVatNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditCompanyLiaisons">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditCompanyLiaisons" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactGraydonCreditManagement">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactGraydonCreditManagement" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInsolvencyGetCaseByPublication">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInsolvencyGetCaseByPublication" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInsolvencySearchPublicationsByCoCNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInsolvencySearchPublicationsByCoCNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInsolvencySearchPublicationsByPerson">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInsolvencySearchPublicationsByPerson" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInternationalAddressSearchV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInternationalAddressSearchV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInternationalAddressSearchInteractive">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInternationalAddressSearchInteractive" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInternationalAddressSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInternationalAddressSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInternationalAddressLanguageSearch">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInternationalAddressLanguageSearch" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactInternationalAddressSearchFormatted">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactInternationalAddressSearchFormatted" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterEigendomsBerichtDocumentPerceel">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterEigendomsBerichtDocumentPerceel" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterEigendomsBerichtDocumentPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterEigendomsBerichtDocumentPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPerceelV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterEigendomsBerichtPerceelV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPostcodeV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterEigendomsBerichtPostcodeV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterKoopsommenOverzichtV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterKoopsommenOverzichtV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPerceelV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterUittrekselKadastraleKaartPerceelV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPostcodeV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterUittrekselKadastraleKaartPostcodeV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPostcodeV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterHypothecairBerichtPostcodeV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPerceelV3">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterHypothecairBerichtPerceelV3" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterBronDocument">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterBronDocument" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterValueListGetRanges">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterValueListGetRanges" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterValueListGetMunicipalities">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterValueListGetMunicipalities" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterAddressCoordinates">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterAddressCoordinates" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterKadastraleKaartPerceelV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterKadastraleKaartPerceelV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterKadastraleKaartPostcodeV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterKadastraleKaartPostcodeV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPerceel">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterUittrekselKadastraleKaartPerceel" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterUittrekselKadastraleKaartPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterHypothecairBerichtPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPerceel">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterHypothecairBerichtPerceel" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPerceel">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterEigendomsBerichtPerceel" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterEigendomsBerichtPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterEigendomsBerichtPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPerceelV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterUittrekselKadastraleKaartPerceelV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterUittrekselKadastraleKaartPostcodeV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterUittrekselKadastraleKaartPostcodeV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterKadastraleKaartPerceel">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterKadastraleKaartPerceel" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterKadastraleKaartPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterKadastraleKaartPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPostcodeV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterHypothecairBerichtPostcodeV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterHypothecairBerichtPerceelV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterHypothecairBerichtPerceelV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterKoopsommenOverzicht">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterKoopsommenOverzicht" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetKadastraalBerichtObjectByAdres">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetKadastraalBerichtObjectByAdres" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduiding">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetKadastraalBerichtObjectByKadastraleAanduiding" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetKadastraalBerichtObjectByObjectId">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetKadastraalBerichtObjectByObjectId" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetHypothecairBerichtObjectByAdres">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetHypothecairBerichtObjectByAdres" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduiding">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetHypothecairBerichtObjectByKadastraleAanduiding" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetHypothecairBerichtObjectByObjectId">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetHypothecairBerichtObjectByObjectId" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetUittrekselKadastraleKaartByAdres">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetUittrekselKadastraleKaartByAdres" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduiding">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetUittrekselKadastraleKaartByKadastraleAanduiding" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetUittrekselKadastraleKaartByObjectId">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetUittrekselKadastraleKaartByObjectId" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetKoopsommenOverzicht">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetKoopsommenOverzicht" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKadasterV2GetBronDocument">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKadasterV2GetBronDocument" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkGetDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkGetDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkSearchDossierNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkSearchDossierNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkSearchParameters">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkSearchParameters" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkSearchPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkSearchPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkSearchSelection">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkSearchSelection" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkGetExtractDocument">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkGetExtractDocument" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkUpdateCheckDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkUpdateCheckDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkUpdateGetChangedDossiers">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkUpdateGetChangedDossiers" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkUpdateGetDossiers">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkUpdateGetDossiers" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkUpdateAddDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkUpdateAddDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactKvkUpdateRemoveDossier">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactKvkUpdateRemoveDossier" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMapViewPostcodeV2">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMapViewPostcodeV2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMapViewLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMapViewLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMapViewRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMapViewRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMapViewInternationalLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMapViewInternationalLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMapViewPostcode">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMapViewPostcode" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMetaGetServices">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMetaGetServices" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMetaGetService">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMetaGetService" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactMetaGetMethod">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactMetaGetMethod" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactNbwoEstimateValue">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactNbwoEstimateValue" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRiskCheckPerson">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRiskCheckPerson" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRiskCheckGetRiskPersonCompanyReport">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRiskCheckGetRiskPersonCompanyReport" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerGetRoute">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerGetRoute" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerInformationAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerInformationAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerDescriptionAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerDescriptionAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerDescriptionShortest">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerDescriptionShortest" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerDescriptionCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerDescriptionCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerInformation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerInformation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerRDDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerRDDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerRDInformation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerRDInformation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerRDDescriptionCoordinatesRD">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerRDDescriptionCoordinatesRD" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerInformationDutchAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerInformationDutchAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerDescriptionDutchAddress">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerDescriptionDutchAddress" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerEUDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerEUDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerEUInformation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerEUInformation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerEUDescriptionCoordinatesLatLon">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerEUDescriptionCoordinatesLatLon" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRouteDescription">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRouteDescription" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRouteInformation">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRouteInformation" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactRoutePlannerEUMap">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactRoutePlannerEUMap" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactSepaConvertBankAccountNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactSepaConvertBankAccountNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactSepaValidateInternationalBankAccountNumberFormat">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactSepaValidateInternationalBankAccountNumberFormat" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactSepaIbanDetails">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactSepaIbanDetails" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactSepaMatchAccountHolder">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactSepaMatchAccountHolder" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactSepaConvertBasicBankAccountNumber">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactSepaConvertBasicBankAccountNumber" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactVatValidate">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactVatValidate" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="reactVatViesProxyCheckVat">
    <soap:operation soapAction="https://ws2.webservices.nl/soapnoheaders.php/reactVatViesProxyCheckVat" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderLogin" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><soap:header message="tns:Headers" part="HeaderAuthenticate" use="encoded" namespace="http://www.webservices.nl/soap/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="Webservices.nl">
  <port name="Webservices.nlPort" binding="tns:Webservices.nlBinding">
    <soap:address location="https://ws2.webservices.nl:443/soapnoheaders.php"/>
  </port>
</service>
</definitions>