Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Integration Key working w/ SOAP requests

Explorer ,
Apr 04, 2019 Apr 04, 2019

Hello All,

When swapping out the old apiKey with the new Integration key I am able to pull data with my legacy SOAP requests. See the below snippet of XML.

Will this continue to work after the OAuth switch?

https://secure.echosign.com/services/EchoSignDocumentService16

<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>

        <getDocuments xmlns="http://api.echosign">

            <apiKey>3AAA9999999999999999999999**Integration*key**9999999999999999999999</apiKey>

            <documentKey>12345</documentKey>

            <ns5:options xmlns:ns5="http://api.echosign" xmlns:ns4="http://dto11.api.echosign" xmlns:ns3="http://dto13.api.echosign" xmlns:ns2="http://dto9.api.echosign" xmlns="http://dto14.api.echosign" />

        </getDocuments>

    </soap:Body>

</soap:Envelope>

Thanks

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jul 30, 2019 Jul 30, 2019
Translate
Explorer ,
Apr 16, 2019 Apr 16, 2019

Hello Rijul Raj Khurana - Would you have any insight into this question or know who would?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 17, 2019 Apr 17, 2019

probably, but no-one is going to tell for sure as SOAP has been deprecated for some time and no longer supported.

Try and move all legacy to REST api  as soon as you can.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 30, 2019 Jul 30, 2019
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines