Exemple #1
0
 public System.Threading.Tasks.Task <Sistema_Aquarella.ServiceBata.ws_envio_xmlResponse> ws_envio_xmlAsync(byte[] _archivo_xml, string _name)
 {
     Sistema_Aquarella.ServiceBata.ws_envio_xmlRequest inValue = new Sistema_Aquarella.ServiceBata.ws_envio_xmlRequest();
     inValue.Body = new Sistema_Aquarella.ServiceBata.ws_envio_xmlRequestBody();
     inValue.Body._archivo_xml = _archivo_xml;
     inValue.Body._name        = _name;
     return(((Sistema_Aquarella.ServiceBata.ws_bataSoap)(this)).ws_envio_xmlAsync(inValue));
 }
Exemple #2
0
 public string ws_envio_xml(byte[] _archivo_xml, string _name)
 {
     Sistema_Aquarella.ServiceBata.ws_envio_xmlRequest inValue = new Sistema_Aquarella.ServiceBata.ws_envio_xmlRequest();
     inValue.Body = new Sistema_Aquarella.ServiceBata.ws_envio_xmlRequestBody();
     inValue.Body._archivo_xml = _archivo_xml;
     inValue.Body._name        = _name;
     Sistema_Aquarella.ServiceBata.ws_envio_xmlResponse retVal = ((Sistema_Aquarella.ServiceBata.ws_bataSoap)(this)).ws_envio_xml(inValue);
     return(retVal.Body.ws_envio_xmlResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Sistema_Aquarella.ServiceBata.ws_envio_xmlResponse> Sistema_Aquarella.ServiceBata.ws_bataSoap.ws_envio_xmlAsync(Sistema_Aquarella.ServiceBata.ws_envio_xmlRequest request)
 {
     return(base.Channel.ws_envio_xmlAsync(request));
 }
Exemple #4
0
 Sistema_Aquarella.ServiceBata.ws_envio_xmlResponse Sistema_Aquarella.ServiceBata.ws_bataSoap.ws_envio_xml(Sistema_Aquarella.ServiceBata.ws_envio_xmlRequest request)
 {
     return(base.Channel.ws_envio_xml(request));
 }