Web services input validation problem

Re: Web services input validation problem

by Maciej Lisiewski -
Number of replies: 0

I've ended up POSTing the data as json, "validating" it as PARAM_RAW and then doing real validation in the function that actually processes the request.