3.8.4.19.3.1 SetStationServerNameRequestBody

 <xsd:complexType name="SetStationServerNameRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="idStation" type="xsd:unsignedInt"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsServerName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsVirtualMachineName" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

idStation: Contains the ID of the MultiPoint Station. This is an unsigned integer with a range of 1–n, where n is the number of stations currently available on the server.

wsServerName: Contains the host name of the server.

wsVirtualMachineName: Contains the host name of a virtual machine hosting the station (if any).