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
molamolamolamola 

where to download dll.

We are trying to do some data integration between salesforce and our database. We use SQL SSIS packages to connect to Salesforce.com.  

To order to access salesforce.com webservice from SQL SSIS package, we need to have .asmx link(URL) for enterprise.wsdl  and dll file of salesforce webservice.

We need to reference saleforce dll to access web methods from VB scripts. We cannot use wdsl file in SSIS. We need to have .asmx url.

Where can I get dll file and .asmx link for enterprise.wsdl file.
 
Help me please.
 
 
Thank you.
 
Ma
werewolfwerewolf
I'm not sure there is a prebuilt DLL such as that you're seeking.  If you're looking to integrate Salesforce.com seamlessly into SQL Server without writing any web services DLL yourself you might want to look into ForceAmp's dbAmp.
molamolamolamola
Thank you for your response. I will look at it.