Hello all.

I'm trying to incorporate a web service (axis's implementation of SOAP)
into an existing web application.  The web application is relatively
well architected using MVC, so an API of functionality, plus a data
structure of beans already exists.

My question is a confirmation: is this all I need to do in order to
integrate axis into my web application?
1.) add all the necessary axis jars to the WEB-INF/lib directory
2.) add the necessary servlet mapping to map HTTP requests to axis to my
web.xml
3.) create a server-config.wsdd file containing a <service> entry
defining my service classes and bean mappings

Is this all that's necessary?


Thanks

JDG



--
Jay Glanville

Reply via email to