| Author |
Getting HTTP 404 Not Found when issuing POST using curl
|
Jack Rooney
Greenhorn
Joined: Dec 04, 2012
Posts: 14
|
|
I am trying to pass a JSON string to a POST method via a curl command. However, i am receiving a HTTP 1.1 404 Not Found error. I am trying to create a simple web service which will have the JSON string passed to it to populate a mysql db.
Here is my DAO class which is used to do the GETS and the POSTS.
My POJO
My Person Resource class for my annotations:
When i issue the GET curl command it works fine and It returns all the values in the person table. However, if I issue a POST curl command I get the following error :
Kindly let me know where I am going wrong. Thanks for your time and help.
Regards,
Jack
|
 |
 |
|
|
subject: Getting HTTP 404 Not Found when issuing POST using curl
|
|
|