Hello,
I have a custom content type similar to the bundled example "Standard Operating Procedure" type. I am using the webservice API (RepositoryServiceSoapBindingStub class) to fetch items given their UUIDs.
1. Is there a way to fetch a specified custom property using the Node object returned by RepositoryServiceSoapBindingStub.get()? Currently I can only get all the properties or get a property at a specified index.
2. Is there a way I can get ALL content items belonging to a specified custom type using the webservice API?
Thank you,
-g