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
atidevatidev 

Not able to export WSDL document

  I am following this lik to http://wiki.developerforce.com/index.php/Force.com_for_ASP.NET_Developers create a web class that needs to be called from a Visual studio. I created the class getLeadInfo and when I go to AppSetup ->Develop->Apex Classes ->Click on the getLeadInfo .It opens the Class Detail and there is a Generate WSDL button. When I click on that it opens a page, but no WSDL document is shown. Has anyone seen the same problem?  What should be done to get the WSDL document?

 

_Prasu__Prasu_

could you post the code of your getleadinfo class? may be its not correctly written?