I am connecting to a SharePoint 2010 server(which I don't control) using the SOAP service (.asmx)
I need a list of sites which were created using a certain template. Is it possible to create a CAML query which will return something like "all sites created using template x"?
.. if that is not possible: Given a site, is it possible to find out "what template was this site created with?"
.. if it is at all important, the client app is iOS.