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
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.