Hi Priya,
Take a look at the Axis2 User's guide at
http://ws.apache.org/axis2/1_4/userguide.html
It has some information about the axis2.war distribution
directory hierarchy. By seeing that you'll get a good understanding of
where to place your aar files in the war.
Thanks
Raghu
________________________________
From: Priya Agrawal [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 22, 2008 2:40 PM
To: [email protected]
Subject: Design suggestion
Hello,
I need some help in order to make some design.
We have spring MVC based web application. That is working fine on Tomcat
web server. It has some basic operations like insert, search, modify
person info.
Now we have a requirement to expose those operation as web service. I
write down the WSDL and Xsd files for the each of the operation. I
already generated skeleton code that.
Now the Problem is: In my skeleton(web service) i need to call my
business logic that is inside the web application. How i can do it.
Is any way i can insert my aar files in the web application (.war file)
so it can use all the business code of the web application.
Please help me out.
thanks
Pirya agrawal