> -----Original Message-----
> From: jbright [mailto:[email protected]]
> Sent: Sunday, October 21, 2012 11:09 PM
> To: [email protected]
> Subject: RE: Testing JAX-RS which @Consumes ("application/xml") and
> @Produces ("application/xml")
> 
> David,
> 
> I tried using SOAPUI which I'm already using for SOAP service.
> 
> How do I provide the XML input for my REST service operation which have
> the
> annotation @Consumes ("application/xml") ?

I'd say you need to read the SoapUI documentation.  If you've created the 
testing project from your project's WADL, it will create templates for tests 
for all of your operations.  Just open up the "request" object and paste your 
XML content into the outgoing content and submit it.

Reply via email to