aspose file tools
The moose likes Web Services and the fly likes auto deploying a service with AXIS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "auto deploying a service with AXIS" Watch "auto deploying a service with AXIS" New topic
Author

auto deploying a service with AXIS

Max Habibi
town drunk
( and author)
Sheriff

Joined: Jun 27, 2002
Posts: 4118
I need to auto deploy a wsdl file with axis, but I can't seem to get it consistently working. Currently, I've added the entry for the service into my server-config.wsdd file. It works on my machine, but it's not working for other's who pull in the same source code. Any advice is appreciated.
Thanks,
M


Java Regular Expressions
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Originally posted by Max Habibi:
I need to auto deploy a wsdl file with axis, but I can't seem to get it consistently working.Currently, I've added the entry for the service into my server-config.wsdd file.

I had this problem in ServletExec + IIS, but with tomcat autodeploy works properly (that is its add entry in the servelt-config file), so i manually added it.
Originally posted by Max Habibi:
It works on my machine, but it's not working for other's who pull in the same source code. Any advice is appreciated.
Thanks,
M

Whats not working ? have you copied the servlet-config.wsdd, services classes correctly ? Can you tell more abt the application server u r using.


Spritle Software Blogs
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: auto deploying a service with AXIS
 
Similar Threads
Apache AXIS server-config.wsdd.
Axis Generating your wsdl
Axis Auto Deployment issue
Can't see the WSDL file
How to change the name of the binding element in wsdl file ?