Hi Jacqueline, Well, it seems like declaring my webservice using just:
@WebService(targetNamespace = "myNamespace") solved the problem! Also, you should only have to declare the target namespace on the interface annotation - not the implementation one. I believe that java2ws looks only at the interface. In summary, we must use the annotation on the interface to declare target namespaces, not the target namespace of the maven plugin. Thanks for the reply. Kind regards, Christopher -- View this message in context: http://www.nabble.com/Maven---java2ws---Namespace-missing-tp18506523p19770287.html Sent from the cxf-user mailing list archive at Nabble.com.
