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

2020-09-06 Thread Murali Challa
Hi Robert, Sorry to bother you again.. I could see the aar file with name generated as version-1.7.9.aar. is this the one your mentioning about? And I don't see any services.xml created in my workspace. Can you please confirm if we need to create it manually ? and what all the details to be ment

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

2020-09-06 Thread Murali Challa
Ok..thank you Robert .. Will try the above instructions and update you. Once again thanks for your kind support. On Mon, 7 Sep 2020, 1:29 am robertlazarski, wrote: > Yes, and also WEB-INF/conf/axis2.xml. > > On Sun, Sep 6, 2020 at 9:44 AM Murali Challa > wrote: > >> So in this case adding aa

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

2020-09-06 Thread robertlazarski
Yes, and also WEB-INF/conf/axis2.xml. On Sun, Sep 6, 2020 at 9:44 AM Murali Challa wrote: > So in this case adding aar file in my webinf is enough and no need to add > axis2 war file in websphere, is it? > > On Mon, 7 Sep 2020, 1:04 am robertlazarski, > wrote: > >> You can put the aar file of

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

2020-09-06 Thread Murali Challa
So in this case adding aar file in my webinf is enough and no need to add axis2 war file in websphere, is it? On Mon, 7 Sep 2020, 1:04 am robertlazarski, wrote: > You can put the aar file of your axis2 code in your existing application, > by creating a WEB-INF/services directory that includes y

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

2020-09-06 Thread robertlazarski
You also need WEB-INF/conf/axis2.xml . The docs explain all this ... I am going by memory. Robert On Sun, Sep 6, 2020 at 9:34 AM robertlazarski wrote: > You can put the aar file of your axis2 code in your existing application, > by creating a WEB-INF/services directory that includes your aar.

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

2020-09-06 Thread robertlazarski
You can put the aar file of your axis2 code in your existing application, by creating a WEB-INF/services directory that includes your aar. Your aar file can include your axis2 code though that could alternatively go into WEB-INF/classes as normal. The aar file needs at least your services.xml. Th

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

2020-09-06 Thread Murali Challa
So if I keep the Axis2 war file in my websphere, there is no need to keep Axis2 jar in lib folder of actual application? And in which location of websphere I need to keep this Axis2 war and how my app is going to refer to that war to run the webseries of my application? Might be asking more quest

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

2020-09-06 Thread robertlazarski
Please see my comments inline: On Sun, Sep 6, 2020 at 7:54 AM Murali Challa wrote: > Hi Robert , > > Do we need have the Axis2 war file in websphere to use Axis2 jar file in > our application? > Yes, axis2 as a web services server typically runs as a standard webapp ... at least if your intenti

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

2020-09-06 Thread Murali Challa
Hi Robert , Do we need have the Axis2 war file in websphere to use Axis2 jar file in our application? And also I could see something called .aar , .mar files . These files also need to be added in websphere? Please suggest.. On Sun, 6 Sep 2020, 11:07 pm robertlazarski, wrote: > We have some W

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

2020-09-06 Thread robertlazarski
We have some Websphere specific instructions here. I am not a recent Websphere user myself. https://axis.apache.org/axis2/java/core/docs/app_server.html I suggest trying the "Happy Axis" page, something like: http://localhost:8080/axis2/axis2-web/HappyAxis.jsp Axis2 uses commons-logging interna

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

2020-09-06 Thread Murali Challa
Can anyone from this group help me out please.. I'm debugging it from last 1 week but not getting any clue to resolve it. Thanks & Regards, Murali On Sun, 6 Sep 2020, 10:38 pm Alexey Borschenko, wrote: > No idea how it works under WebSphere. Sorry. > > On 6 Sep 2020, at 20:04, Murali Challa w

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

2020-09-06 Thread Alexey Borschenko
No idea how it works under WebSphere. Sorry. > On 6 Sep 2020, at 20:04, Murali Challa wrote: > > Thank you for your response Alexey.. > > Yes.. I created the stubs with Axis2 and added required jars. > > But my doubt is that , any configurations we need to do in websphere to make > my stub wo

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

2020-09-06 Thread Murali Challa
Thank you for your response Alexey.. Yes.. I created the stubs with Axis2 and added required jars. But my doubt is that , any configurations we need to do in websphere to make my stub work? Or any where any to declare the stub files ? When I ran the stub with a Java standalone program, service c

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

2020-09-06 Thread Alexey Borschenko
You have to check migration documents. There are lot of changes from v1 to v2. It’s not just about placing v2 JARs into application. You will have to rework it a bit. > On 6 Sep 2020, at 11:16, Murali Challa wrote: > > Hi Team, > > Earlier we are using axis1 jar to consume the services from

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

2020-09-06 Thread Murali Challa
Hi Team, Earlier we are using axis1 jar to consume the services from one of our business applications.Now the management is asking us to migrate axis1 to axis2 jar. Below are the steps that I followed to generate the Service stub file. I have added the Axis2-1.7.8 bin folder as run time in my eclip