1
votes

I have developed a Webservice using Axis2 , made a .aar file from it and deployed it inside the Axis2.war services directory . All this works fine .

I also need to write a Web client for it , so now my question is do i need to make another .war to deploy the client , or can i keep my files inside Axis2.war ??

1

1 Answers

3
votes

it depends on the place you need to access the web service. If you want to access web service in your standalone application you can put the client code there. If you want to access it in another web app you need to put the client code inside that application .war file.