I have converted a WSDL file to generate Java code (with Axis2)that will be deployed as web service. Do I only need to implement and extend the skeleton file generated? Or, can I edit and extend other classes too?
I fear modifying other files will result in some mismatch between the WSDL and Java code.