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