ProxyWebService
Click here for a complete list of operations.
CreateTimeStampForHash
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/CreateTimeStampForHash"
<?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>
<CreateTimeStampForHash xmlns="http://isds.czechpoint.cz/">
<UserName>string</UserName>
<Password>string</Password>
<WsUrl>string</WsUrl>
<certificateHash>string</certificateHash>
<hashIn>base64Binary</hashIn>
<hashAlg>Unknown or SHA1 or MD5 or MD2 or SHA256 or SHA384 or SHA512 or RIPEMD160 or SHA224 or MD4 or CRC32 or SSL3 or GOST_R3411_1994 or WHIRLPOOL or POLY1305 or SHA3_224 or SHA3_256 or SHA3_384 or SHA3_512 or BLAKE2S_128 or BLAKE2S_160 or BLAKE2S_224 or BLAKE2S_256 or BLAKE2B_160 or BLAKE2B_256 or BLAKE2B_384 or BLAKE2B_512 or SHAKE_128 or SHAKE_256 or SHAKE_128_LEN or SHAKE_256_LEN</hashAlg>
</CreateTimeStampForHash>
</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>
<CreateTimeStampForHashResponse xmlns="http://isds.czechpoint.cz/">
<CreateTimeStampForHashResult>base64Binary</CreateTimeStampForHashResult>
<serverResult>int</serverResult>
<failureInfo>int</failureInfo>
</CreateTimeStampForHashResponse>
</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>
<CreateTimeStampForHash xmlns="http://isds.czechpoint.cz/">
<UserName>string</UserName>
<Password>string</Password>
<WsUrl>string</WsUrl>
<certificateHash>string</certificateHash>
<hashIn>base64Binary</hashIn>
<hashAlg>Unknown or SHA1 or MD5 or MD2 or SHA256 or SHA384 or SHA512 or RIPEMD160 or SHA224 or MD4 or CRC32 or SSL3 or GOST_R3411_1994 or WHIRLPOOL or POLY1305 or SHA3_224 or SHA3_256 or SHA3_384 or SHA3_512 or BLAKE2S_128 or BLAKE2S_160 or BLAKE2S_224 or BLAKE2S_256 or BLAKE2B_160 or BLAKE2B_256 or BLAKE2B_384 or BLAKE2B_512 or SHAKE_128 or SHAKE_256 or SHAKE_128_LEN or SHAKE_256_LEN</hashAlg>
</CreateTimeStampForHash>
</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>
<CreateTimeStampForHashResponse xmlns="http://isds.czechpoint.cz/">
<CreateTimeStampForHashResult>base64Binary</CreateTimeStampForHashResult>
<serverResult>int</serverResult>
<failureInfo>int</failureInfo>
</CreateTimeStampForHashResponse>
</soap12:Body>
</soap12:Envelope>