DCSIMG
SharePoint 12 - Gady Elkarif's Blog

Gady Elkarif's Blog

Browse by Tags

All Tags » SharePoint 12 (RSS)
Writing Custom Web Services for SharePoint
Writing Custom Web Services for SharePoint As a SharePoint developer, you may want to use some of the capabilities of Windows SharePoint Services to create custom Web services of your own. In this sample I will show you how to use the SharePoint to create a custom Web service inside SharePoint. Writing a Custom Web Service Create new ASP.NET Web Service Application (MySPServices) as shown in the following figure: Next, add new Service Library (MySPServicesLibrary) project to the ASP.NET Application...
SharePoint Site Variations
SharePoint Site Variations The variations feature in Office SharePoint Server 2007 helps creating multilingual site hierarchy, which makes content available by copying content from the source variation site to each target variation site in the hierarchy. After installing the Hebrew Language Pack , I want to create site variation hierarchy with two sites: English site (Source) Hebrew site (Target) Use the following steps to create SharePoint site variations: Create New Web Application Create Site...