User's Manual

Additionally, if a self-signed certificate is being used on the remote server, you will need to provide a suitable
ServerCertificateValidationCallback implementation to validate the peer’s certificate.
The following code is a minimal implementation that accepts all server certificates without verification:
// Trust self-signed certificates
System..Net.ServicePointManager.ServerCertificateValidationCallback =
((sender, certificate, chain, sslPolicyErrors) => true);
In a production environment, it is strongly recommended that you deploy an SSL certificate that is signed by a trusted
root CA known to all parties, and use the built-in server certificate validation procedures. This will ensure the security
of the transaction cannot be compromised by a man-in-the-middle attack.
API Documentation
This section describes the following:
l "XML Namespaces" on page 395
l "SOAP Addressing" on page 396
l "Types" on page 396
l "Operations" on page 398
XML Namespaces
The XML namespace for the GuestManager Web Services is:
http://www.amigopod.com/go/GuestManager.wsdl
The table below indicates additional XML namespaces that are referenced:
Dell Networking W-ClearPass Guest 6.4 | User Guide Administration | 395