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
alchemyalchemy 

linking website to salesforce

I am planning to create a customer portal using JavaScript n Servlets from where the clients can login. i want to enable them to enter the details on website which i want to store on my salesforce and then show them the plan and details on website which will b generated on salesforce....

 On salesforce i have already created custom objects which is storing the data entered on my salesforce application

  how can i connect my website to slaesforce database and then retrieve the data from salesforce....

LakshmanLakshman

You will have to use Partner/Enterprise WSDL and a WSC connector to achieve this.

For more information check this out:

http://wiki.developerforce.com/index.php/Introduction_to_the_Force.com_Web_Services_Connector

 

-Lakshman