I am new to Jersey and I have read and attempted several of the
tutorial/postings online and I was wondering how would I go about
setting up validation of request against a wadl the way I would with
SOAP/WSDL. So how would I set it up for a request like
localhost:8080?x=1&y2 and only x is a valid parameter. Thank you