You need to sign in to do that
Don't have an account?

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
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)