Пример #1
0
 public System.Threading.Tasks.Task <Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloResponse> ws_envio_xml_desarrolloAsync(byte[] _archivo_xml, string _name)
 {
     Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequest inValue = new Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequest();
     inValue.Body = new Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequestBody();
     inValue.Body._archivo_xml = _archivo_xml;
     inValue.Body._name        = _name;
     return(((Sistema_Aquarella.ServiceBata.ws_bataSoap)(this)).ws_envio_xml_desarrolloAsync(inValue));
 }
Пример #2
0
 public string ws_envio_xml_desarrollo(byte[] _archivo_xml, string _name)
 {
     Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequest inValue = new Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequest();
     inValue.Body = new Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequestBody();
     inValue.Body._archivo_xml = _archivo_xml;
     inValue.Body._name        = _name;
     Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloResponse retVal = ((Sistema_Aquarella.ServiceBata.ws_bataSoap)(this)).ws_envio_xml_desarrollo(inValue);
     return(retVal.Body.ws_envio_xml_desarrolloResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloResponse> Sistema_Aquarella.ServiceBata.ws_bataSoap.ws_envio_xml_desarrolloAsync(Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequest request)
 {
     return(base.Channel.ws_envio_xml_desarrolloAsync(request));
 }
Пример #4
0
 Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloResponse Sistema_Aquarella.ServiceBata.ws_bataSoap.ws_envio_xml_desarrollo(Sistema_Aquarella.ServiceBata.ws_envio_xml_desarrolloRequest request)
 {
     return(base.Channel.ws_envio_xml_desarrollo(request));
 }