Previous Topic: Web Service MethodsNext Topic: How Error Reporting Works


How to Test the Web Services API

Test and access the Network Configuration Service API and manage your network definitions programmatically.

Follow these steps:

  1. Navigate to http://localhost/SuperAgentWebService/NetworkConfigService.asmx. This site provides a convenient user interface into the NetworkConfigService and its Service Description.

    To access the NetworkConfigService test site from an accessible remote computer, replace localhost with <ADA_Server_FQDN>.

  2. Look in Application EventLog under SuperAgent NwkConfig WS for additional explanatory messages for failures.
  3. For scripted operations, review the sample perl script to exercise the API.

More information:

Sample Perl Script