Metoda Preserve_unregister
Umožňuje odregistrování dokumentu a uchovaných elektronických podpisů z dalšího uchovávání v kvalifikované službě SecuSign.
Popis služby včetně WSDL schématu a příklad požadavku a odpovědi pro SOAP 1.1 a SOAP 1.2 je umístěn na https://localhost/secusign/default.asmx?op=Preserve_unregister.
Localhost je název používaný pro lokální počítač; namísto něj zvolte jméno/IP adresu SDK serveru (dle nastavení v IIS) |
Požadavek v rozhraní SOAP 1.1
POST /secusign/default.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://software602.com/secusign/Preserve_unregister"
<?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>
<Preserve_unregister xmlns="http://software602.com/secusign/">
<DocID>string</DocID>
<Params>string</Params>
</Preserve_unregister>
</soap:Body>
</soap:Envelope>
Vstupní parametry metody
Struktura odpovědi na požadavek
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>
<Preserve_unregisterResponse xmlns="http://software602.com/secusign/">
<Preserve_unregisterResult>int</Preserve_unregisterResult>
<StatusMessage>string</StatusMessage>
</Preserve_unregisterResponse>
</soap:Body>
</soap:Envelope>
Výstupní parametry metody
<Preserve_unregisterResult>
Návratová hodnota | Popis |
---|---|
int |
Výsledek metody Preserve_unregister (odregistrování dokumentu s el. podpisy). 0 = v pořádku, jinak Návratové kódy všech metod a chyba popsaná ve StatusMessage. |