I want to query a Project Server 2010 installation for a list of available Enterprise Project Types (their names and GUIDs) using a webservice (PSI).
I can't find out how to do this anywhere. I found a way using the client-side object model but cannot find any examples using web services. Has anyone ever done this?
I found one answer here but it deals only with custom fields.
(The goal is to create/update a project using a Enterprise Project Type & its attached template.)