POST request : List 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 List, to add to the DB. The method looks something like this: @POST @Path("/game/{id}/users/") @WebMethod(operationName = "addUsers") pub

Re: POST request : List 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 apologies