Skip to main content
August 15, 2025
Question

I'm learning how to use SOAP UI. Does Docusign provide a WSDL (Web Service Description Language) file(s)?

  • August 15, 2025
  • 2 replies
  • 91 views

I'm learning how to use SOAP UI. Does Docusign provide a WSDL (Web Service Description Language) file or some documentation for REST API?

2 replies

JohnSantos
Guru
Guru
August 15, 2025

@Kat0120 

DocuSign’s current eSignature platform is built primarily around a REST API, which does not use WSDL files (those are specific to SOAP-based services)

Instead, DocuSign provides detailed REST API documentation and an interactive API Explorer here:

https://developers.docusign.com/docs/esign-rest-api/reference/

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Kat0120Active VoiceAuthor
August 15, 2025

Thank you!