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