Share via


How to: Enable Web Services for ADCS

To use Automated Data Capture System, you must enable the ADCS web service.

To enable and publish the ADCS web service

  1. Start the RoleTailored client.

  2. In the Search box, enter Web Services, and then choose the related link.

  3. On the Home tab, choose New.

  4. In the Web Services window, enter the following information on a new line:

    Field Value

    Object Type

    Codeunit

    Object ID

    7714

    Service Name

    ADCS

    Hh166708.Important(en-us,NAV.80).gifImportant
    It is required that you name the service ADCS.
  5. Select the Published check box.

  6. Choose the OK button.

To verify that the web service has been published

  1. In a web browser window, enter a URL in the following format: http://<web services path>/Services. The following example demonstrates the results.

    https://localhost:7047/DynamicsNAV80/WS/Services
    

    You see the following XML information if the ADCS web service is published.

    <contractRef xmlns="https://schemas.xmlsoap.org/disco/scl/" ref="https://localhost:7047/DynamicsNAV80/WS/Codeunit/ADCS"/>
    
  2. To verify that the codeunit is performing as expected, enter a URL in the following format: http://<web services path>/Codeunit/<Service Name>.

    https://localhost:7047/DynamicsNAV80/WS/Codeunit/ADCS
    

    Information about the ADCS web service is displayed.

See Also

Tasks

How to: Configure ADCS Options

Concepts

Configuring Automated Data Capture System
SOAP Web Services

Other Resources

Miniforms