Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
This repository was 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

@shalendarkumar

Description

@shalendarkumar

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

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