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
AussieBattlerAussieBattler 

APEX API and Visual Studio

Hi. I hope this is the right place for this enquiry. My application uses only custom objects.

I have generated the WSDL address for my APEX Application and get an address which looks like this:

https://na5.salesforce.com/soap/wsdl.jsp

When I put this WSDL inside Visual Studio by adding web reference, I got this error message:

The HTML document does not contain Web service discovery information.

Any idea how I could get a version that contain this Web service discovery information for Visual Studio?

Thanks
SuperfellSuperfell
Login into the app and download the WSDL to a local file, and use that in VS.NET.
SuperfellSuperfell
You also might want to go through the quickstart, http://www.salesforce.com/us/developer/docs/api/index_CSH.htm#sforce_api_quickstart_steps.htm