1.5 Prerequisites/Preconditions

This protocol operates against a site that is identified by a URL that is known by protocol clients.

The protocol server endpoint to send requests for the presentation metadata is formed by appending "/_layouts/MobilePresentation.ashx" to the URL of the site, for example: http://www.contoso.com/Repository/_layouts/MobilePresentation.ashx.

The protocol server endpoint to send requests for the presentation slide information is formed by appending the value of the url attribute of the slideInfo element ([MS-PWVRSC] section 2.3.11) contained in the metadata for the requested presentation to the URL of the site, for example: http://www.contoso.com/Repository/_layouts/MobileSlideInfo.ashx.

The protocol server endpoint to send requests for the presentation slide image is formed by appending the value of the url attribute of the slideImage element ([MS-PWVRSC] section 2.3.10) contained in the metadata for the requested presentation to the URL of the site, for example: http://www.contoso.com/Repository/_layouts/MobileSlideImage.ashx.

This protocol assumes that authentication has been performed by the underlying protocols.