Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Axis2 : When to use Wsdd file with Axis2 Webservices

I am using Axis2 for developing webservices .

I started from WSDL file , and used WSDL2Java command line and generated all the sever related code (Skeltons) , wrote services.xml file , modified the skelton ( Implemented business logic in it ) and deployed as .aar file inside the Services folder of Axis2.war .

Now my question is I have seen some examples using .wsdd file with Axis2 Webservices , i am really confused with this , please tell me do we need .wsdd file ??

like image 781
Pawan Avatar asked Sep 21 '11 15:09

Pawan


2 Answers

Axis2 uses services.xml as the descriptor file.

like image 85
Amila Suriarachchi Avatar answered Oct 24 '22 10:10

Amila Suriarachchi


You do not need to have .wsdd files with Axis2 - its been used in Axis..

like image 26
Prabath Siriwardena Avatar answered Oct 24 '22 12:10

Prabath Siriwardena