Here's my understanding: You are developing a webservice that should offer the same functionality as one existing web-app. You have generated infrastructure-code using wsdl2java. Now you want to implement business logic for different WebService-operations, but the business logic is in a JAR file.
Have I understood it correctly? If yes, then you need to add that jar file in classpath of your web-service project, and start using its functionality (just as previous web-app did). If I've not understood it correctly, then elaborate more on that.. -Rushikesh On Mon, May 19, 2008 at 8:23 PM, Priya Agrawal <[EMAIL PROTECTED]> wrote: > Hello, > > I have an web application that is working on tomcat application server > (tomcat_home/webapps/sponsor.war folder). That web application have > different set of operations. I created WSDL, XSD's for all those operation. > I generated code for that using the wsdl2java code generator. Now my > skeleton need (Web service code) has to talk with the business logic. That > business logic is in war archive. > > How i can do it. What is best way to do it. > > Please let me know if u guys have difficulty in understanding the > situation. > > thanks, > Priya > -- -Rushikesh
