A question from stackoverflow
Case:
Create a User Policy in SharePoint 2010 Web Application Management: assign 'Full read' to user XXX for site YYY;
Call SiteData.asmx/GetContent for site YYY and inspect 'permissions' node.
User XXX is not assigned any permissions for site YYY according to WS call result.
How should I retrieve permissions of XXX for YYY via web services? In which table assigned User Policy is stored in SharePoint Content database?