Example #1
0
 public System.Threading.Tasks.Task <INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolResponse> EnviarInformacionCarCoolAsync(string OrdenServicio)
 {
     INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequest inValue = new INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequest();
     inValue.Body = new INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequestBody();
     inValue.Body.OrdenServicio = OrdenServicio;
     return(((INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap)(this)).EnviarInformacionCarCoolAsync(inValue));
 }
Example #2
0
 public string EnviarInformacionCarCool(string OrdenServicio)
 {
     INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequest inValue = new INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequest();
     inValue.Body = new INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequestBody();
     inValue.Body.OrdenServicio = OrdenServicio;
     INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolResponse retVal = ((INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap)(this)).EnviarInformacionCarCool(inValue);
     return(retVal.Body.EnviarInformacionCarCoolResult);
 }
Example #3
0
 System.Threading.Tasks.Task <INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolResponse> INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap.EnviarInformacionCarCoolAsync(INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequest request)
 {
     return(base.Channel.EnviarInformacionCarCoolAsync(request));
 }
Example #4
0
 INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolResponse INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap.EnviarInformacionCarCool(INT.CARCOOL.wsCarCool.EnviarInformacionCarCoolRequest request)
 {
     return(base.Channel.EnviarInformacionCarCool(request));
 }