I had an aggressive administrator delete a web service stub from the server without backing it up. Since it's gone and the "name" wasn't recorded, i'm having trouble re-creating it (error says "root directory must be a directory" but it doesn't say what the root directory is that it's looking for. Even when i switched to Axis 1 for both this server and the server it's calling it appeared to obscure the folder name (although the axis 1 message was a BIT more helpful, it still didn't give me the info i wanted.
I suspect the former caused the latter. That CF is expecting the folder to be there, and not finding it. Especially since at this point in time the "Stubs" folder is world writable (Everyone has Full Control)
I know the files are created with "random" names, however what i don't know is whether CF logs or records what the name was when it created it and if so, where.
Can anybody tell me if that information is recorded anywhere or if i'm going to have to build a whole new server just to get the system to figure out where it's root directory is.
It's all very odd, since another app on this server has no problem using the very same service and even if i get rid of its stub folder, it is just rebuilt.
I'm using CF 11,0,11,301867 on Server 2012 with IIS 8.
Thanks