e-sign sendDocument service, Invalid email: null error
am new esign api / integration apologies if problem obvious one.
i have connected using oauth scope agreement_send:self , want call senddocument service. using soapui test. have stripped tags don't need (and may have stripped 1 many). error i'm getting invalid email: null error.
i assume sendinfo section optional , in absence of it, token used determine system dealingh with.
any appreciated.
my soap payload is:
<soapenv:envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.echosign" xmlns:dto="http://dto.api.echosign" xmlns:dto2="http://dto21.api.echosign" xmlns:dto9="http://dto9.api.echosign" xmlns:dto21="http://dto20.api.echosign" xmlns:dto1="http://dto14.api.echosign" xmlns:dto11="http://dto18.api.echosign" xmlns:dto12="http://dto19.api.echosign">
<soapenv:header/>
<soapenv:body>
<api:senddocument>
<api:apikey>mykey</api:apikey>
<api:senderinfo/>
<api:documentcreationinfo>
<dto:daysuntilsigningdeadline>2</dto:daysuntilsigningdeadline>
<dto:fileinfos>
<dto:fileinfo>
<dto:documentkey>123</dto:documentkey>
<dto:filename>test.pdf</dto:filename>
<dto:mimetype>application/pdf</dto:mimetype>
<dto:url>https://myhost/myapp/docs/test.pdf</dto:url>
</dto:fileinfo>
</dto:fileinfos>
<dto:recipients>
<!--zero or more repetitions:-->
<dto1:recipientinfo>
<!--optional:-->
<dto1:email>myamail@mycomany.com</dto1:email>
<!--optional:-->
<dto1:fax></dto1:fax>
<dto1:role>signer</dto1:role>
<!--optional:-->
</dto1:recipientinfo>
</dto:recipients>
<!--optional:-->
<dto:signatureflow>sender_signature_not_required</dto:signatureflow>
<!--optional:-->
<dto:signaturetype>esign</dto:signaturetype>
</api:documentcreationinfo>
</api:senddocument>
</soapenv:body>
</soapenv:envelope>
hi b dispa,
please mail to : support@echosign.com , respective team , resolve issue.
let know if need further help.
regards
sarojini
More discussions in Adobe Sign
adobe
Comments
Post a Comment