Hi all,
We are having issues using the Search WebService with CS10 Update 5 (no other testmachine atm)
With the following XML we get 0 responses, while using the advanced search and a complex query we do get results in CS itself.
We assume the syntax is correct since we don't get any error messages?
<DataCollectionSpec>"LES Enterprise"</DataCollectionSpec>
<FirstResultToRetrieve>1</FirstResultToRetrieve>
<NumResultsToRetrieve>100</NumResultsToRetrieve>
<QueryLanguage>Livelink Search API V1</QueryLanguage>
<ResultSetSpec>where1= OTLocation:2000</ResultSetSpec>
<ResultTransformationSpec>OTName</ResultTransformationSpec>
<InputBasicHttpBinding_SearchServiceSearch xmlns="http://xyrow.com">
<Header xmlns="">
<OTAuthentication xmlns="urn:api.ecm.opentext.com">
<AuthenticationToken>zD16ECIBEGpZxyySbNowhg%3D%3D</AuthenticationToken>
</OTAuthentication>
</Header>
<Body xmlns="">
<Search xmlns="urn:SearchServices.service.livelink.opentext.com">
<queries>
<DataCollectionSpec>"LES Enterprise"</DataCollectionSpec>
<FirstResultToRetrieve>1</FirstResultToRetrieve>
<NumResultsToRetrieve>100</NumResultsToRetrieve>
<QueryLanguage>Livelink Search API V1</QueryLanguage>
<ResultSetSpec>where1= OTLocation:2000</ResultSetSpec>
<ResultTransformationSpec>OTLocation</ResultTransformationSpec>
</queries>
</Search>
</Body>
</InputBasicHttpBinding_SearchServiceSearch>
====
<Results>
<ListDescription>
<ActualCount>0</ActualCount>
<IncludeCount>0</IncludeCount>
<ListHead>0</ListHead>
</ListDescription>
</Results>
All recommandations or help are highly appreciated!