DocuSign签名设备的问题DSA Rest示例



我想在我的应用程序中集成自动数字签名功能。我注册了DocuSign沙箱帐户,并试图从https://github.com/docusign/docusign-signature-appliance-api-recipes/tree/master/dsa-rest/Hello-World-examples

构建和运行示例代码。当运行java hello-world示例时,我得到错误

Feb 09, 2021 9:01:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://prime-dsa-devctr.docusign.net:8081: Connection reset by peer: socket write error
Feb 09, 2021 9:01:00 AM org.apache.http.impl.execchain.RetryExec execute

我也试着运行c#代码,但在调用REST端点"https://prime-dsa-devctr.docusign.net:8081/sapiws/v1/digital_signature">

时得到类似的错误
The underlying connection was closed: An unexpected error occurred on a receive

我在这里错过了什么吗?我尝试更改代码中使用的用户凭据,但仍然没有更改错误。

更新:这个问题现在应该解决了。

DSA团队正在解决这个问题,这不是你的问题。至少在我输入答案的时候是这样的。备份好后我马上更新。

最新更新