Service


Click here for a complete list of operations.

signedPDF

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ecoSignatureWebService.asmx HTTP/1.1
Host: efirma.ecosignature.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.edatalia.com/signedPDF"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthToken xmlns="http://www.edatalia.com/">
      <Token>string</Token>
    </AuthToken>
  </soap:Header>
  <soap:Body>
    <signedPDF xmlns="http://www.edatalia.com/">
      <pdfContent>string</pdfContent>
      <remotePdfUrl>string</remotePdfUrl>
      <pdfPassword>string</pdfPassword>
      <pathIni>string</pathIni>
      <iniB64>string</iniB64>
      <jsigJPG>string</jsigJPG>
      <widgetAncho>string</widgetAncho>
      <widgetAlto>string</widgetAlto>
      <widgetPage>string</widgetPage>
      <widgetX>string</widgetX>
      <widgetY>string</widgetY>
      <widgetAutoPosActivate>string</widgetAutoPosActivate>
      <widgetAutoPosText>string</widgetAutoPosText>
      <widgetAutoPosDesfaseX>string</widgetAutoPosDesfaseX>
      <widgetAutoPosDesfaseY>string</widgetAutoPosDesfaseY>
      <widgetTextCustom>string</widgetTextCustom>
      <widgetTransparentActivate>string</widgetTransparentActivate>
      <pfxB64>string</pfxB64>
      <pfxUrl>string</pfxUrl>
      <pfxPw>string</pfxPw>
      <tspActivate>string</tspActivate>
      <tspURL>string</tspURL>
      <tspUser>string</tspUser>
      <tspPw>string</tspPw>
      <ocspActivate>string</ocspActivate>
      <ocspURL>string</ocspURL>
      <ocspUser>string</ocspUser>
      <ocspPw>string</ocspPw>
      <author>string</author>
      <reason>string</reason>
      <contact>string</contact>
      <location>string</location>
      <certificatePDF>string</certificatePDF>
      <savePath>string</savePath>
      <saveName>string</saveName>
      <returnPdfB64>string</returnPdfB64>
      <license>string</license>
    </signedPDF>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <signedPDFResponse xmlns="http://www.edatalia.com/">
      <signedPDFResult>
        <code>string</code>
        <pdfSignedB64>string</pdfSignedB64>
        <error>string</error>
      </signedPDFResult>
    </signedPDFResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ecoSignatureWebService.asmx HTTP/1.1
Host: efirma.ecosignature.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthToken xmlns="http://www.edatalia.com/">
      <Token>string</Token>
    </AuthToken>
  </soap12:Header>
  <soap12:Body>
    <signedPDF xmlns="http://www.edatalia.com/">
      <pdfContent>string</pdfContent>
      <remotePdfUrl>string</remotePdfUrl>
      <pdfPassword>string</pdfPassword>
      <pathIni>string</pathIni>
      <iniB64>string</iniB64>
      <jsigJPG>string</jsigJPG>
      <widgetAncho>string</widgetAncho>
      <widgetAlto>string</widgetAlto>
      <widgetPage>string</widgetPage>
      <widgetX>string</widgetX>
      <widgetY>string</widgetY>
      <widgetAutoPosActivate>string</widgetAutoPosActivate>
      <widgetAutoPosText>string</widgetAutoPosText>
      <widgetAutoPosDesfaseX>string</widgetAutoPosDesfaseX>
      <widgetAutoPosDesfaseY>string</widgetAutoPosDesfaseY>
      <widgetTextCustom>string</widgetTextCustom>
      <widgetTransparentActivate>string</widgetTransparentActivate>
      <pfxB64>string</pfxB64>
      <pfxUrl>string</pfxUrl>
      <pfxPw>string</pfxPw>
      <tspActivate>string</tspActivate>
      <tspURL>string</tspURL>
      <tspUser>string</tspUser>
      <tspPw>string</tspPw>
      <ocspActivate>string</ocspActivate>
      <ocspURL>string</ocspURL>
      <ocspUser>string</ocspUser>
      <ocspPw>string</ocspPw>
      <author>string</author>
      <reason>string</reason>
      <contact>string</contact>
      <location>string</location>
      <certificatePDF>string</certificatePDF>
      <savePath>string</savePath>
      <saveName>string</saveName>
      <returnPdfB64>string</returnPdfB64>
      <license>string</license>
    </signedPDF>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <signedPDFResponse xmlns="http://www.edatalia.com/">
      <signedPDFResult>
        <code>string</code>
        <pdfSignedB64>string</pdfSignedB64>
        <error>string</error>
      </signedPDFResult>
    </signedPDFResponse>
  </soap12:Body>
</soap12:Envelope>