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
TehreenTehreen 

Help to use enterprise.wsdl in .net application to search data in salesforce

Hi,

 

       I am new to Salesforce, Can you please tell me how to use the enterprise.wsdl to search data for a particular user and to fetch the user's leads and campaign data.

 

 

Thanks in Advance.

 

 

TzafrirbenTzafrirben

Do you mean how to use it from a .NET application, right?

 

1. Import the wsdl to visual studio and generate a .NET class you can use for accessing the wsdl(see MSDN article)

2. The .NET class will have a methods for login to SF and for query.