File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes axis is it's own webapp, right? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "axis is it Watch "axis is it New topic
Author

axis is it's own webapp, right?

john guthrie
Ranch Hand

Joined: Aug 05, 2002
Posts: 124
if i wanted to take my current webapp and add one URL that acted as a web service, can i use axis for that? from the examples i've seen, axis runs as it's own webapp and you can have it manage multiple web services, but i'd like to 'embed' it (or something) in a current up-and-running webapp to enable a web service.

thnkas. john
Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
axis soap engine under the hood is implented as a servlet and hence you can add plugin axis engine to your own web application by just add few entries for the axis servlet in your web apps web.xml and copy the axis binaries to your web apps WEB-INF/lib folder.


RR Kumaran
SCJP 1.4
 
IntelliJ Java IDE
 
subject: axis is it's own webapp, right?
 
Threads others viewed
WebSphere CE 1.0.2 and Axis
Starting with web service
View direct through a web service question
is it compulsory to throw remote exception?.
Axis 1.1 setup on Java Web Services Dev Pack 1.3
MyEclipse, The Clear Choice