function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anil IngleAnil Ingle 

Use old sfdc API in .net(C#)

Hi All

Suppose I developed third party integration using SFDC API. The current version of API is 38. I come back after two year and try to update some code of thrid party library code which is using SFDC API. At the time of development, it was using 38 now the version has been changed supposed 48.
Is there any way to get the WSDL of the SFDC API of the specific version. Here I want to get the wsdl of 38 on Production as well as Sandbox.

My production is using 38 but Sandbox is using 48 the latest.

I have developed integration using .net(C#) code.

Thank you