Re: Publish CXF REST WS dinamically

2013-07-05 Thread Julio Carlos Barrera Juez
Yes, it helps. I will generate the XML dinamycally. Thank you. On 4 July 2013 14:34, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi On 04/07/13 12:40, Julio Carlos Barrera Juez wrote: Hi. I want to publish REST WS without having an annotated interface or class. I mean, the endpoint

Re: Publish CXF REST WS dinamically

2013-07-05 Thread Sergey Beryozkin
You can use user model classes, see: http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerUserResourceTest.java Cheers, Sergey On 05/07/13 09:06, Julio Carlos Barrera Juez wrote: Yes, it helps. I will generate the XML dinamycally.

Re: Publish CXF REST WS dinamically

2013-07-05 Thread Julio Carlos Barrera Juez
This solution is great, Sergey! It is what I was exactly looking for! Thank you so much! On 5 July 2013 12:07, Sergey Beryozkin sberyoz...@gmail.com wrote: You can use user model classes, see: http://svn.apache.org/repos/**asf/cxf/trunk/systests/jaxrs/**

Publish CXF REST WS dinamically

2013-07-04 Thread Julio Carlos Barrera Juez
Hi. I want to publish REST WS without having an annotated interface or class. I mean, the endpoint are not known a priori, then I need to publish it programmatically. It is possible to do it without reflection or this kind of approach? I need some starting point to read documentation and acquire

Re: Publish CXF REST WS dinamically

2013-07-04 Thread Sergey Beryozkin
Hi On 04/07/13 12:40, Julio Carlos Barrera Juez wrote: Hi. I want to publish REST WS without having an annotated interface or class. I mean, the endpoint are not known a priori, then I need to publish it programmatically. It is possible to do it without reflection or this kind of approach? I