Hi James, I dont know whether u can make a setting so that Axis wont save these temporary files. However, u can change the directory which is used to store these templ files by using parameter in the wsdd file. Ex:
<globalConfiguration> <parameter name="adminPassword" value="admin"/> <parameter name="attachments.Directory" value="c:\temp\attachments"/> <parameter name="sendMultiRefs" value="true"/> </globalConfiguration> Note the attachments.Directory parameter Mahen On Tue, 14 Sep 2004 12:10:29 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi. > > I'm using Axis, and have noticed that my temp folder is full of "axis" > files - I presume these are my attachment files. > I was wondering is there any setting that I can change so that it doesn't > save these temporary files, as they are really starting to take up a lot > of space. > > I hope someone can help! > > Thanks > James >
