SmartSignPlusFinalize Request / Response samples

Request


<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
   <soap:Header/>
   <soap:Body>
      <v2:SmartSignPlusFinalize>
         <v2:accountId>15</v2:accountId>
         <v2:packageId>60b73Ne0Luo7xfEH7gYY1W</v2:packageId>
      </v2:SmartSignPlusFinalize>
   </soap:Body>
</soap:Envelope>

Response


<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/SmartSignPlusFinalizeResponse</a:Action>
      <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <u:Timestamp u:Id="_0">
            <u:Created>2024-09-19T14:37:13.597Z</u:Created>
            <u:Expires>2024-09-19T14:42:13.597Z</u:Expires>
         </u:Timestamp>
      </o:Security>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <SmartSignPlusFinalizeResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <SmartSignPlusFinalizeResult>
            <Status xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Sucessful</Status>
         </SmartSignPlusFinalizeResult>
      </SmartSignPlusFinalizeResponse>
   </s:Body>
</s:Envelope>