2013-09-23 3 views
0

며칠 전에 docusign 데모 사이트에서 데모 계정을 만들었으며 동일한 문제가 발생했습니다 "This Account lacks sufficient permissions" DocuSign.DocuSign SOAP API 예외 "이 계정에 충분한 권한이 없습니다"

너희들이 나를 도와 줄래? 도와 주셔서 정말 고맙습니다.

업데이트 SOAP 추적 :

CreateAndSendEnvelope 요청

<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>[email protected]</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> 
+1

이 오류 메시지가 나타날 때 어떤 API 호출을 시도하고 있습니까? 관련 코드를 보여주십시오. – Ergin

+0

@Ergin : 전화 ** CreateAndSendEnvelope ** api. 나는 여기에 내 코드 묶음을 게시 할 수 없으므로 나는 당신에게 흐름을 알려줄 수 없다 : 우리 사이트에 고객이 서명해야하는 많은 문서가있다. 그래서 우리는 고객에게 서명하고 얻을 필요가있는 문서를 보낸다. 시스템에 서명 된 문서. ** RequestStatus ** 및 ** RequestPDF **를 사용하여 문서를 확인하고 가져옵니다. 내 계정 정보, 사용자 이름 : [email protected] 및 계정 ID : 5b119284-64fd-4f85-877c-8825b2e73bc1 – user2805960

+0

누구든지 DocuSign에서 나를 도와 줄 수 있습니까? 부디. – user2805960

답변

0

CreateAndSendEnvelope 응답이 데모 계정에서 사용할 수 없습니다. 기본적으로 DocuSign은 데모 계좌의 모든 기능을 사용할 수 있으므로 귀사의 계좌가 어떻게 이상하게 반 활성화 된 상태인지 잘 모르겠습니다.

대부분의 경우 DocuSign은 계정에 로그인하여 기능 또는 설정을 사용 설정하는 사람이이 문제를 해결해야합니다.

귀하의 계정을 검토하고 사용 설정 한 항목을 사용하도록 설정 했으므로 다시 시도하십시오.

+1

먼저 login api를 호출 한 다음 CreateAndSendEnvelope API를 호출하여 예외가 발생하는 것처럼 보입니다. 난 그냥 로그인 API를 호출하는 코드를 제거하고 문제를 해결합니다. 날 도와 줘서 고마워, 어긴. – user2805960

관련 문제