If you have been following my past question, located here,link text
I had more ?'s
If I go with ASP.NET MVC service, my client at prersent has 1 stored procedure which has 20 nullable parameters and returns the search result which I could turn to json or pox. The question is how would I invoke the MVC with so many parameters?
They prefer not to go with ADO.NET Data Service due to security concerns of exposing the DB, unless that 1 stored procedure can be exposed as opposed to the tables/view