cancel
Showing results for 
Search instead for 
Did you mean: 

Search with Guest

a2006
Champ in-the-making
Champ in-the-making
Hi,

I need to know if is possible to search with Guest user using web services. And How to authenticate this user.




AuthenticationUtils.startSession(user, password);

        RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();

        QueryResult queryResult = repositoryService.query(store, query, false);


This code runs ok with admin or other user but no with Guest.

Thanks in advance
1 REPLY 1

kevinr
Star Contributor
Star Contributor
The guest user is not supported for WebService calls at present, please raise a JIRA ticket for this feature.

Thanks,

Kevin