使用沙盒帐户的SOAP使用哪个WSDL URL? [英] What WSDL URL to use for SOAP using Sandbox account?

查看:121
本文介绍了使用沙盒帐户的SOAP使用哪个WSDL URL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在DocuSign拥有一个沙箱帐户,我计划使用SoapUI测试通过Web服务将信封发送到DocuSign。我应该为沙箱帐户使用哪个wsdl URL?

I have a sandbox account with DocuSign and I plan to use SoapUI to test sending an envelope to DocuSign via web services. What wsdl URL should I use for the sandbox account please?

此外,如果我要切换为使用REST而不是SOAP,请为REST使用哪个URL?

Also, if I want to switch to use REST instead of SOAP, what URL should I use for REST please?

谢谢

推荐答案

DocuSign Web服务的主域



实时(生产)



https://www.docusign.net https://na2.docusign.net] -这仅用于现场(生产中)使用。使用情况由购买的计划合同规定。 API集成的应用程序可以调用此环境之前,必须先获得认证。

Primary domains for DocuSign Web Service

Live (Production)

https://www.docusign.net or https://na2.docusign.net] - this is only for Live (in-production) use. Usage is dictated by purchased plan contract. Certification is required before API integrated applications can make calls into this environment.

注意:产品站点为NA1(www.docusign.net), NA2(na2.docusign.net)和EU1(eu1.docusign.net)

Note: Prod sites are NA1 (www.docusign.net), NA2 (na2.docusign.net), and EU1 (eu1.docusign.net)

注意: EU1通常只保留给主要运行的帐户

Note: EU1 is normally reserved for accounts operating predominately outside of the Western hemisphere.

https://demo.docusign.net -用于开发和测试。该站点类似于生产环境,但扩展性/稳定性却不高。使用免费。该站点还充当灾难恢复站点,应始终包含在用于配置/允许访问的任何IP地址/ URL表中。

https://demo.docusign.net - this is for development and testing. This site is similar to Production environment but not quite as scalable/stable. Usage is free. This site also serves as the Disaster Recovery site and should always be included in any IP Address/URL tables used for configuration/allowed access.

DocuSign SOAP端点& WSDL:

通常,

https://{site}.docusign.net/api/3.0/dsapi.asmx?wsdl

浏览至 https://www.docusign.net/api/3.0/dsapi.asmx提供了一个列出方法的页面,并带有链接以显示用于调用该方法的SOAP主体结构的示例(示例包括请求和响应)。

Browsing to https://www.docusign.net/api/3.0/dsapi.asmx provides a page listing the methods, with links to display samples of the SOAP body structure for invoking the method (sample includes request and response).

示例NA1:

https://www.docusign.net/api/3.0/dsapi.asmx?wsdl
https://www.docusign.net/api/3.0/Credential.asmx?wsdl
https://www.docusign.net/api/3.0/accountmanagement.asmx?wsdl



REST



REST

https://www.docusign.net/restapi/help



API端点



X-DocuSign-Authentication HTTP标头,与REST一样使用,请参见此帖子标题X-DocuSign-Authentication应该如何使用REST和SOAP?

https://www.docusign.net/api/3.0/dsapi.asmx 
https://www.docusign.net/api/3.0/Credential.asmx
https://www.docusign.net/api/3.0/accountmanagement.asmx



SCHEMA



SCHEMA

https://demo.docusign.net/api/3.0/schema/dsx.xsd

通过SOAP标头中的WS-Security UsernameToken进行验证。

注意:该端点还有dsapi.asmx端点不可用的4个其他过时的方法。建议您避免使用此端点,除非您需要WS-Security或4种过时的方法:(最旧,但在许多示例中已显示)

Note: this endpoint has 4 additional obsolete methods not available via dsapi.asmx endpoint. Recommend you avoid this endpoint unless you need WS-Security or the 4 obsolete methods: (oldest but shown in many samples)

https://www.docusign.net/api/3.0/api.asmx



REST



需要X-DocuSign-Authentication标头,请参见此帖子标题X-DocuSign-Authentication应该如何用于REST和SOAP?

https://www.docusign.net/restapi/
https://www.docusign.net/restapi/v1
https://www.docusign.net/restapi/v2

这篇关于使用沙盒帐户的SOAP使用哪个WSDL URL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆