Posted on: 7/20/2015 11:58:29 PM | Views : 897

Hi
There are thousands of REST examples on the internet and its very easy for everyone to provide links to other links etc but, all of the links only explain how to use a GET method. I now have a quite successful set of GET methods that i can to filter data from my server. These are in the method of //myserver.com/projects/5 that will return my projects with the ID of 5
How do i carry out the other methods? How can i make a POST web request with data of lets say,
ProjectName = "My Project"
Owner = "Nacho"
Date = "20-07-2015"
Active = "true"
are they encapsulated with XML or are they simply added to a html string as params? its very unclear
everywhere i read it says that REST & webservices are easy but they're not. Im not a stupid guy but i just cannot get any layman term descriptions. Can anyone please provide a bit of realistic tutorial of how to make these calls and how ...

Go to the complete details ...