3.7.4.3.3.2 ServerInfoRequest

The ServerInfoRequest complex type contains an element indicating the type of information the client is requesting, and a string parameter called AdditionalInfo that represents additional context-specific information that the client is providing for the request. This type is used to make a GetServerInfo operation request.

       <s:complexType name="ServerInfoRequest">
         <s:sequence>
           <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:ServerInfoType" />
           <s:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="s:string" />
         </s:sequence>
       </s:complexType>