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 

connecting web site to salesforce

Can i send data from my web site to the custom object created in salesforce environment using Web Services Connector (WSC) provided by the salesforce API.

If not den what is the other way of dng it....

 

Chris JohnChris John

Yes, there are some code examples here: http://wiki.developerforce.com/index.php/Introduction_to_the_Force.com_Web_Services_Connector

 

Alternatively, you may want to check out the REST API: http://www.salesforce.com/us/developer/docs/api_rest/index.htm

alchemyalchemy

thanks  a lot,

   But do i need to write custom code in it or use the code generated in the connector can be used as it is....

alchemyalchemy

Does the Enterprise WSDL provides only sample code? If i want to send the data from my web site the custom object created in salesforce environment what shld i do for it....

Please provide me with some help on the same i am trying to create a customer portal on my website from which i want to send the customer information to the slesforce object store it and then provide it when the customer again when he logs in...

Any Info on the same wil b of great help and highly appreciated...