汤尼

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年12月13日

摘要: 在SharePoint2010中,我们可以选择几种不同的方式来访问域用户的profile,下面简单介绍3种方法:1.通过客户端直接调用user profile service来访问例如项目中有silverlight模块想显示当前用户的profile信息,可以这么作:首先添加Service Reference,输入service url http://rootsite/sites/subsite/_vti_bin/UserProfileService.asmx?WSDLrootsite & subsite请根据实际情况替换。然后我们为我们的Service reference取名为UserProf 阅读全文
posted @ 2010-12-13 14:13 Tonnie 阅读(2776) 评论(2) 推荐(4) 编辑