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