Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-07 Thread robertlazarski
The aar files I create for my own projects, just contains the services.xml. See below for an example: ./myaar.aar ./META-INF ./META-INF/MANIFEST.MF ./META-INF/services.xml If your web services were created via codegen like adb, the stub files are the client, the skeleton is the service on the ser

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-07 Thread Murali Challa
Yes Robert .. I'm going through the Axis2 docs and some videos to understand the implementation of Axis2 . As per my understanding, we need to create the .aar file and services.xml. Please confirm if my understanding is correct? .aar file need to be created for my Stub file or I need to include

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-07 Thread robertlazarski
version-1.7.9.aar is distributed by Axis2 and is optional. We have a lot of docs, see here for how to configure the services.xml. There is a learning curve that requires some time so I suggest going through the docs before getting started. http://axis.apache.org/axis2/java/core/docs/axis2config.h