Thanks Ulf.
After expanding the war in my tomcat :
I have the jar (TestWebService.jar) in my lib.
Default AXIS server-config.wsdd and web.xml in my WEB-INF.
Do I need to do any deployment ?
How can I invoke this Service ?
The url in my wsdl is
<soap:address location="http://localhost:8080/axis/services/TestSoapBinding"/>
However the URL of my deployed webapp is ( war is called TestWebService.war)
http://localhost:8080/TestWebService. Should these match ?
TIA
Chris