3.1.3 Initialization

The protocol server MUST expose its Web methods at a URL, which builds upon a base URL.

The URL MUST be constructed as base URL/_layouts/handler name.

The base URL can be any Web site URL, such as "http://www.contoso.com/Repository". The part of _layouts/handler name can be any of the following:

 _layouts/MobilePresentation.ashx
 _layouts/MobileSlideImage.ashx
 _layouts/MobileSlideInfo.ashx

This is the minimal required structure. Case-sensitivity is specific to the protocol server implementation.