コード例 #1
0
ファイル: Reference.cs プロジェクト: dmendozaperez/Aquarella
 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));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: dmendozaperez/Aquarella
 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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: dmendozaperez/Aquarella
 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));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: dmendozaperez/Aquarella
 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));
 }