问题标签 [docusignapi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
coldfusion - WS security Coldfusion
Working on a docuSign integration with Coldfusion and need assistance in making the SOAP request using WS security.
soap - 获取 SOAP 跟踪以进行调试无法正常工作
我正在使用 Docusign API 创建和检索“信封”以进行签名。(docusign.com 了解更多信息)。
基本上我在尝试根据他们的说明获取 SOAP 跟踪时遇到一些问题https://github.com/docusign/DocuSign-eSignature-SDK/wiki/How-to-acquire-a-SOAP-trace-for-debugging- %28Windows%29
这就是我需要帮助的地方。有没有人使用来自 Docusing 支持的这些说明(来自 Microsoft 页面,根据一个社区评论,似乎不起作用)能够创建跟踪?
我已经尝试了所有可能的组合,但到目前为止我没有看到任何日志文件。
我非常感谢您可以为我提供的任何帮助。
谢谢
php - “此帐户缺少足够的权限”DocuSign
不确定这里有多少人使用 docusign,但是当我发送这个 xml 文件时,我在创建和发送信封以及发送到 docusign 时遇到了一些问题
我收到以下错误
这是docusign 发送给我的返回信息。是的,我创建了一个模拟账户。我正在关注本教程
我注意到本教程没有传递集成密钥。这可能是原因吗
ruby-1.9.3 - 用于docusign的未定义方法`gsub'...(NoMethodError)
通过github(git://github.com/felipec/soap4r.git)安装docusign gem和依赖soap4r gem后,我在尝试运行服务器时遇到了这个问题
我调查了
request_recipient_token_client_urls.rb
但只发现
回调 = instance_methods.select { |m| m =~ /^on/ }.reject { |m| m =~ /=/ }.map { |m| m.gsub(/^on/, '').underscore }
我不明白这里出了什么问题。我只能怀疑soap4r有问题,因为我必须通过与ruby 1.9兼容的github版本安装它
c# - 无法生成 DocuSign 集成商密钥
我们正在集成 DocuSign 以获取用户的姓名首字母。当我尝试从此处提到的 DocuSign 开发人员沙箱生成集成商密钥时(http://community.docusign.com/t5/Announcements-Knowledge-Base/How-to-Get-and-Setup-Your-Integrator-Key /ta-p/4587),它重新加载页面但什么也不做。
知道这里有什么问题吗?
c# - DocuSign 信封通知
我已经使用 DocuSign 的 SOAP API 成功地将我公司的系统与 DocuSign 集成。我可以通过 SOAP 接口发送、检查状态和检索信封。
我读过获得信封状态的首选方法是通过事件。不幸的是,我没有找到这样的例子。
我在这里找到了一些关于它的文档。
有没有人使用过这种来自 DocuSign 的事件/通知方式来帮助我指明正确的方向?
php - Docusign Tutorial - PHP API cURL Error - "Buffer cannot be null"
I am following docusign's tutorial to create an envelope using their PHP API. Tutorialis found here: http://www.docusign.com/developer-center/quick-start/request-signatures
I copied the code and downloaded the sample file, and am now getting this response: "errorCode": "UNSPECIFIED_ERROR", "message": "Buffer cannot be null.\r\nParameter name: buffer"
I think the error may be related to this section:
The problem, i think, is that $data_string is not defined anywhere in their example. There is a data definition:
....But not $data_string.
I tried using the "TEST" as the value for $data_string and got: "errorCode": "INVALID_MULTI_PART_REQUEST", "message": "An error was found while parsing the multipart request. The JSON data in the first part of the multi-part request does not match the expected format. The token 'true' was expected but found 'test'."
I then set the value of $data_string as a boolean (TRUE) and got the following error message: errorCode": "INVALID_MULTI_PART_REQUEST", "message": "An error was found while parsing the multipart request. The JSON data in the first part of the multi-part request does not match the expected format. "
Any help in resolving this is greatly appreciated.
vb.net - Docusign API - 无法获取用户权限类型
我通过 SOAP 在我的应用程序中集成了 docusign api 服务,我已经验证了使用但现在我想知道,我怎样才能获得用户权限类型.. 意味着我有多个用户附加了相同的帐户 ID,我想检查用户是否具有发件人权限、查看者权限或管理员权限.. 请让我知道我通过哪个服务获取该信息我尝试从“客户经理服务”获取信息但我收到错误消息指出“无效用户或用户不是管理员”
api - 我的 api 调用的集成商密钥 (DocuSign)
我刚刚使用 DocuSign 创建了我的开发者帐户,显然我需要在我的 api 调用中添加一个“Integrator Key”,我可以从哪里获得一个?我必须联系 DocuSign 吗?