Hi I am using the cache feature of Axis2 1.1 for very large MTOM attachments in a client component. Currently the files are being saved into the defined temporary directory with a naming format similar to "Axis28105.att, Axis28106.att, etc. This naming convention makes it very difficult to identify which file was placed in the temp directory by which user, so that the file can be retrieved and the temp directory cleaned up. I am wondering how/where these names are constructed?
Is there any method to control the naming of the cached file, or to obtain the name that will be used during the processing of the MTOM response? Thanks, Brian Bacsu
