CAdES eSeal Signing
Endpoint
Legacy
New
Staging
Production
Headers
Name
Type
Description
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<wsse:Security soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>{client_id}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">{client_secret}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<SignRequest xmlns="http://www.docs.oasis-open.org/dss/2004/06/oasis-dss-1.0-core-schema-wd-27.xsd" Profile="urn:safelayer:tws:dss:1.0:profiles:cmspkcs7sig:1.0:sign" RequestID="939281be51de8a709e0f">
<OptionalInputs>
<SignatureType xsi:type="xsd:anyURI">urn:etsi:ts:101733</SignatureType>
<KeySelector>
<ns1:KeySelector xmlns:ns1="http://www.safelayer.com/TWS">
<ns1:Name Format="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName">CN=POC-Federal eSeal, O=Federal Entity, L=Abu Dhabi, C=AE</ns1:Name>
<ns1:KeyUsage>nonRepudiation</ns1:KeyUsage>
</ns1:KeySelector>
</KeySelector>
<EnvelopingSignature/>
</OptionalInputs>
<InputDocuments>
<Document>
<Base64Data>{base64 encoded format of document}</Base64Data>
</Document>
</InputDocuments>
</SignRequest>
</soapenv:Body>
</soapenv:Envelope>
Request Parameters:
Name
Description
Required
Sample Request/Response (with sample data):
Headers
Name
Type
Description
Request Sample
Response Sample
Last updated
Was this helpful?