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
JGilbertJGilbert 

trouble setting up a .net project with SOAP WSDL

Hi,

 

I'm having trouble configuring my Visual Studio project with SOAP.

 

I have downloaded two WSDLs and added them as Service Reference. The contents then show up under a new namespace in the project, and I see a bunch of subclasses, however, I don't see the SforceService class that is mentioned in the Quick Start guide:

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_steps.htm#topic-title

 

What class should I use as the binding class?


Regards,

James

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

If you want to follow the samples you need to create a web reference, not a service reference. (It used to be an option behind the advanced button on add service reference dialog)