I'm working on a project to automate the deployment of project services to a REST server.
I had been using the list of directories in ProjectName\.services\Expose\rest\ to get the list of services.
It turns out that the "Defined Services" shown in PDS doesn't necessarily match that directory structure.
Given that I can't rely on the directory structure to get a list of defined services, my question becomes where would I get a current list of defined services for a given project?
Would it be the list of <lm:services tags in ProjectName\.services\adapters.pamf?
and what happens when a service is deleted? I was using a list of directories until I found out that PDS doesn't delete the directory corresponding to a service when it is deleted.
Hmmm.... in which case it would seem the project I'm working with has become corrupted.