public System.Threading.Tasks.Task <Integrado.ServiceBata.ws_control_errorResponse> ws_control_errorAsync(byte[] _archivo, string _cod_tda, string _nom_archivo, string _error) { Integrado.ServiceBata.ws_control_errorRequest inValue = new Integrado.ServiceBata.ws_control_errorRequest(); inValue.Body = new Integrado.ServiceBata.ws_control_errorRequestBody(); inValue.Body._archivo = _archivo; inValue.Body._cod_tda = _cod_tda; inValue.Body._nom_archivo = _nom_archivo; inValue.Body._error = _error; return(((Integrado.ServiceBata.ws_bataSoap)(this)).ws_control_errorAsync(inValue)); }
public string ws_control_error(byte[] _archivo, string _cod_tda, string _nom_archivo, string _error) { Integrado.ServiceBata.ws_control_errorRequest inValue = new Integrado.ServiceBata.ws_control_errorRequest(); inValue.Body = new Integrado.ServiceBata.ws_control_errorRequestBody(); inValue.Body._archivo = _archivo; inValue.Body._cod_tda = _cod_tda; inValue.Body._nom_archivo = _nom_archivo; inValue.Body._error = _error; Integrado.ServiceBata.ws_control_errorResponse retVal = ((Integrado.ServiceBata.ws_bataSoap)(this)).ws_control_error(inValue); return(retVal.Body.ws_control_errorResult); }
System.Threading.Tasks.Task <Integrado.ServiceBata.ws_control_errorResponse> Integrado.ServiceBata.ws_bataSoap.ws_control_errorAsync(Integrado.ServiceBata.ws_control_errorRequest request) { return(base.Channel.ws_control_errorAsync(request)); }
Integrado.ServiceBata.ws_control_errorResponse Integrado.ServiceBata.ws_bataSoap.ws_control_error(Integrado.ServiceBata.ws_control_errorRequest request) { return(base.Channel.ws_control_error(request)); }