You need to sign in to do that
Don't have an account?

How to create restful web service in salesforce?
Hi,
I want to create a restful web service in salesforce. Is it possible because i have check the options in setup(Trigger class), but not see any option for restful service.
Thanx
This is not currently possible.
Now it is possible to build such a webservice. You can take help from the following link:
https://github.com/cloudspokes/cloudspokes-dev-org/blob/master/src/classes/MemberRestSvc.cls
So I know authentication would be need so we would need to create a User for those accessing it outside the environment. How would they provide that authentication in their calls though? Would it be part of the Rest WSDL generated?