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
aph solaph sol 

INtegrating salesforce to dotnet

Hi All,


I want to integrate salesforce to dotnet.
By which by using webform insert a account record.
i am new to salesforce integration (SOAP API)


 
Saurabh Kulkarni 20Saurabh Kulkarni 20
Hello,

You can try the below example...
https://code.google.com/p/salesforce-dotnet/

Regards,
Saurabh
 
NagaNaga (Salesforce Developers) 
Hi Aph,

Below are the four steps to integrate salesforce with .NET.
1. Download the WSDL file from Salesforce Account.
     Login | Setup | App Setup | Develop | API
2. Run the WebServiceStudio.exe.
    (Browse the downloaded .wsdl file and save all files and give name sForceServices)
3. Copy sForceServices.cs file to our .Net application
4. Set Credentials To .Net Application

using the WSDL file you can generate class in your .Net application which contains metadata of your salesforce organisation.

Please let me know if this helps

Best Regards
Naga Kiran
 
aph solaph sol
which one i have to download enterprise wsdl or partner wsdl

 
aph solaph sol
which file i have to download