A naive question about web service.
I need to implement a complicate query. The client need to pass in many parameters to the server, and the server will send back response will many data fields.
What type of web service is suitable for this? I know that RESTful POST method is meant to "create" an object, but can I use POST for implementing this?
Or SOAP is better for this?
Here it is.
//for the Controller
//jQuery