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
Ricky MartinRicky Martin 

How to create the Lead using usin classic asp page.

Hi,
How to create the Lead using usin classic asp page.
Thanks.
Satish_SFDCSatish_SFDC
You will have to use either the SOAP or the REST API.

For eg: using the REST API you can can get data from the asp page and then create an HTTP request to the appropriate REST URL.

Check this link:
https://www.salesforce.com/us/developer/docs/api_rest/ 
Check the quick start to see how to create records.

Regards,
Satish Kumar
Ricky MartinRicky Martin
Hi Satish,
Thanks for your answer.
How to use the rest API in the asp page? I not much familier in integration so how to use the wsdl file in asp page.

if possible please let us know how to get the userinfor from asp page.

Thanks.
Ricky MartinRicky Martin
Hi Satish,
I think we can conncet without REST api so can you let me know how to do that?
Note: using wsdl proxy class for vb script.

Thanks.