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
BiswajeetBiswajeet 

how to consuming of .Net webservice in salesforce

Hi

i want to use .net webservice in order to get records from the .net into salesforce .
Vinita_SFDCVinita_SFDC
Hello,

You can use SOAP api for this. Following document explains this step by step with code samples:

http://wiki.developerforce.com/page/Integrating_Force.com_with_Microsoft_.NET

For details of SOAP api guide: http://www.salesforce.com/us/developer/docs/api/index.htm
Ramakrishnan AyyanarRamakrishnan Ayyanar
Hi 

Please refer below links ..............It's used soap API.

http://wiki.developerforce.com/page/Integrating_Force.com_with_Microsoft_.NET



BiswajeetBiswajeet
Thanks