﻿<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ts="http://com.cs.server.web.serveur/services">
   <soapenv:Header/>
   <soapenv:Body>
      <ts:SignRequest>
         <TransactionKey>
            <AppId>********ID CLIENT********</AppId>
            <policyId>********POLITIQUE DE SIGNATURE********</policyId>
            <requestId>uniqueIdTest</requestId>
         </TransactionKey>
         <Data><xop:Include href="cid:POI_100Ko.xml" xmlns:xop="http://www.w3.org/2004/08/xop/include"/></Data>
         <Options>
            <ProfileId>********PROFIL DE SIGANTURE********</ProfileId>
         </Options>
      </ts:SignRequest>
   </soapenv:Body>
</soapenv:Envelope>
