This is the servlet:

@Path("/conf")
public class JaxRsServlet {

@POST
@Path("/create")
@Consumes("*/*") // to accept all input types
public String...