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
NaagNaag 

download enterprise.wsdl through the c# code

hi,

please help me to download enterprise.wsdl through the c# code.

 

thanks,

naag.

werewolfwerewolf
Don't download the wsdl through the code.  Instead, download the wsdl to a local file via setup->develop->API, then add the WSDL (from that file) as a Web Reference in C#.
NaagNaag

yes... but i have requirement to download the wsdl through code.

thanks,

Naag.

 

NaagNaag
please let me know any approach to download the wsdl through code
HardhatHardhat
Why?
SuperfellSuperfell
There's no supported way to do it, what's your use case for this ?
SuperfellSuperfell
and please stop cross posting your question everywhere
WillerWiller

there are many cases we need auto sync of WSDL insteed of download it manually.

My company is partially integrating our proprietary system with multiple saleforce account (multiple clients).

if we have "one button" solution, then we will save alot of time.

 

 

SuperfellSuperfell

the Partner API would seem to be a much better fit for that type of integration.