users@jersey.java.net

[Jersey] Activating schema validation of rest requests and responses via wadl

From: <mattucci_john_at_hotmail.com>
Date: Tue, 31 Jul 2012 20:13:42 +0000 (GMT)

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