I want to insert data in SQL database using REST services (JSON response)and I have implemented them.But I couldn't understand how to insert data without adding any client .Can I insert data directly from service-url without using client app.Because my client application is android and I want to invoke that rest service from android and insert in database..How can I insert data without using client application?
My code is :
Iservice1.cs
Service1.cs: