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
krish99krish99 

rest webservice

HI,

     I am want to develop a rest webservice which is connecting to third party application and fetch the products and save into product object for this third party developers give me endpoint url may i know how can i develop a rest webservice to fetch the products 

my endpoint url is : http://10.0.10.311/api/rest/products
can any one help me how to develop a webservice .
Vinita_SFDCVinita_SFDC
Hello,

You can expose your Apex classes and methods so that external applications can access your code and your application through the REST architecture. Please refer following links for sample code :

http://wiki.developerforce.com/page/Creating_REST_APIs_using_Apex_REST

http://kperisetla.blogspot.in/2012/05/restful-services-on-forcecom-through.html