Re: POST request : ListObject input through JSON not being recognized

2011-09-12 Thread ZenEighth
Thank you Sergey for your reply...apologies for the delay on my part..and for this lengthy post :) 1) Using CXF 2.4.2, with JAX-RS of the same version, 2.4.2 (please see my second point related to this below), I am getting an exception that suggests 'List is not recognized/supported'. My

Re: POST request : ListObject input through JSON not being recognized

2011-09-10 Thread Sergey Beryozkin
Hi redirecting to the users list... What exception is thrown ? May be it should be {Users:, note capital 'U' cheers, Sergey On 09/09/11 17:34, ZenEighth wrote: Hi, Using CXF 2.4.2, developing a JAX-RS and JAX-WS combined webservice, which use the same method. Am trying to invoke a POST

POST request : ListObject input through JSON not being recognized

2011-09-09 Thread ZenEighth
Hi, Using CXF 2.4.2, developing a JAX-RS and JAX-WS combined webservice, which use the same method. Am trying to invoke a POST message and would like to pass a ListUser, to add to the DB. The method looks something like this: @POST @Path(/game/{id}/users/) @WebMethod(operationName = addUsers)