Webservices Post Examples
Changing Samples (POST)
Using the POST method it's possoble to change the attribute of one specific item. To change the name of sample with id 1 issue the following command
curl -d "username=john&password=cow&Name=newname" http://localhost:8080/proteios/resource/samples/1
