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

Reply via email to