AuthenticateWithCertificateAndPassword - Synerdocs/synerdocs-sdk GitHub Wiki

Запрос:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:syn="http://synerdocs.ru">
   <soapenv:Header/>
   <soapenv:Body>
      <syn:AuthenticateWithCertificateAndPassword>
         <!--Отпечаток сертификата-->
         <syn:thumbprint>A04A68C836145F3FD5CA67AF95DD240C995C2ABE</syn:thumbprint>
         <!--Пароль пользователя-->
         <syn:password>12345678</syn:password>
        
      </syn:AuthenticateWithCertificateAndPassword>
   </soapenv:Body>
</soapenv:Envelope>

Ответ:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <AuthenticateWithCertificateAndPasswordResponse xmlns="http://synerdocs.ru">
         <AuthenticateWithCertificateAndPasswordResult>27828e7b-2564-4021-a36f-590e07421e3d</AuthenticateWithCertificateAndPasswordResult>
      </AuthenticateWithCertificateAndPasswordResponse>
   </s:Body>
</s:Envelope>
⚠️ **GitHub.com Fallback** ⚠️