fd wrote: > Do you know if any of this information is... cached in memory? > I'm just trying to figure out why the generated WSDL is inaccurate (has the method >name from an old compilation) even though I run the updated deploy.wsdd file again. >(I thought I already learned about the correct location to deploy updated classfiles >so I'm HOPING that's not the problem ;) )
You may try to undeploy the info. What I do when I changed the wsdd file, and forgot to undeploy it is to delete the file in $TOMCAT_DIR/webapps/axis/WEB-INF/server-config.wsdd I then redeploy all of my web services. I have a makefile to do this, so I just type, "make deploy". <g>
