Re: [Resteasy-users] How to use JSON message body in POST

2016-09-08 Thread Jim Ma
o use , can you simply try with the latest resteasy and directly send the json request which represents the TestData object ? I can't see why @Body is required here. Cheers, Jim Messaggio Inoltrato Oggetto: [Resteasy-users] How to use JSON message body in POST Data:

[Resteasy-users] How to use JSON message body in POST

2016-04-21 Thread John Sipher
Hello, I'm trying to POST JSON data to a JAX-RS servlet running in WildFly 8.2.0 (RESTEasy 3.0.10). I started out coding the method like this, because this is what I see in every example I've found with Google (this could mean I just have poor Google skills). @Path("/test") @Consumes("application