users@jersey.java.net

Sending xml to Jersey

From: Amir Pourteymour <pourteymour_at_gmail.com>
Date: Fri, 6 Feb 2009 17:04:38 -0500

Hi,

I would like to generate xml from an object (by using JAXB), and send it to
my Servlet. On the Servlet side, I want to transform once again to a JAXB
object, and do some procedure, and return the result as an XML to the
client.

Should I use WebClient to send these kinds of request in both ends?

thanks for your helpful comments in advance,

-- 
Amir