Hi,
earlier we had live link content server 10.6 which has been integrated to one of our application. we were using the SOAP search web service to fetch the files and folder and list it in screen.
now we have upgraded the content server to 16.2 now the SOAP search web service is returning empty list.
these are the method we are using to get the types and items from live link
SingleSearchResponse results = searchService.search(singleSearchRequest, "");
SResultPage srp = results.getResults();
List<SGraph> sra = results.getResultAnalysis();
List<SGraph> items = srp.getItem();
List<DataBagType> types = srp.getType();
the results objects has the result,
srp and sra objects have the data when we try to get the items and types it is not retrieving the data. it works fine in content server 10.6
please let me know for any changes we have to do to work with content server 16.2
Thank you
earlier we had live link content server 10.6 which has been integrated to one of our application. we were using the SOAP search web service to fetch the files and folder and list it in screen.
now we have upgraded the content server to 16.2 now the SOAP search web service is returning empty list.
these are the method we are using to get the types and items from live link
SingleSearchResponse results = searchService.search(singleSearchRequest, "");
SResultPage srp = results.getResults();
List<SGraph> sra = results.getResultAnalysis();
List<SGraph> items = srp.getItem();
List<DataBagType> types = srp.getType();
the results objects has the result,
srp and sra objects have the data when we try to get the items and types it is not retrieving the data. it works fine in content server 10.6
please let me know for any changes we have to do to work with content server 16.2
Thank you