Future<String> getTransportInfo() { final data = XmlText.getTransportInfoXml(); return request('GetTransportInfo', Utf8Encoder().convert(data)); }