You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
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());
}
The text was updated successfully, but these errors were encountered:
shalendarkumar
changed the title
Error with SearchService java.lang.String incompatible with org.w3c.dom.Document
SearchService error java.lang.String incompatible with org.w3c.dom.Document
Feb 13, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting java.lang.String incompatible with org.w3c.dom.Document error with SearchService.
The text was updated successfully, but these errors were encountered: