3.7.4.15.3.1 RunFileSessionRequestBody

 <xsd:complexType name="RunFileSessionRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="idSession" type="xsd:unsignedInt"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsFileToRun" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

idSession: Contains the ID of the Windows session being associated with the station.

wsFileToRun: Contains the file name of the file to be executed.