Skip to content
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
@shalendarkumar

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());
		}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions