Hi, I discussed this a couple months ago, and the conclusion I came to is that you can not unless you write some code to parse the request. I wanted to submit XML via a file attachment.
John Baker -- Web SSO IT Infrastructure Deutsche Bank London URL: http://websso.cto.gt.intranet.db.com deniak <[EMAIL PROTECTED]> 02/07/2008 14:48 Please respond to [email protected] To [email protected] cc Subject Post method with multiple parameters Hi all, Have you ever tried to use a post method with multiple parameters like: @Path("test") public class myClass{ @POST @Path("/post") public Response myMethod(ANewClass classA, AnotherClass classB){ return Response.ok().build(); } } I don't know how to deal with multiple parameters... Can you give me a simple example? Thanks -- View this message in context: http://www.nabble.com/Post-method-with-multiple-parameters-tp18237851p18237851.html Sent from the cxf-user mailing list archive at Nabble.com. --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.
