나머지 청취자로 DocuSign Connect를 구현하고 싶습니다.DocuSign XSD 연결
어디서나 수신기에서 수신 할 XML 스키마의 전체 설명서를 찾을 수 없습니다.
나는 PDF의 예를 들어 있다는 것을 알고
하지만, 예를 들어 XSD와 같은 형식적인 설명이 있는지 궁금하고있다.
나머지 청취자로 DocuSign Connect를 구현하고 싶습니다.DocuSign XSD 연결
어디서나 수신기에서 수신 할 XML 스키마의 전체 설명서를 찾을 수 없습니다.
나는 PDF의 예를 들어 있다는 것을 알고
하지만, 예를 들어 XSD와 같은 형식적인 설명이 있는지 궁금하고있다.
는 또한 여기에 전체 XSD를 참조 할 수 있습니다 : https://www.docusign.net/api/3.0/schema/dsx.xsd
각 연결 메시지는 EnvelopeStatus 객체와 DocumentPDF 객체를 포함 할 것 - 이러한 객체의 전체 구조는 DocuSign의의 WSDL에 지정됩니다 https://www.docusign.net/api/3.0/schema/dsapi.wsdl. DocuSign의 연결 서비스 안내서에서 촬영
"The XML post from DocuSign contains the EnvelopeStatus object along with DocumentPDF objects, if the configuration has the checkbox to include the push of the documents.
The DocuSign 3.0 API WSDL file that contains definitions for both structures is located on the DocuSign website. It can be found at: https://www.docusign.net/api/3.0/api.asmx?wsdl."