I'm trying to make a web API with RESTful services. But there is a problem.
There are 3 string variables.
1- userkey
2- userpassword
3- query
"userkey" and "userpassword" have a ContentType of text/plain. The last parameter has a ContentType of application/xml.
Is there an example for these purpose?