Пример #1
0
 public System.Threading.Tasks.Task <Sistema_Aquarella.ServiceBata.ws_control_errorResponse> ws_control_errorAsync(byte[] _archivo, string _cod_tda, string _nom_archivo, string _error)
 {
     Sistema_Aquarella.ServiceBata.ws_control_errorRequest inValue = new Sistema_Aquarella.ServiceBata.ws_control_errorRequest();
     inValue.Body              = new Sistema_Aquarella.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(((Sistema_Aquarella.ServiceBata.ws_bataSoap)(this)).ws_control_errorAsync(inValue));
 }
Пример #2
0
 public string ws_control_error(byte[] _archivo, string _cod_tda, string _nom_archivo, string _error)
 {
     Sistema_Aquarella.ServiceBata.ws_control_errorRequest inValue = new Sistema_Aquarella.ServiceBata.ws_control_errorRequest();
     inValue.Body              = new Sistema_Aquarella.ServiceBata.ws_control_errorRequestBody();
     inValue.Body._archivo     = _archivo;
     inValue.Body._cod_tda     = _cod_tda;
     inValue.Body._nom_archivo = _nom_archivo;
     inValue.Body._error       = _error;
     Sistema_Aquarella.ServiceBata.ws_control_errorResponse retVal = ((Sistema_Aquarella.ServiceBata.ws_bataSoap)(this)).ws_control_error(inValue);
     return(retVal.Body.ws_control_errorResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <Sistema_Aquarella.ServiceBata.ws_control_errorResponse> Sistema_Aquarella.ServiceBata.ws_bataSoap.ws_control_errorAsync(Sistema_Aquarella.ServiceBata.ws_control_errorRequest request)
 {
     return(base.Channel.ws_control_errorAsync(request));
 }
Пример #4
0
 Sistema_Aquarella.ServiceBata.ws_control_errorResponse Sistema_Aquarella.ServiceBata.ws_bataSoap.ws_control_error(Sistema_Aquarella.ServiceBata.ws_control_errorRequest request)
 {
     return(base.Channel.ws_control_error(request));
 }