You need to sign in to do that
Don't have an account?
could you please explain about the http/rest and soap based callouts
cloud you please explain about the http/rest based and soap based callouts ,what is difference between http/rest and soap based callouts
when to use which is better to choose .
when to use which is better to choose .
You should find what you expect using these links
http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf
http://salesforce.stackexchange.com/questions/4051/rest-api-vs-soap-api-in-salesforce
Regards,
Fred
All Answers
Here are 2 links for this purpose (sorry, 2nd one is in french)
http://spf13.com/post/soap-vs-rest
https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm
Hope this helps
Fred
- If you have the choice, prefer REST which will be lighter and adapted to the interactive applications
- If you request intermediate services which have to work with data WSDL and XML, you probably have to use SOAP
Fred
Frédéric Trébuchet,
first , I would like to thanks given this reply.
can you give simple code about rest and soap, I am learning salesforce
what steps there or where to start the process.
please give me help for this.
Thanks
Naveen
You should find what you expect using these links
http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf
http://salesforce.stackexchange.com/questions/4051/rest-api-vs-soap-api-in-salesforce
Regards,
Fred
Fred