3.7.4.3.2.1 GetServerInfo
The GetServerInfo element contains the body of the request for the GetServerInfo web method. This element is used as an in-parameter to the GetServerInfo web method. This element MUST be populated by the client when sending a GetServerInfo request. The GetServerInfo web method parameters consist of any number of ServerInfoRequest objects.
<s:element name="GetServerInfo">
<s:complexType>
<s:sequence>
<s:element name="requests"
type="tns:ArrayOfServerInfoRequest"
minOccurs="0"
maxOccurs="1"
/>
</s:sequence>
</s:complexType>
</s:element>