RE: Need to eliminate use of SOAP for Http-REST

2007-07-15 Thread Liu, Jervis
Hi Brad, Currently there are two ways to build RESTful service with CXF, using CXF HTTP binding or using JAX-WS Dispatch/Provider API. JAX-WS Dispatch/Provider approach is just using JAX-WS API, so it is SOAP/HTTP based (but you can also configure it to use XML binding instead). CXF HTTP

Re: Need to eliminate use of SOAP for Http-REST

2007-07-15 Thread Brad O'Hearne
Jervis, Thanks for the reply. An update on the situation -- there is (was) a bug here, which Dan Diephouse is addressing. He found me a workaround to my problem for now. Brad Liu, Jervis wrote: Hi Brad, Currently there are two ways to build RESTful service with CXF, using CXF HTTP

RE: Need to eliminate use of SOAP for Http-REST

2007-07-15 Thread Liu, Jervis
Opps, just saw that long discussion, glad to see the problem has fixed (or will be fixed :-)). Cheers, Jervis -Original Message- From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Sent: 2007?7?16? 10:22 To: cxf-user@incubator.apache.org Subject: Re: Need to eliminate use of SOAP for

Re: Need to eliminate use of SOAP for Http-REST

2007-07-15 Thread Brad O'Hearne
Actually, I don't know (yet) if it is fixed. It may be a new problem, or may be linked to the same thing, but I'll mention in another post here in a moment, this RESTful configuration crashes with the introduction of a method on my service with a return type of Collection, and it not only