2.2.4.4 ServerInfo

Namespace: http://schemas.microsoft.com/sharepoint/soap/recordsrepository/

Server information.

 <xs:complexType name="ServerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="ServerType" type="xs:string"/>
     <xs:element name="ServerVersion" type="xs:string"/>
     <xs:element minOccurs="0" name="RoutingWeb" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

ServerType:  The type information for the protocol server. MUST be non-empty and MUST be less than or equal to 256 characters in length and MUST be HTML encoded.

ServerVersion:  The version information for the protocol server. MUST be non-empty and MUST be less than or equal to 256 characters in length and MUST be HTML encoded.

RoutingWeb:  Whether the protocol server is configured for routing. This element SHOULD<4> be present. If present, it MUST conform to the XML schema of the boolean simple type.