Originally posted by Jenny Yin:
Questions:
1. who generates the wsdl in <http://localhost:8080/axis/services/XXXXService?wsdl>? AxisServlet? It looks like AxisServlet references server-config.wsdd file for the web services on this server. When I manually removed that XXXXService from server-config.wsdd, <http://localhost:8080/axis/services/XXXXService?wsdl> no longer works.
2. Can anyone recommend me a good web site for writing wsdd?
3. Is it necessary to run AdminClient to deploy a web service? Looks like as long as I put the web service in server-config.wsdd, it automatically deploys it.
Thanks!
1. Yes, its depends on servlet-config.wsdd, it act as a basic reference for the axisservlet.
2. Along with what pradeep posted, check this as well
http://ws.apache.org/axis/ 3. Are you using
Tomcat, sometimes it requires the application server to be restarted for harmoniying the new webservices. I am using servletexec and i add directly to the serveltconfig.wsdd file, its works nice.
[ June 22, 2004: Message edited by: Balaji Loganathan ]