users@jersey.java.net

Client-side question

From: Steve Cohen <stevecoh1_at_comcast.net>
Date: Mon, 02 Nov 2009 16:47:16 -0600

I need to write client side code to access a Vendor's Web Service which
is supposed to be accessible by JAX-RS. I am given an XSD schema and a
document telling me what URI parameters I need to set to extract the
data from the service.

Is there a way to generate Jersey-compatible data classes from the XSD
or do I have to write them by hand?

Thanks