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
sfdcrookiesfdcrookie 

Consuming API in SSIS

Hi,

 

I am trying to consuming the apex APIs in the SSIS packages (2008). I included a script task in my code. In the script task I added the Web Reference using the WSDL from salesforce.com. But in my .cs file its not able to recognize

 

sforce.SforceService class. In the Object Browser too I do not see this class under sforce.

 

Could someone please help in how to get the reference included in the code.

 

thx

sr

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