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 

convert .wsdl file from to .asmx

Hi
 
I am trying to connect to salesforce.com through SSIS. I have access  to wsdl files at AppSetup/API/ . Would you tell me which wsdl file to use /download ? Also, where can I get .asmx link for those wsdl files or  How can I derive web method from wsdl files?
 
Pls help.
 
Thank you.


Message Edited by molamola on 07-30-2008 10:50 AM
SvenSven
Hi,

If you need all the necessary functions from Salesforce then it is better to download the enterprise wsdl
a good reference of implementing webservices in ssis is maybe
this http://blogs.conchango.com/jamiethomson/archive/2007/06/19/SSIS_3A00_--Consuming-web-services-in-SSIS-2008.aspx

regards Sven
COZYROCCOZYROC
Check CozyRoc SSIS+ library. It does include components for reading and writing to Salesforce service object.