ProxyWebService


Click here for a complete list of operations.

ISDSSearch2

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/ISDSSearch2"

<?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>
    <ISDSSearch2 xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
      <highlighting>boolean</highlighting>
      <page>string</page>
      <pageSize>string</pageSize>
      <searchScope>ALL or OVM or OVM_MAIN or OVM_REQ or OVM_NOTAR or OVM_EXEKUT or PO or PO_ZAK or PO_REQ or PFO or PFO_ADVOK or PFO_INSSPR or PFO_DANPOR or FO</searchScope>
      <searchText>string</searchText>
      <searchType>GENERAL or ADDRESS or ICO or DBID</searchType>
    </ISDSSearch2>
  </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>
    <ISDSSearch2Response xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <cookieContainer>string</cookieContainer>
      <currentCount>string</currentCount>
      <dbResults>
        <dbResult 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>
          <dbName>string</dbName>
          <dbAddress>string</dbAddress>
          <dbBiDate>date</dbBiDate>
          <dbICO>string</dbICO>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbSendOptions>bytes</dbSendOptions>
        </dbResult>
        <dbResult 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>
          <dbName>string</dbName>
          <dbAddress>string</dbAddress>
          <dbBiDate>date</dbBiDate>
          <dbICO>string</dbICO>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbSendOptions>bytes</dbSendOptions>
        </dbResult>
      </dbResults>
      <lastPage>boolean</lastPage>
      <position>string</position>
      <totalCount>string</totalCount>
    </ISDSSearch2Response>
  </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>
    <ISDSSearch2 xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
      <highlighting>boolean</highlighting>
      <page>string</page>
      <pageSize>string</pageSize>
      <searchScope>ALL or OVM or OVM_MAIN or OVM_REQ or OVM_NOTAR or OVM_EXEKUT or PO or PO_ZAK or PO_REQ or PFO or PFO_ADVOK or PFO_INSSPR or PFO_DANPOR or FO</searchScope>
      <searchText>string</searchText>
      <searchType>GENERAL or ADDRESS or ICO or DBID</searchType>
    </ISDSSearch2>
  </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>
    <ISDSSearch2Response xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <cookieContainer>string</cookieContainer>
      <currentCount>string</currentCount>
      <dbResults>
        <dbResult 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>
          <dbName>string</dbName>
          <dbAddress>string</dbAddress>
          <dbBiDate>date</dbBiDate>
          <dbICO>string</dbICO>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbSendOptions>bytes</dbSendOptions>
        </dbResult>
        <dbResult 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>
          <dbName>string</dbName>
          <dbAddress>string</dbAddress>
          <dbBiDate>date</dbBiDate>
          <dbICO>string</dbICO>
          <dbEffectiveOVM>boolean</dbEffectiveOVM>
          <dbSendOptions>bytes</dbSendOptions>
        </dbResult>
      </dbResults>
      <lastPage>boolean</lastPage>
      <position>string</position>
      <totalCount>string</totalCount>
    </ISDSSearch2Response>
  </soap12:Body>
</soap12:Envelope>