【问题标题】:SOAP Response Error: INvalid API keySOAP 响应错误:API 密钥无效
【发布时间】:2013-12-12 11:41:11
【问题描述】:

Echosign 的 send_document 调用的 API 响应。

对secure.echosign.com (net_http) 的HTTPI POST 请求 SOAP 响应(状态 500) 肥皂:服务器 无效的 API 密钥:

API key is not the invalid one as this is working fine for the "getUsersInAccount" API call.

Did anyone faced this issue and know what could be the probable solution for this.

【问题讨论】:

    标签: xml api soap wsdl echosign


    【解决方案1】:

    这是一个数据错误。这意味着您在请求中传递的 APi 密钥对于特定操作无效。如果您想找到服务器返回的关于该数据的确切错误,请在 soapui 中运行此 wsdl。

    【讨论】:

      【解决方案2】:

      即使使用右键也可能发生这种情况。

      当您传递 API 参数哈希并首先添加 API 密钥时会发生这种情况,只需要确保它始终具有与 API 文档中提到的相同的序列。

      【讨论】:

        【解决方案3】:

        确保您的 API 密钥具有正确的范围:
        getUsersInAccount 需要“user_read:account”
        sendDocument 需要“agreement_send”

        您可以在here 中找到更多信息。

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 2020-10-13
          • 2015-09-21
          • 2017-02-11
          • 2022-09-30
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多