6

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 ??

hoshang.varshney
  • 1,110
  • 3
  • 15
  • 26
Pawan
  • 31,545
  • 102
  • 256
  • 434

4 Answers4

5

Axis2 uses services.xml as the descriptor file.

Amila Suriarachchi
  • 1,228
  • 7
  • 5
1

In Axis 1 we use wsdd file. While in Axis2 we use services.xml or sun-jaxws.xml file.

1

You don't want .wsdd file in Axis2 , To understand the migration from Axis 1.x to Axis2 and the improvements in Axis2 in comparison with Axis1 visit Apache Axis article : https://axis.apache.org/axis2/java/core/docs/migration.html

Al-Mustafa Azhari
  • 850
  • 1
  • 9
  • 24
1

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

Prabath Siriwardena
  • 5,891
  • 1
  • 27
  • 34