Hi all , I just found we do not set the wsdl url for the ServiceFactoryBean in CXFServlet . ServiceFactoryBean still get the wsdl location from the annotaion by invoking JaxWsConfiguration . When we deployed the war to another machine , the service will fail to start because it can not find the wsdl .
To fix this issue , I think we need to add a method in EndpointImpl to create EndpointImpl with (bus, implementor , abstractWsServiceFactoryBean). Thoughts ? Regards Jim
