Forum Discussion
SharePoint Web Services Issue
SharePoint 2019 server, using InfoPath 2013 form to populate list. using the /_vti_bin/UserProfileService.asmx methods to get group membership, etc. We've been using this solution for several years. A couple weeks ago stopped returning data. The InfoPath, SharePoint site and list have not been changed. The following error is received when querying the web service.
When looking at the logs, one of the things that keeps coming up is the message indicating the GetUserMemberships web service can't find the current user (ME). This would seem to indicate either the user doesn't exist in the User Profile Service (My account does exist) or the web services aren't working.
I'm at a loss, any help would be appreciated.
- LeonPavesicSilver Contributor
Hi sterbella,
The fact that the error message mentions the GetUserMemberships web service specifically suggests that the problem may be related to the user's profile information. However, since you have already confirmed that the user's account exists in the User Profile Service, it is also possible that the problem is with the web services themselves.
Here are a few things you can try to troubleshoot the problem:
- Check the SharePoint server logs for more information about the error. The log ID and correlation ID mentioned in the error message can help you to locate the relevant log entries.
- Try restarting the SharePoint server.
- Make sure that the InfoPath form is configured to use the correct web service URL.
- Try using a different web browser to access the InfoPath form.
- Make sure that the InfoPath form is using the correct authentication method. By default, InfoPath uses Windows Integrated Authentication. However, if the SharePoint site is configured to use a different authentication method, you will need to configure the InfoPath form accordingly.
- Make sure that the user who is trying to access the InfoPath form has the necessary permissions to use the SharePoint web services.
Here is a useful link you can use:
SharePoint 2013 - Creating folders from within an InfoPath form using DWS services (microsoft.com)
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)