On Mon, 2009-02-16 at 03:39 -0800, Davide Mora wrote: > > hi Christine, > i tried to use the client lib for call my rest service, following this > http://cwiki.apache.org/CXF20DOC/simple-frontend.html but without success. > do you think it should work?
The code on the wiki should work, that's for sure. At http://cwiki.apache.org/CXF20DOC/a-simple-jax-ws-service.html there's a link at the bottom of the page that shows you a very simple client. I haven't used client cxf myself, my clients are in js (generated by cxf) or run on Android which doesn't support cxf, hence the XStream. > > i will take a look to XStream. > thanks, > Davide > > > Christine-27 wrote: > > > > On Mon, 2009-02-16 at 02:21 -0800, Davide Mora wrote: > >> Bill Crook wrote: > >> > I've got my JSON endpoints up with CXF which is great. I now want to > >> > write a java client that can hit the JSON endpoint and turn the JSON > >> > response into the corresponding java objects. What is the best > >> > approach for doing this? Does anyone have any experience with this? > > > > I guess there's a number of ways for doing that. I use XStream to > > convert either xml or json into java objects. Works perfectly, mostly > > out of the box. Works both for incoming and outgoing. > > > > But isn't there a CXF java client lib that does it for you? > > > > dagdag > > Christine > > > > -- > > dagdag is just a two-character rotation of byebye... > > > > > > > > > -- dagdag is just a two-character rotation of byebye...
smime.p7s
Description: S/MIME Cryptographic Signature
