User's Manual

396 | Administration Dell Networking W-ClearPass Guest 6.4 | User Guide
Component XML Namespace
SOAP Envelope
http://schemas.xmlsoap.org/wsdl/soap/
SOAP Encoding
http://schemas.xmlsoap.org/soap/encoding/
WSDL
http://schemas.xmlsoap.org/wsdl/
XML Schema
http://www.w3.org/2001/XMLSchema
Table 102: XML Namespaces
SOAP Addressing
Web Service Endpoint
The endpoint of the SOAP service is located at the relative URL:
soap_guestmanager.php.
This path is relative to the full Guest URL, which can be constructed using http: or https: and the fully-qualified
domain name of the W-ClearPass Guest appliance.
l Example: http://192.168.2.122/guest/soap_guestmanager.php
l Example: https://192.168.2.122/guest/soap_guestmanager.php (secure)
Web Service Definition
The WSDL for the web service may be accessed by appending ?wsdl to the service URL.
l Example: http://192.168.2.122/guest/soap_guestmanager.php?wsdl
Types
This section describes the types defined in the WSDL schema.
EmptyType
This type must be empty, that is, containing zero child elements.
l Example:
ErrorFlagType
The error flag indicates if the operation completed successfully.
Only the values zero (0) and one (1) are supported.
l A successful operation is indicated with:
l A failed operation is indicated with:
IdResultType
Standard result type), with an optional <id> element.
l Example: