This topic has not yet been rated - Rate this topic

WebSvcPublishedLinksService namespace

This documentation is preliminary and is subject to change.

The Published Links web service namespace is an arbitrary name for a reference to the PublishedLinksService.asmx web service in SharePoint Server 2013 Preview.

The Published Links web service provides a published links interface for remote clients to read and create published links.

To use the Published Links web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic through which you can call the various web service methods.

The Web Services Description Language (WSDL) for the User Profile web service endpoint is accessed through PublishedLinksService.asmx?wsdl.

The following example shows the format of the URL to the User Profile web service WSDL file.

http://server/customsite/_vti_bin/PublishedLinksService.asmx

If you do not have a custom site, you can use the following URL:

http://server/_vti_bin/PublishedLinksService.asmx

It is recommended that you create a custom site, and then use the URL that includes the custom site in the URL format.

The following table describes each element in the URL.

URL element

Description

server

The name of the server on which SharePoint Server 2013 Preview is deployed.

customsite

A custom SharePoint Server 2013 Preview site that the server administrator creates.

<endpointname>.asmx

The name of the web service endpoint. For the Published Links web service, it is PublishedLinksService.asmx.

For more information about the WSDL format, see the World Wide Web Consortium (W3C) WSDL specification at http://www.w3.org/TR/wsdl.

  ClassDescription
Public classPublishedLinksServiceProvides a web service to Microsoft Office system clients and other applications that includes a list of the published links to the Microsoft SharePoint Server sites that are targeted to the current user.
Public classServerLinkRepresents a published link to a Microsoft SharePoint Server site that targets the current user.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.