问题描述
我在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服务的主域
实时(生产)
或-这仅用于现场(生产中)使用。使用情况由购买的计划合同规定。 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.
-用于开发和测试。该站点类似于生产环境,但扩展性/稳定性却不高。使用免费。该站点还充当灾难恢复站点,应始终包含在用于配置/允许访问的任何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
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标头,请参见此帖子
https://www.docusign.net/restapi/
https://www.docusign.net/restapi/v1
https://www.docusign.net/restapi/v2
这篇关于使用沙盒帐户的SOAP使用哪个WSDL URL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!