<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soap:Body>
    <sendDocumentMegaSignResponse xmlns="http://api.echosign">
      <sendMegaSignDocumentResult>
        <documentKey xmlns="http://dto.api.echosign">
          <documentKey>3ED52R6B6TXE</documentKey>
          <recipientEmail>dw0a@foo.com</recipientEmail>
        </documentKey>
        <documentKeyArray xmlns="http://dto.api.echosign">
          <DocumentKey>
            <documentKey>3ED6F93P277F</documentKey>
            <recipientEmail>dw0a2@foo.com</recipientEmail>
          </DocumentKey>
          <DocumentKey>
            <documentKey>3ED72I5B7Y6E</documentKey>
            <recipientEmail>dw0a3@foo.com</recipientEmail>
          </DocumentKey>
        </documentKeyArray>
        <errorCode xmlns="http://dto.api.echosign" xsi:nil="true" />
        <errorMessage xmlns="http://dto.api.echosign" xsi:nil="true" />
        <success xmlns="http://dto.api.echosign">true</success>
      </sendMegaSignDocumentResult>
    </sendDocumentMegaSignResponse>
  </soap:Body>
</soap:Envelope>

