Why don't you start by getting to the point where you have a .war file for a REST-ful service, based on the samples, that works in jetty? Then drop that into Tomcat and tell us what doesn't work.
On Tue, Oct 28, 2008 at 7:21 PM, Joseph Fair <[EMAIL PROTECTED]> wrote: > Thanks. I have looked at that, but it raises some questions: > 1. Where do I put the @WebService annotations? I started in the > interface, but this has them on the implementation, too. > 2. This sets a "targetNameSpace" attribute in the annotation for the > interface > @WebService(targetNamespace = "http://customer.acme.com") > public interface CustomerService { > > I tried that, too, but with no visible difference. > > > -----Original Message----- > From: Andrew Clegg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 28, 2008 4:43 PM > To: [email protected] > Subject: Re: New CXF User question: Need a replacement for a PHP web > service > > I can't be much help then I'm afraid, although there's plenty of > others here who know much more about REST. > > In the meantime though, maybe this would help? > > http://www.java2s.com/Code/Java/Web-Services-SOA/Thisdemoshowshowtocreat > eRESTfulservicesusingCXFsHTTPbinding.htm > > Andrew. >
