2.2.4.5 ClientHTTPType

ClientHTTPType is used to configure the Web Services Management Protocol Extensions for Windows Server 2003 client when using HTTP as the network transport. The schema MUST be as follows.

 <xs:complexType name="ClientHTTPType">
   <xs:sequence>
     <xs:element name="Port" 
 type="xs:unsignedInt" default="80"/>
     <xs:element name="Unencrypted" 
 type="cfg:ClientUnencryptedType"/>
   </xs:sequence>
 </xs:complexType>
  

Port: MUST be used by the client when using HTTP protocol. The minimum value MUST be 1 and the maximum value MUST be 65535.

Unencrypted: MUST contain an additional element to configure unencrypted authentication as specified in section 3.1.4.1.29.