We are using using DocuSign Connect feature to get the recipient and envelope status updates with PDF Documents.
What is the best way to De-serialize the Connect XML response in ASP.Net WebAPi Rest Controller?
1) Adding “https://www.docusign.net/api/3.0/api.asmx?wsdl” to generate wsdl class files and de-serialize the Connect XML response?
2) De-serialize connect XML using DocuSign Client Library? Do we have DocuSignEnvelopeInformation in the Client Library?
3) Parse the XML and Get the statuses of recipients as well as envelopes and Documents.