| Elczar 的个人资料Sharing Points { }照片日志列表 | 帮助 |
|
|
10月9日 WSS 3.0 Meetings Web Service
On my previous article, I have mentioned of the object models of Windows SharePoint Services Web services designed for creating solutions that work with Windows SharePoint Services. One of the Web services I have tabulated on the same piece was Meetings Web service, the spotlight of this post. The following table lists the Web methods provided by the Meetings Web service:
Now let us start the walkthrough. 1. Create a SharePoint Web application. 2. Create an ASP.NET Web application and add a Web reference addressed to http://<SharePoint Web application URL>/_vti_bin/Meetings.asmx. For demonstration purposes, let us name our Web reference as Proxy. 3. To add a meeting workspaces, write the following lines of code to an appropriate event:
NOTE: Make sure to reference System.Net and System.Xml namespaces. 4. To get the list of meeting workspaces, write the following lines of code to an appropriate event:
5. To delete of meeting workspaces, write the following lines of code to an appropriate event:
That’s it...Thanks! 引用通告此日志的引用通告 URL 是: http://elczara.spaces.live.com/blog/cns!554EC06D366AC9D5!761.trak 引用此项的网络日志
|
|
|