aspose file tools
The moose likes Web Services and the fly likes Apache AXIS server-config.wsdd. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Apache AXIS server-config.wsdd." Watch "Apache AXIS server-config.wsdd." New topic
Author

Apache AXIS server-config.wsdd.

Chase Bonham
Ranch Hand

Joined: Jul 15, 2006
Posts: 50
So I want to use my web service automatically without having to explicitly run an
Admin tool to deploy it to Axis. The integration guide that comes with Axis
says that by default the engine looks for a

WEB-INF/server-config.wsdd file.

I put my service definition in there. Deployed it in my app server (Resin 3.x) and I get a SOAP service not found.


Does this mean that in order to use an Apache Axis SOAP webservice you have to use their command line tool AdminClient to deploy services?

How are folks using this in a clustered production environment of say 10 appservers? Are they running the command line tool on each app server in order to deploy?

Am I missing something here? There has to be a way to "auto" discover
webservices in Axis.


What gives?
[ April 11, 2007: Message edited by: Chase Bonham ]
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
In Axis 1.x there's no way to auto-discover it during runtime. Deploying means indeed running the tool. But there's an Ant task that can do this. Its invocation would look something like this:


Axis 2 makes this easier - it auto-discovers .aar files dropped into the services directory. But you can't update services this way - changes will be recognized only after the Axis web app is restarted.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Apache AXIS server-config.wsdd.
 
Similar Threads
Error on deploying the web service
when renaming Axis web app and try custom deployment error occured
How to order the elements in soap message?
weblogic axis soap response problem
server-config.wsdd