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

2020-09-08 Thread robertlazarski
Yep, if you are just using Axis2 as the client then no need for an aar, use a webapp or any of that. Here's some docs for using a client stub: https://axis.apache.org/axis2/java/core/docs/userguide-creatingclients-xmlbeans.html Robert On Tue, Sep 8, 2020 at 5:27 AM Murali Challa wrote: > *You

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

2020-09-08 Thread Murali Challa
*You need to create an aar file for your own services -* does it mean that I don't need to create aar since I'm creating client using wsdl of some other service and not creating my own web services? My requirement is just to create stubs using axis2 with existing wsdl and use the stubs to call th

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

2020-09-08 Thread robertlazarski
You need to create an aar file for your own services. Web services clients and servers can use different implementations, both sides do not need to be Axis2 though you do need to be careful about the specifications both sides support. Robert On Tue, Sep 8, 2020 at 4:28 AM Murali Challa wrote:

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

2020-09-08 Thread Murali Challa
Thanks Robert for sharing the arr structure. The .arr that you shared is created to consume some sample service right ? Or the arr is created by using the actual webservice source? Also can you please confirm if both the client and actual service need be created by using Axis2? In my case, we ar