Esempio n. 1
0
 public string Command(string xmlFormatCommand)
 {
     AutoX.Comm.AutoXService.CommandRequest inValue = new AutoX.Comm.AutoXService.CommandRequest();
     inValue.Body = new AutoX.Comm.AutoXService.CommandRequestBody();
     inValue.Body.xmlFormatCommand = xmlFormatCommand;
     AutoX.Comm.AutoXService.CommandResponse retVal = ((AutoX.Comm.AutoXService.ServiceSoap)(this)).Command(inValue);
     return(retVal.Body.CommandResult);
 }
Esempio n. 2
0
 AutoX.Comm.AutoXService.CommandResponse AutoX.Comm.AutoXService.ServiceSoap.Command(AutoX.Comm.AutoXService.CommandRequest request)
 {
     return(base.Channel.Command(request));
 }