How to export a list of all Coldfusion web services/methods
We are due for a security audit and we have been asked to give a list of all web services and method calls. We have approximately 250 methods spread across 50 cfcs.
I can see all of these in CF builder (beta 3) but I cannot see a way to copy or export the methods.
Is there a way to programically get all of the web services and methods on the server with "access=remote"? Basically, I would like to call the same API that the Services Browser in CF Builder is calling.