Hi,
I am using the same Search Method through Soap UI. I am not getting an error but the Include Count in result is 0.
The Actual Count is 2.
Below is the Sample Request--
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:api.ecm.opentext.com" xmlns:urn1="urn:SearchServices.service.livelink.opentext.com">
<soapenv:Header>
<urn:OTAuthentication>
<!--Optional:-->
<urn:AuthenticationToken>bt7yD%2FI2T10mC5T1kA%2BME9iFiEAVwLVPfIQkb2b35Lc%3D</urn:AuthenticationToken>
</urn:OTAuthentication>
</soapenv:Header>
<soapenv:Body>
<urn1:Search>
<!--Optional:-->
<urn1:queries>
<!--Optional:-->
<urn1:DataCollectionSpec>'LES ContextSensitiveSearch_Slice'</urn1:DataCollectionSpec>
<urn1:FirstResultToRetrieve>1</urn1:FirstResultToRetrieve>
<urn1:NumResultsToRetrieve>10</urn1:NumResultsToRetrieve>
<!--Optional:-->
<urn1:QueryLanguage>Livelink Search API V1</urn1:QueryLanguage>
<!--Optional:-->
<urn1:ResultOrderSpec>"sortByRegion=OTCreatedBy"</urn1:ResultOrderSpec>
<!--Optional:-->
<urn1:ResultSetSpec>lookfor1=complexquery&where1=Attr_32359_2 :test</urn1:ResultSetSpec>
<!--Zero or more repetitions:-->
<urn1:ResultTransformationSpec>OTName</urn1:ResultTransformationSpec>
</urn1:queries>
</urn1:Search>
</soapenv:Body>
< /soapenv:Envelope>
This request runs fine for someother environment.
Is there some permission trouble that occurs?