IntelliJ Java IDE
The moose likes Web Services and the fly likes where AXIS puts the server side files? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "where AXIS puts the server side files?" Watch "where AXIS puts the server side files?" New topic
Author

where AXIS puts the server side files?

sam wzm
Greenhorn

Joined: Nov 06, 2004
Posts: 11
Dear friends,

if I use command line tool "java org.apache.axis.client.AdminClient" to deploy the web service, where my service files AXIS puts? it's so strange that I can't find the real files under AXIS, although I can get the wsdl through web browser.

Thank you very much for any hint!
Sam
Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
AdminClient program is used to just register .wsdd file with AXIS as a web service. It wont create any skeletons as such.


RR Kumaran
SCJP 1.4
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8845

You will have to manually copy you the service class file into the classes dir of your web application.


Groovy
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
You can find them in a file called server-config.wsdd, normally located under WEB-INF directroy.


Spritle Software Blogs
sam wzm
Greenhorn

Joined: Nov 06, 2004
Posts: 11


thank you very much guys! at last, I realized that I must manually copied all the class file into the corresponding directory.

Thanks again!
Sammy
 
 
subject: where AXIS puts the server side files?
 
Threads others viewed
Documenta based web services
is it compulsory to throw remote exception?.
Axis deployment structure
Exception in thread main
Sending requests in xml
IntelliJ Java IDE