is there a more reasonable way of receive a set of query parameters
than enumerating them in the method signature?
@POST
@Produces( { MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
public PujInstitutionEntity update(@QueryParam("name") String acronym,
@QueryParam("name") String name,
@QueryParam("name") String website,
@QueryParam("name") String logo, @QueryParam("name") String email,
@QueryParam("name") String contact, @QueryParam("name") String phone) {
// .. code here----
}
--
Looking for a client application for this service:
http://fgaucho.dyndns.org:8080/footprint-service/wadl