1. Alfresco Content Services 5.2 Documentation, "Web script dispatcher": This official documentation page details the configuration of the web script dispatcher servlet. It explicitly states the URL mappings: "The Web Script Framework is bound to the URL /service/ and /s/ by the web script dispatcher servlet." This confirms that both /service (E) and /s (A) are correct base URLs.
Source: Alfresco Content Services 5.2 Documentation > Developing > Web Scripts > Web Script Framework > Dispatcher.
2. Alfresco Content Services 5.2 Documentation, "Web Services": This section describes the SOAP-based web services. It provides examples of WSDL URLs, such as http://localhost:8080/alfresco/ws/API/Repository?wsdl, which confirms that the /ws path (D) is designated for SOAP Web Services, not REST.
Source: Alfresco Content Services 5.2 Documentation > Developing > Integrations > Web Services.