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 can I get 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.
 
 
BMIZZYBMIZZY

Did you get your question resolved?  If not, please reply... I'll help as much as I'm able.

 

I have done basically what you're talking about... I use SSIS to pull data from SFDC (and insert into SFDC, and update SFDC, etc...).  Works beautifully.  

 

 

COZYROCCOZYROC
Check CozyRoc SSIS+ library. It does include components for reading and writing to Salesforce service object.
Technical SupportTechnical Support

Have you tried SSIS components from pragmatic works? They have really good SalesForce SSIS Source Adapter and SalesForce SSIS Destination Adapter

I hope this helps