Skip to content
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
shalendarkumar opened this issue Feb 13, 2017 · 0 comments

Comments

@shalendarkumar
Copy link

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());
		}
@shalendarkumar 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant