Hello, I use Axis2 with Eclipse on Windows XP. I creates some Web Services in Java.
By default Axis2 generates the WSDL of my Web Services at : http://localhost:8080/myProject/services/myWebService?wsdl And I have not the WSDL file in my project directory. I want Axis2 generates the first time the WSDL file, and store it in my project directory, and the other times Axis2 will use the WSDL stored. Can I to configure Axis2 like it ? Thank you.