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
vinaydasarivinaydasari 

Is there a way to get the API WSDLs from salesforce?

Hi,

 

I want to get the WSDL files from salesforce. I have username, password and security token. I can download them by logging into salesforce. But I want to get them by provideing URL, Username, Password, Security token.

Is there a way to do this?

 

Thanks,

Vinay Kumar.

Henry AkpalaHenry Akpala

Log into your salesforce org,

click your name at the top right

setup

Develop

API 

You can download the WSDL from there.

 

Hope this helps

Regards

-Henry

Henry AkpalaHenry Akpala

I don't think you can download just using a URL, but you can get access to the objects metadata from using the API.

Hope this helps

Regards

-Henry