I need to write a web service using Json and REST where the other person is sending me name value pairs that I am inserting into my database.
I would like a JSON REST example / tutorial. I have seen a few that are not REST and a few that tell how to send JSON and a few that tell how to connect to an existing webservice, but none like I am describing.
Any suggestions? I have googled and looked at a ton, so please don't just send me a list from google. Send me something specific to what I am asking. thanks!
I am using asp.net and can read a tutorial in C# or vb.net. So far everything I do gives me an error:
[WebException: The remote server returned an error: (500) Internal Server Error.]
Still looking for an example though.