Calling Web service from .NET applications does not work with partial trust

You must currently use "Unrestricted=true" for the WebPermission setting in a Web Forms or Windows Forms project that calls a Web service or uses a Web Service DataWindow. Otherwise, even if you add the Web Service URI to the WebPermission Web site list, a security exception is thrown. [CR 499840]