Re: JAXRS: Problems with POST

2009-04-18 Thread Vishal.a
a MessageBodyReader for ListWrapperUUID registered ? Cheers, Sergey - Original Message - From: Gabo Manuel kman...@solegysystems.com To: users@cxf.apache.org Sent: Friday, April 17, 2009 7:47 AM Subject: Re: JAXRS: Problems with POST Hi Vishal, I am not sure if CXF

JAXRS: Problems with POST

2009-04-16 Thread Vishal.a
call to first method works absolutely fine,however call to the addUsersToGroup method fails. What could i be doing wrong? Thanks, Vishal -- View this message in context: http://www.nabble.com/JAXRS%3A-Problems-with-POST-tp23090556p23090556.html Sent from the cxf-user mailing list archive

Re: JAXRS: Problems with POST

2009-04-16 Thread Gabo Manuel
Hi Vishal, In what way does the call to the second method fail? Does it get invoked? Are the parameters empty or null? Was the post request properly structured (you can check using tcpmon or some similar tool)? Gabo Vishal.a wrote: Hello All, I am trying to haave multiple POST methods