Execution of a terminal command in the GDS.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL">
<soapenv:Header/>
<soapenv:Body>
<avia:HostCommand>
<avia:Request>
<stl:Requisites>
<stl:AuthToken>token</stl:AuthToken>
</stl:Requisites>
<stl:UserID>11111</stl:UserID>
<stl:RequestType>P</stl:RequestType>
<stl:RequestBody>
<avia:Source>-11111</avia:Source>
<avia:SessionID>000AB302L9</avia:SessionID>
<avia:Command>AAAAAA</avia:Command>
</stl:RequestBody>
</avia:Request>
</avia:HostCommand>
</soapenv:Body>
</soapenv:Envelope>
<Response> FAAAA </ Response>