Copy link to clipboard
Copied
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
It appears that the Legacy IP Keys will be fine per this thread.
Copy link to clipboard
Copied
Hello Rijul Raj Khurana - Would you have any insight into this question or know who would?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
It appears that the Legacy IP Keys will be fine per this thread.