Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <www.aquarella.com.pe.ServiceBata.ws_control_errorResponse> ws_control_errorAsync(byte[] _archivo, string _cod_tda, string _nom_archivo, string _error)
 {
     www.aquarella.com.pe.ServiceBata.ws_control_errorRequest inValue = new www.aquarella.com.pe.ServiceBata.ws_control_errorRequest();
     inValue.Body              = new www.aquarella.com.pe.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(((www.aquarella.com.pe.ServiceBata.ws_bataSoap)(this)).ws_control_errorAsync(inValue));
 }
Ejemplo n.º 2
0
 public string ws_control_error(byte[] _archivo, string _cod_tda, string _nom_archivo, string _error)
 {
     www.aquarella.com.pe.ServiceBata.ws_control_errorRequest inValue = new www.aquarella.com.pe.ServiceBata.ws_control_errorRequest();
     inValue.Body              = new www.aquarella.com.pe.ServiceBata.ws_control_errorRequestBody();
     inValue.Body._archivo     = _archivo;
     inValue.Body._cod_tda     = _cod_tda;
     inValue.Body._nom_archivo = _nom_archivo;
     inValue.Body._error       = _error;
     www.aquarella.com.pe.ServiceBata.ws_control_errorResponse retVal = ((www.aquarella.com.pe.ServiceBata.ws_bataSoap)(this)).ws_control_error(inValue);
     return(retVal.Body.ws_control_errorResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <www.aquarella.com.pe.ServiceBata.ws_control_errorResponse> www.aquarella.com.pe.ServiceBata.ws_bataSoap.ws_control_errorAsync(www.aquarella.com.pe.ServiceBata.ws_control_errorRequest request)
 {
     return(base.Channel.ws_control_errorAsync(request));
 }
Ejemplo n.º 4
0
 www.aquarella.com.pe.ServiceBata.ws_control_errorResponse www.aquarella.com.pe.ServiceBata.ws_bataSoap.ws_control_error(www.aquarella.com.pe.ServiceBata.ws_control_errorRequest request)
 {
     return(base.Channel.ws_control_error(request));
 }