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.
