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
steven75steven75 

WSDL File for ASP.NET page

Hi,

 

I am reading this page below for ASP.NET developer and trying to follow the page the create this test page.

http://wiki.developerforce.com/index.php/Force.com_for_ASP.NET_Developers

 

In this document, it says

"

The process of creating a Web Reference from your ASP.NET application to your Force.com Web Service is similar to creating a Web reference to the Salesforce.com API. First, you must export the WSDL document for the getLeadInfo class. Visit Setup / App Setup / Build and click WSDL (next to getLeadInfo). You will see the XML that describes the Web Service. Save the document to a location on your computer’s hard drive (e.g., c:\getLeadInfo.wsdl).

"

So I selected Setup / App Setup / Develop / API, then click "Generate Enterprise WSDL".  It then generated a XML file.  From this point, I am lost of how to make the getLeadInfo.wsdl file as the document says.

 

Please advise,

Thanks,

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

Setup -> App Setup -> Develop -> Apex Classes, there should be a WSDL link next to your class.

All Answers

SuperfellSuperfell

Setup -> App Setup -> Develop -> Apex Classes, there should be a WSDL link next to your class.

This was selected as the best answer
steven75steven75

Thanks,