I develop with Java and i use the method search of the webservice com.opentext.livelink.service.searchservices.SearchService.
My problem is the following one: I have to look for all the documents with Template=Document with MetaData=Type of document and value=Temporaire. What I have to spend as parameter so that the search finds my documents?
The structure of my template Category :
AttributeGroup
keyAtt=25034.4
displayName=Document
type=Category
keyVal=25034.4.5
description=Type de document
class=com.opentext.livelink.service.core.StringValue
keyVal=25034.4.2
description=Pérennité du document
class=com.opentext.livelink.service.core.StringValue
keyVal=25034.4.3
description=Date d'échéance
class=com.opentext.livelink.service.core.DateValue
keyVal=25034.4.4
description=Remarques/annotations
class=com.opentext.livelink.service.core.StringValue
Thank you for your answer