Administrator Guide

474 | Administration Dell Networking W-ClearPass Guest 6.5.0 | User Guide
The updated app.config file is shown below, with the appropriate changes highlighted.
Performing an API Call
This section outlines the C# code required to use the Web service.
First, add a using declaration for the namespace containing the Web services:
using SoapGuestManager.GuestManager;
The following code can now be added to invoke the Ping operation and display the result.