Skip to main content
Oezlem
Participant
May 5, 2015
Question

REST request using XML format

  • May 5, 2015
  • 0 replies
  • 332 views

Hi all,

as I am implementing EchoSign in a product which has such XML libraries available I would like to change the request to xml.

For me it seems like I am missing something like <envelopeDefinition xmlns=\"http://www.docusign.com/restapi\">.

Does anyone ever tried the REST call with XML?

This is the XML till now:

<?xml version="1.0" encoding="UTF-8"?>

    <documentCreationInfo>

        <message>TODO: an appropriate message to the recipient</message>

        <name>TODO: name of the agreement</name>

        <recipients>

            <element>

                <email>TODO: recipient's email ID</email>

                <role>TODO: recipient's role (SIGNER/APPROVER)</role>

            </element>

        </recipients>

        <securityOptions>

            <externalPassword />

            <internalPassword />

            <kbaProtection>NONE</kbaProtection>

            <openPassword />

            <passwordProtection>NONE</passwordProtection>

            <protectOpen>false</protectOpen>

            <webIdentityProtection>NONE</webIdentityProtection>

        </securityOptions>

        <signatureFlow>SENDER_SIGNATURE_NOT_REQUIRED</signatureFlow>

        <signatureType>ESIGN</signatureType>

    </documentCreationInfo>

    <options>

        <authoringRequested>false</authoringRequested>

        <autoLoginUser>false</autoLoginUser>

        <noChrome>false</noChrome>

        <sendThroughWeb>true</sendThroughWeb>

        <sendThroughWebOptions>

            <fileUploadOptions>

                <libraryDocument>true</libraryDocument>

                <localFile>false</localFile>

                <webConnectors>false</webConnectors>

            </fileUploadOptions>

        </sendThroughWebOptions>

    </options>

Thanks in advance and regards,

Özlem

    This topic has been closed for replies.