3.1.4.10 GetCustomControlList

The GetCustomControlList operation<81> retrieves an implementation-specific list of the controls that are available for use in pages on the server.

This operation is defined as follows:

 <wsdl:operation name="GetCustomControlList" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:input message="tns:GetCustomControlListSoapIn" />
    <wsdl:output message="tns:GetCustomControlListSoapOut" />
 </wsdl:operation>

The client sends a GetCustomControlListSoapIn request message (section 3.1.4.10.1.1), and the server responds with a GetCustomControlListSoapOut response message (section 3.1.4.10.1.2).