ProxyWebService
Click here for a complete list of operations.
GetUserInfoFromLogin
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/GetUserInfoFromLogin"
<?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>
<GetUserInfoFromLogin 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>
</GetUserInfoFromLogin>
</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>
<GetUserInfoFromLoginResponse xmlns="http://isds.czechpoint.cz/">
<dbStatus xmlns="http://isds.czechpoint.cz/v20">
<dbStatusCode>string</dbStatusCode>
<dbStatusMessage>string</dbStatusMessage>
<dbStatusRefNumber>string</dbStatusRefNumber>
</dbStatus>
<dbUserInfo>
<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>
<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>
<biDate xmlns="http://isds.czechpoint.cz/v20">date</biDate>
<userID xmlns="http://isds.czechpoint.cz/v20">string</userID>
<userType xmlns="http://isds.czechpoint.cz/v20">PRIMARY_USER or ENTRUSTED_USER or ADMINISTRATOR or OFFICIAL or OFFICIAL_CERT or LIQUIDATOR</userType>
<userPrivils xmlns="http://isds.czechpoint.cz/v20">long</userPrivils>
<ic xmlns="http://isds.czechpoint.cz/v20">string</ic>
<firmName xmlns="http://isds.czechpoint.cz/v20">string</firmName>
<caStreet xmlns="http://isds.czechpoint.cz/v20">string</caStreet>
<caCity xmlns="http://isds.czechpoint.cz/v20">string</caCity>
<caZipCode xmlns="http://isds.czechpoint.cz/v20">string</caZipCode>
<caState xmlns="http://isds.czechpoint.cz/v20">string</caState>
</dbUserInfo>
<cookieContainer>string</cookieContainer>
</GetUserInfoFromLoginResponse>
</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>
<GetUserInfoFromLogin 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>
</GetUserInfoFromLogin>
</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>
<GetUserInfoFromLoginResponse xmlns="http://isds.czechpoint.cz/">
<dbStatus xmlns="http://isds.czechpoint.cz/v20">
<dbStatusCode>string</dbStatusCode>
<dbStatusMessage>string</dbStatusMessage>
<dbStatusRefNumber>string</dbStatusRefNumber>
</dbStatus>
<dbUserInfo>
<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>
<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>
<biDate xmlns="http://isds.czechpoint.cz/v20">date</biDate>
<userID xmlns="http://isds.czechpoint.cz/v20">string</userID>
<userType xmlns="http://isds.czechpoint.cz/v20">PRIMARY_USER or ENTRUSTED_USER or ADMINISTRATOR or OFFICIAL or OFFICIAL_CERT or LIQUIDATOR</userType>
<userPrivils xmlns="http://isds.czechpoint.cz/v20">long</userPrivils>
<ic xmlns="http://isds.czechpoint.cz/v20">string</ic>
<firmName xmlns="http://isds.czechpoint.cz/v20">string</firmName>
<caStreet xmlns="http://isds.czechpoint.cz/v20">string</caStreet>
<caCity xmlns="http://isds.czechpoint.cz/v20">string</caCity>
<caZipCode xmlns="http://isds.czechpoint.cz/v20">string</caZipCode>
<caState xmlns="http://isds.czechpoint.cz/v20">string</caState>
</dbUserInfo>
<cookieContainer>string</cookieContainer>
</GetUserInfoFromLoginResponse>
</soap12:Body>
</soap12:Envelope>