hi all,
i've been using the SOAP method to return legend images for a while now. i've noticed lately that on occasion, while the GetLegendInfo() method successfully executes on the server and returns to the client app the URL's pointing to the png files created on the server's arcgisoutput directory, that sometimes the png files are not actually created. fiddler of course will show a 404 error for each image attempted to be retrieved. it usually happens after the method has been called on the same service several times . maybe 20 or so over the course of 3 or 4 hours...i noticed this issue while debugging the app. of course, debugging hits the map service and makes the SOAP call. it will eventually right itself, but again, it may take several hours. restarting the map service, server, or reloading the client app doesn't resolve the issue. what would be the cause of this?
lance