I am using Axis2 to develop web services.
I started with a WSDL file and used the WSDL2Java command line and generated all the code associated with it (Skeltons), wrote a services.xml file, modified skelton (implemented business logic in it) and deployed it as an .aar file inside the Axis2.war folder services .
Now my question is: I saw some examples using the .wsdd file with Axis2 Webservices, I'm really confused by this, please tell me if we need a .wsdd file?
Pawan source share