ProxyWebService


Click here for a complete list of operations.

FindDataBox

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /isds/ProxyWebService.asmx HTTP/1.1
Host: ids02-oudu.ginis.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://isds.czechpoint.cz/FindDataBox"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindDataBox xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <dbOwnerInfo>
        <dbID xmlns="http://isds.czechpoint.cz/v20">string</dbID>
        <dbType xmlns="http://isds.czechpoint.cz/v20">FO or PFO or PFO_ADVOK or PFO_DANPOR or PFO_INSSPR or PO or PO_ZAK or PO_REQ or OVM or OVM_NOTAR or OVM_EXEKUT or OVM_REQ or OVM_FO or OVM_PFO or OVM_PO or PFO_AUDITOR or PFO_ZNALEC or PFO_TLUMOCNIK or PFO_REQ or PFO_ARCH or PFO_AIAT or PFO_AZI</dbType>
        <ic xmlns="http://isds.czechpoint.cz/v20">string</ic>
        <pnFirstName xmlns="http://isds.czechpoint.cz/v20">string</pnFirstName>
        <pnMiddleName xmlns="http://isds.czechpoint.cz/v20">string</pnMiddleName>
        <pnLastName xmlns="http://isds.czechpoint.cz/v20">string</pnLastName>
        <pnLastNameAtBirth xmlns="http://isds.czechpoint.cz/v20">string</pnLastNameAtBirth>
        <firmName xmlns="http://isds.czechpoint.cz/v20">string</firmName>
        <biDate xmlns="http://isds.czechpoint.cz/v20">date</biDate>
        <biCity xmlns="http://isds.czechpoint.cz/v20">string</biCity>
        <biCounty xmlns="http://isds.czechpoint.cz/v20">string</biCounty>
        <biState xmlns="http://isds.czechpoint.cz/v20">string</biState>
        <adCity xmlns="http://isds.czechpoint.cz/v20">string</adCity>
        <adStreet xmlns="http://isds.czechpoint.cz/v20">string</adStreet>
        <adNumberInStreet xmlns="http://isds.czechpoint.cz/v20">string</adNumberInStreet>
        <adNumberInMunicipality xmlns="http://isds.czechpoint.cz/v20">string</adNumberInMunicipality>
        <adZipCode xmlns="http://isds.czechpoint.cz/v20">string</adZipCode>
        <adState xmlns="http://isds.czechpoint.cz/v20">string</adState>
        <nationality xmlns="http://isds.czechpoint.cz/v20">string</nationality>
        <email xmlns="http://isds.czechpoint.cz/v20">string</email>
        <telNumber xmlns="http://isds.czechpoint.cz/v20">string</telNumber>
        <identifier xmlns="http://isds.czechpoint.cz/v20">string</identifier>
        <registryCode xmlns="http://isds.czechpoint.cz/v20">string</registryCode>
        <dbState xmlns="http://isds.czechpoint.cz/v20">integer</dbState>
        <dbEffectiveOVM xmlns="http://isds.czechpoint.cz/v20">boolean</dbEffectiveOVM>
        <dbOpenAddressing xmlns="http://isds.czechpoint.cz/v20">boolean</dbOpenAddressing>
      </dbOwnerInfo>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
    </FindDataBox>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <FindDataBoxResponse xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <dbResults>
        <dbOwnerInfo xmlns="http://isds.czechpoint.cz/v20">
          <dbID>string</dbID>
          <dbType>FO or PFO or PFO_ADVOK or PFO_DANPOR or PFO_INSSPR or PO or PO_ZAK or PO_REQ or OVM or OVM_NOTAR or OVM_EXEKUT or OVM_REQ or OVM_FO or OVM_PFO or OVM_PO or PFO_AUDITOR or PFO_ZNALEC or PFO_TLUMOCNIK or PFO_REQ or PFO_ARCH or PFO_AIAT or PFO_AZI</dbType>
          <ic>string</ic>
          <pnFirstName>string</pnFirstName>
          <pnMiddleName>string</pnMiddleName>
          <pnLastName>string</pnLastName>
          <pnLastNameAtBirth>string</pnLastNameAtBirth>
          <firmName>string</firmName>
          <biDate>date</biDate>
          <biCity>string</biCity>
          <biCounty>string</biCounty>
          <biState>string</biState>
          <adCity>string</adCity>
          <adStreet>string</adStreet>
          <adNumberInStreet>string</adNumberInStreet>
          <adNumberInMunicipality>string</adNumberInMunicipality>
          <adZipCode>string</adZipCode>
          <adState>string</adState>
          <nationality>string</nationality>
          <email>string</email>
          <telNumber>string</telNumber>
          <identifier>string</identifier>
          <registryCode>string</registryCode>
          <dbState>integer</dbState>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbOpenAddressing>boolean</dbOpenAddressing>
        </dbOwnerInfo>
        <dbOwnerInfo xmlns="http://isds.czechpoint.cz/v20">
          <dbID>string</dbID>
          <dbType>FO or PFO or PFO_ADVOK or PFO_DANPOR or PFO_INSSPR or PO or PO_ZAK or PO_REQ or OVM or OVM_NOTAR or OVM_EXEKUT or OVM_REQ or OVM_FO or OVM_PFO or OVM_PO or PFO_AUDITOR or PFO_ZNALEC or PFO_TLUMOCNIK or PFO_REQ or PFO_ARCH or PFO_AIAT or PFO_AZI</dbType>
          <ic>string</ic>
          <pnFirstName>string</pnFirstName>
          <pnMiddleName>string</pnMiddleName>
          <pnLastName>string</pnLastName>
          <pnLastNameAtBirth>string</pnLastNameAtBirth>
          <firmName>string</firmName>
          <biDate>date</biDate>
          <biCity>string</biCity>
          <biCounty>string</biCounty>
          <biState>string</biState>
          <adCity>string</adCity>
          <adStreet>string</adStreet>
          <adNumberInStreet>string</adNumberInStreet>
          <adNumberInMunicipality>string</adNumberInMunicipality>
          <adZipCode>string</adZipCode>
          <adState>string</adState>
          <nationality>string</nationality>
          <email>string</email>
          <telNumber>string</telNumber>
          <identifier>string</identifier>
          <registryCode>string</registryCode>
          <dbState>integer</dbState>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbOpenAddressing>boolean</dbOpenAddressing>
        </dbOwnerInfo>
      </dbResults>
      <cookieContainer>string</cookieContainer>
    </FindDataBoxResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /isds/ProxyWebService.asmx HTTP/1.1
Host: ids02-oudu.ginis.cloud
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <FindDataBox xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <dbOwnerInfo>
        <dbID xmlns="http://isds.czechpoint.cz/v20">string</dbID>
        <dbType xmlns="http://isds.czechpoint.cz/v20">FO or PFO or PFO_ADVOK or PFO_DANPOR or PFO_INSSPR or PO or PO_ZAK or PO_REQ or OVM or OVM_NOTAR or OVM_EXEKUT or OVM_REQ or OVM_FO or OVM_PFO or OVM_PO or PFO_AUDITOR or PFO_ZNALEC or PFO_TLUMOCNIK or PFO_REQ or PFO_ARCH or PFO_AIAT or PFO_AZI</dbType>
        <ic xmlns="http://isds.czechpoint.cz/v20">string</ic>
        <pnFirstName xmlns="http://isds.czechpoint.cz/v20">string</pnFirstName>
        <pnMiddleName xmlns="http://isds.czechpoint.cz/v20">string</pnMiddleName>
        <pnLastName xmlns="http://isds.czechpoint.cz/v20">string</pnLastName>
        <pnLastNameAtBirth xmlns="http://isds.czechpoint.cz/v20">string</pnLastNameAtBirth>
        <firmName xmlns="http://isds.czechpoint.cz/v20">string</firmName>
        <biDate xmlns="http://isds.czechpoint.cz/v20">date</biDate>
        <biCity xmlns="http://isds.czechpoint.cz/v20">string</biCity>
        <biCounty xmlns="http://isds.czechpoint.cz/v20">string</biCounty>
        <biState xmlns="http://isds.czechpoint.cz/v20">string</biState>
        <adCity xmlns="http://isds.czechpoint.cz/v20">string</adCity>
        <adStreet xmlns="http://isds.czechpoint.cz/v20">string</adStreet>
        <adNumberInStreet xmlns="http://isds.czechpoint.cz/v20">string</adNumberInStreet>
        <adNumberInMunicipality xmlns="http://isds.czechpoint.cz/v20">string</adNumberInMunicipality>
        <adZipCode xmlns="http://isds.czechpoint.cz/v20">string</adZipCode>
        <adState xmlns="http://isds.czechpoint.cz/v20">string</adState>
        <nationality xmlns="http://isds.czechpoint.cz/v20">string</nationality>
        <email xmlns="http://isds.czechpoint.cz/v20">string</email>
        <telNumber xmlns="http://isds.czechpoint.cz/v20">string</telNumber>
        <identifier xmlns="http://isds.czechpoint.cz/v20">string</identifier>
        <registryCode xmlns="http://isds.czechpoint.cz/v20">string</registryCode>
        <dbState xmlns="http://isds.czechpoint.cz/v20">integer</dbState>
        <dbEffectiveOVM xmlns="http://isds.czechpoint.cz/v20">boolean</dbEffectiveOVM>
        <dbOpenAddressing xmlns="http://isds.czechpoint.cz/v20">boolean</dbOpenAddressing>
      </dbOwnerInfo>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
    </FindDataBox>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <FindDataBoxResponse xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <dbResults>
        <dbOwnerInfo xmlns="http://isds.czechpoint.cz/v20">
          <dbID>string</dbID>
          <dbType>FO or PFO or PFO_ADVOK or PFO_DANPOR or PFO_INSSPR or PO or PO_ZAK or PO_REQ or OVM or OVM_NOTAR or OVM_EXEKUT or OVM_REQ or OVM_FO or OVM_PFO or OVM_PO or PFO_AUDITOR or PFO_ZNALEC or PFO_TLUMOCNIK or PFO_REQ or PFO_ARCH or PFO_AIAT or PFO_AZI</dbType>
          <ic>string</ic>
          <pnFirstName>string</pnFirstName>
          <pnMiddleName>string</pnMiddleName>
          <pnLastName>string</pnLastName>
          <pnLastNameAtBirth>string</pnLastNameAtBirth>
          <firmName>string</firmName>
          <biDate>date</biDate>
          <biCity>string</biCity>
          <biCounty>string</biCounty>
          <biState>string</biState>
          <adCity>string</adCity>
          <adStreet>string</adStreet>
          <adNumberInStreet>string</adNumberInStreet>
          <adNumberInMunicipality>string</adNumberInMunicipality>
          <adZipCode>string</adZipCode>
          <adState>string</adState>
          <nationality>string</nationality>
          <email>string</email>
          <telNumber>string</telNumber>
          <identifier>string</identifier>
          <registryCode>string</registryCode>
          <dbState>integer</dbState>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbOpenAddressing>boolean</dbOpenAddressing>
        </dbOwnerInfo>
        <dbOwnerInfo xmlns="http://isds.czechpoint.cz/v20">
          <dbID>string</dbID>
          <dbType>FO or PFO or PFO_ADVOK or PFO_DANPOR or PFO_INSSPR or PO or PO_ZAK or PO_REQ or OVM or OVM_NOTAR or OVM_EXEKUT or OVM_REQ or OVM_FO or OVM_PFO or OVM_PO or PFO_AUDITOR or PFO_ZNALEC or PFO_TLUMOCNIK or PFO_REQ or PFO_ARCH or PFO_AIAT or PFO_AZI</dbType>
          <ic>string</ic>
          <pnFirstName>string</pnFirstName>
          <pnMiddleName>string</pnMiddleName>
          <pnLastName>string</pnLastName>
          <pnLastNameAtBirth>string</pnLastNameAtBirth>
          <firmName>string</firmName>
          <biDate>date</biDate>
          <biCity>string</biCity>
          <biCounty>string</biCounty>
          <biState>string</biState>
          <adCity>string</adCity>
          <adStreet>string</adStreet>
          <adNumberInStreet>string</adNumberInStreet>
          <adNumberInMunicipality>string</adNumberInMunicipality>
          <adZipCode>string</adZipCode>
          <adState>string</adState>
          <nationality>string</nationality>
          <email>string</email>
          <telNumber>string</telNumber>
          <identifier>string</identifier>
          <registryCode>string</registryCode>
          <dbState>integer</dbState>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbOpenAddressing>boolean</dbOpenAddressing>
        </dbOwnerInfo>
      </dbResults>
      <cookieContainer>string</cookieContainer>
    </FindDataBoxResponse>
  </soap12:Body>
</soap12:Envelope>