We built an integration with DocuSign SOAP APIs in 2012 and a few of our clients are still using them. We are hitting the end points
https://demo.docusign.net/api/3.0/dsapi.asmx
https://na2.docusign.net/api/3.0/dsapi.asmx
https://www.docusign.net/api/3.0/dsapi.asmx
to create envelopes for our clients. Recently, we noticed that whenever we add the custom tags for the recipients, they are automatically are required, even if when have not specified the customtabrequired property to true. Whenever we require the custom tag, we specify the two properties to true.
CustomTabRequired = true
CustomTabRequireSpecified = true
Can you please let us know what else we need to specify and why all of a sudden these custom tags are required?
Thanks