> > I am wondering where to access the WSDL files which are automatically > > generated during a ?WSDL url request. There doesnt seem to be a file > > called "BlahService.wsdl" anywhere, so I'm not sure if the wsdl > > document is simply generated on-the-fly for each request. If so, > > what files are used for that automatic generation? > > The WSDL file is generated on the fly, based on the class file itself > and information from the WSDD file use to deploy this service.
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 ;) )
