jblack wrote:
I am using the example code from the link below as a reference, but the
webapp fails to initialize with the a stack trace.
http://www.lumidant.com/blog/web-services-tutorial-with-apache-cxf/
http://www.lumidant.com/blog/web-services-tutorial-with-apache-cxf/
I also found a number of examples where the @Webservice annotation has
multiple combinations of the attributes in question, so I'm looking for some
definitive help.

The serviceName, targetNamespace, portName, etc. belong on the @WebService annotation on the interface. The implementation class should just have @WebService(endpointInterface = "interfacename").

Ian

--
Ian Roberts               | Department of Computer Science
[EMAIL PROTECTED]  | University of Sheffield, UK

Reply via email to