I am following Top-Bottom approach.
I have created a wsdl file and generated classes using WSDL2Java.main(new
String[]{"-s", "src/resources/testCustomer.wsdl"})
I have deployed the web service in
Tomcat. When I try to retrieve the WSDL I get the below error.
AXIS error
Could not generate WSDL!
There is no
SOAP service at this location
Can someone,please suggest what could be wrong!!