eSeal error codes

Sample error response

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/>
    <SOAP-ENV:Body>
        <dss:SignResponse xmlns:dsig=http://www.w3.org/2000/09/xmldsig# xmlns:css=http://www.safelayer.com/TWS xmlns:dss=http://www.docs.oasis-open.org/dss/2004/06/oasis-dss-1.0-core-schema-wd-27.xsd xmlns:xades=http://uri.etsi.org/01903/v1.2.2# Profile="urn:safelayer:tws:dss:1.0:profiles:pades:1.0:sign" RequestID="b22c97c6117fc3386f81" >
            <dss:Result>
                <dss:ResultMajor>urn:oasis:names:tc:dss:1.0:resultmajor:Success</dss:ResultMajor>
                <dss:ResultMinor>urn:safelayer:dss:1.0:resultminor:IncorrectKeySelected</dss:ResultMinor>
                <dss:ResultMessage>The key specified in the KeySelector element was not found. Cannot sign - (10408)</dss:ResultMessage>
            </dss:Result>
        </dss:SignResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

"ResultMinor" will be returned part of the response only if there is an error in the transaction

ResultMinor Codes

Last updated