Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 2 down vote accepted

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.

share|improve this answer
hey thanks a lot Amila Suriarachchi , i saw your website and found that you are working for Apache Axis2 , great that you are taking time for answering forum questions as well . – Preethi Jain Sep 21 '11 at 12:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.