简体   繁体   English

#DocuSignAPI使用SOAP API的嵌入式工作流程中的两个签名者

[英]#DocuSignAPI Two signers in an embedded workflow using SOAP API

I am trying to set up a process where I have an in-person signer as a first signer in an embedded document, and the signing host as a second signer in the same embedded process. 我正在尝试建立一个过程,在该过程中,我的亲自签名人是嵌入式文档中的第一个签名人,而签名主机是同一嵌入过程中的第二个签名人。

My process is calling the createenvelope() method in the wsdl and creating the envelope, and launching in an embedded frame for the first in-person signer. 我的过程是在wsdl中调用createenvelope()方法并创建信封,然后在嵌入式框架中启动第一个亲自签名的人。 After my first signer signs, the embedded process ends, and my second signer (the captive host) doesn't get to sign. 我的第一个签名者签名后,嵌入式过程结束,第二个签名者(俘虏主机)没有签名。

I think I need to make a second call to view the envelope again in an embedded frame as a second signer. 我想我需要再次打电话以再次在嵌入式框架中查看信封,作为第二个签名者。 I see the restapi/envelopes/{envelope}/recipient/view endpoint in the rest api, and I was looking for something equivalent in the SOAP wsdl. 我在rest api中看到了restapi / envelopes / {envelope} / recipient / view端点,并且我正在寻找与SOAP wsdl类似的东西。 Has anyone completed a 2 - person embedded process calling SOAP endpoints? 有没有人完成一个由2个人组成的嵌入式过程,调用SOAP端点?

Yes you'll need to make a second API call for the second embedded signer.. you'll want to make the RequestRecipientToken() API call if using SOAP. 是的,您需要为第二个嵌入式签名者进行第二次API调用。如果使用SOAP,则需要进行RequestRecipientToken() API调用。 Check out THIS PAGE of the SOAP API guide for more info and an example. 查看SOAP API指南的“ 本页面 ”以获取更多信息和示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM