You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "d.kumar@technisat.de" <d....@technisat.de> on 2017/02/13 09:51:24 UTC

Service.xml with JAXWSDeployerSupport

Hey,

hopefully you guys can give me a hint.
I moved one of our applications from axis2 1.4 to axis2 1.7.4.
Currently  I'm using the JAXWS approach. Our Webservice is annotated with: @WebService  -->Deployment is successfully.

So far it looks like the service.xml is completely ignored while using annotations?
It doesn't matter what ever I'm changing into service.xml --> no effect.

Here you can see my logs:

file:/C:/projects/workspaces/java_64bit/.metadata/.plugins/org.eclipse.wst.server.core/tmp5/wtpwebapps/axis2/WEB-INF/modules/scripting-1.7.4.mar
12:27:26:292 - INFO - JAXWSDeployerSupport - Deploying JAXWS annotated class de.technigroup.axis2.customer.CRMCustomerService as a service - nullCRMCustomerService

Anyone an idea about what I'm missing?

THX!
David Kumar