Docusignapi DocuSign SOAP Api异常“;此帐户缺少足够的权限”;

Docusignapi DocuSign SOAP Api异常“;此帐户缺少足够的权限”;,docusignapi,Docusignapi,几天前,我在docusign演示网站上创建了演示帐户,我也遇到了同样的问题 你们能帮我解决这个问题吗?我真的很感谢你的帮助 更新SOAP跟踪: CreateAndSendEnvelope请求 http://www.docusign.net/API/3.0/CreateAndSendEnvelope 5b119284-64fd-4f85-877c-8825b2e73bc1 1. A2A7B1A3EFD6416AB0742A72CD00B97_DOCUSIGN_DATA.pdf 1. 最后测试1

几天前,我在docusign演示网站上创建了演示帐户,我也遇到了同样的问题

你们能帮我解决这个问题吗?我真的很感谢你的帮助

更新SOAP跟踪:

CreateAndSendEnvelope请求


http://www.docusign.net/API/3.0/CreateAndSendEnvelope
5b119284-64fd-4f85-877c-8825b2e73bc1
1.
A2A7B1A3EFD6416AB0742A72CD00B97_DOCUSIGN_DATA.pdf
1.
最后测试1
TRUNGNGUYEN@INTERACTIVECONTACTCENTER.COM
签字人
假的
签名
CreateAndSendEnvelope响应


内部服务器错误
内部服务器错误
接受编码
最大年龄=7776000;包含子域
1394
私有的
text/xml;字符集=utf-8
2013年9月25日星期三格林尼治标准时间16:03:23
http://schemas.xmlsoap.org/ws/2004/08/addressing/fault
urn:uuid:e12ae2b6-6328-4b5b-b553-95F42F66454
urn:uuid:9f37c1cf-d875-4acd-9b88-108e9b11efc2
http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
2013-09-25T16:03:24Z
2013-09-25T16:08:24Z
soap:客户端
此帐户缺少足够的权限。
Web.Config中缺少
111
此帐户缺少足够的权限。

这意味着您试图使用演示帐户上未启用的功能或设置。默认情况下,DocuSign启用演示帐户上的所有功能,因此我不确定您的帐户是如何进入一种奇怪的半激活状态的

在大多数情况下,这需要由进入您的帐户并启用某个功能或设置的人在其一侧进行DocuSign来解决


我已检查了您的帐户并启用了一些本应打开的功能,请重试。

当您收到此错误消息时,您正在尝试进行什么api调用?显示您可能拥有的任何相关代码…@Ergin:I调用CreateAndSendEnvelope api。我不能在这里发布我的代码,所以我会告诉你流程:我们网站上有很多文档需要客户签名,所以我们将文档发送给需要签名的客户,并将签名的文档返回到我们的系统中。我使用RequestStatus和RequestPDF检查并获取文档。我的帐户信息、用户名:trungnguyen@interactivecontactcenter.com,帐户id:5b119284-64fd-4f85-877c-8825B2E73BC1是否有人在DocuSign工作?请帮助我?请。通常当我们看到此错误时,这是因为在给定帐户上未启用嵌入功能,但您的帐户已启用该功能,所以这一定是其他原因。您在CreateAndSendEnvelope调用中遇到了错误,对吗?你在那里做什么?是否有唯一的收件人或标签或其他内容?或者您试图在调用中使用的任何高级功能?请发布您的调用的SOAP跟踪,以便我们可以检查…它看起来像是我们首先调用登录api,然后调用CreateAndSendEnvelope api的方式。请例外。我只是删除了调用登录api的代码,它解决了这个问题。谢谢你花时间帮我,埃尔金。
<MessageLogTraceRecord>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://www.docusign.net/API/3.0/CreateAndSendEnvelope</Action>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CreateAndSendEnvelope xmlns="http://www.docusign.net/API/3.0">
<Envelope>
<AccountId>5b119284-64fd-4f85-877c-8825b2e73bc1</AccountId>
<Documents>
<Document>
<ID>1</ID>
<Name>a2a7b1a3efd6416ab00742a72cd00b97_DOCUSIGN_DATA.pdf</Name>
<PDFBytes></PDFBytes>
</Document>
</Documents>
<Recipients>
<Recipient>
<ID>1</ID>
<UserName>TEST 1 LAST</UserName>
<Email>TRUNGNGUYEN@INTERACTIVECONTACTCENTER.COM</Email>
<Type>Signer</Type>
<AccessCode xsi:nil="true"></AccessCode>
<RequireIDLookup>false</RequireIDLookup>
</Recipient>
</Recipients>
<Subject>sign</Subject>
<EmailBlurb></EmailBlurb>
</Envelope>
</CreateAndSendEnvelope>
</s:Body>
</s:Envelope>
</MessageLogTraceRecord>
<MessageLogTraceRecord>
<HttpResponse xmlns="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace">
<StatusCode>InternalServerError</StatusCode>
<StatusDescription>Internal Server Error</StatusDescription>
<WebHeaders>
<Vary>Accept-Encoding</Vary>
<Strict-Transport-Security>max-age=7776000; includeSubDomains</Strict-Transport-Security>
<Content-Length>1394</Content-Length>
<Cache-Control>private</Cache-Control>
<Content-Type>text/xml; charset=utf-8</Content-Type>
<Date>Wed, 25 Sep 2013 16:03:23 GMT</Date>
</WebHeaders>
</HttpResponse>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<soap:Header>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/addressing/fault</wsa:Action>
<wsa:MessageID>urn:uuid:e12ae2b6-6328-4b5b-b553-95f422f66454</wsa:MessageID>
<wsa:RelatesTo>urn:uuid:9f37c1cf-d875-4acd-9b88-108e9b11efc2</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-14c52cbb-7b93-4541-9867-c16654c1629b">
<wsu:Created>2013-09-25T16:03:24Z</wsu:Created>
<wsu:Expires>2013-09-25T16:08:24Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode xmlns="">soap:Client</faultcode>
<faultstring xmlns="">This Account lacks sufficient permissions. </faultstring>
<faultactor xmlns="">missing in Web.Config</faultactor>
<detail xmlns="">
<ErrorCode xmlns="missing in Web.Config">111</ErrorCode>
<ErrorReason xmlns="missing in Web.Config">This Account lacks sufficient permissions.</ErrorReason>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
</MessageLogTraceRecord>