I have a SharePoint 2010 web application using Claims based authentication.
- Anonymous access enabled
- Windows authentication enabled, integrated Windows authentication, NTLM
- Forms Based Authentication (FBA) enabled
Im using InfoPath form on a list. Using InfoPath I have created a dataconnection to the webservice https:///_vti_bin/UserProfileService.asmx?WSDL with the operation GetUserProfileByName
When opening item in list:
- An error occured querying a data source. Log ID: 5566
ULS Log viewer:
- Access denied calling web service for user.
- Data adapter failed during OnLoad: The remote server returned an error: (500) Internal Server Error. Server was unable to process request. ---> Attempted to perform an unauthorized operation.
- The following query failed: GetUserProfileByName (User: 0#.f|aspnetmembership|user)
Anyone got a solution for this?