This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
SearchService error java.lang.String incompatible with org.w3c.dom.Document #1774
Open
Description
I'm getting java.lang.String incompatible with org.w3c.dom.Document error with SearchService.
try {
ProfilesDelegate pd = new ProfilesDelegate(endpointName, true, true);
endpoint = pd.getEndPoint();
SearchService svc1 = new SearchService(endpoint);
EntityList<FacetValue> invites11 = svc1.getPeople("myvalue");
System.out.println("<br>Listing invites11 <br>");
for (FacetValue invite : invites11) {
System.out.println("Invites Title : "+ invite.getTitle());
System.out.println("Invites recieved from "+ invite.getAuthor().getName());
}
} catch (Throwable e) {
System.out.println(e.getMessage());
}
Metadata
Assignees
Labels
No labels
Activity