Sorry, the correct client setup is this:
client = JAXRSClientFactory.create("http://localhost:8181/cxf/es",
LiqService.class, providers);-----Mensaje original----- De: Marcos Díez Fernández [mailto:[email protected]] Enviado el: jueves, 27 de enero de 2011 10:58 Para: [email protected] Asunto: JAX-RS Proxy returns null when Map should be returned ... client = JAXRSClientFactory.create("http://localhost:8181/cxf/es", LiquidacionesService.class, providers); ...
