私はdocusignをphpと統合しようとしていることに非常に慣れていません。次のコードを使用しています
$integratorKey = 'XXXX';
$email = 'mageshkumar.it@gmail.com';
$password = 'XXXX';
$name = "mageshkumar";
// copy the templateId of an existing template here
$templateId = "C9D9D181-CE57-.....................";
// construct the authentication header:
$header = "<DocuSignCredentials><Username>" . $email . "</Username><Password>" . $password . "</Password><IntegratorKey>" . $integratorKey . "</IntegratorKey></DocuSignCredentials>";
これが欲しいのは、受信したファイルのステータス更新を取得することだけです。