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