ProxyWebService


Click here for a complete list of operations.

GetOwnerInfoFromLogin

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

<?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>
    <GetOwnerInfoFromLogin 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>
    </GetOwnerInfoFromLogin>
  </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>
    <GetOwnerInfoFromLoginResponse xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <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>
      <cookieContainer>string</cookieContainer>
    </GetOwnerInfoFromLoginResponse>
  </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>
    <GetOwnerInfoFromLogin 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>
    </GetOwnerInfoFromLogin>
  </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>
    <GetOwnerInfoFromLoginResponse xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <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>
      <cookieContainer>string</cookieContainer>
    </GetOwnerInfoFromLoginResponse>
  </soap12:Body>
</soap12:Envelope>