I'm working on a C++ implementation of this API. The first
puzzle I'm trying to solve is how collections are created. It
seems that the CollectionManagementService is the only
place where a collection can be created. And, it seems
that this service comes from getService on Collection. But,
I'd need a Collection object in order to get the interface to
create a collection. So, did I make a bad assumption, or
is the API specification incomplete in some respect?
 
John

Reply via email to