Hiya,

On 3/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: ningjiang
Date: Tue Mar  6 20:09:33 2007
New Revision: 515443

URL: http://svn.apache.org/viewvc?view=rev&rev=515443
Log:
[CXF-446] Applied Jarek's patch for creating service from implementation
bean which does not implement the SEI

NOTE for skipping the tests of ClientServerGreeterBaseNoWsdlTest and
ClientServerGreeterNoWsdlTest

Current CXF's code first approach is implemented by simple front end's
ReflectionServiceFactoryBean.
It work for turning the POJO style Java code into a service model.
It does not consume the Jaxws annotation and take the response message
target namespace as the operation namespace {
http://cxf.apache.org/greeter_control}.And the  response message target
namespace actually should be {http://cxf.apache.org/greeter_control/types
}.

To fix this issue, we need to implement the creation of service model from
class which is annotated with the Jaxws annotation without WSDL location.

This is what the JaxWsServiceFactoryBean is for. It extends
ReflectionServiceFactoryBean and looks at the annotations.

- Dan

--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Reply via email to