I generated dynamic webservice. After creating a class, I generated server side of this project with axis2 and tomcat6. I can't seem to find WSDL file in the project. When I run it on the server, I can go to available service list and I am able to find wsdl file located at http://localhost:8080/Projektuks/services/AddOperator?wsdl, but where is the actual .wsdl file?
I know this question might sound confusing. I can't think of any better explanation. I created a server side of webservice and I want to find generated .wsdl file but I am not able to.