Ejemplo n.º 1
0
 public System.IAsyncResult BeginIntSaldosDiarios(string json, string dataconvert, System.AsyncCallback callback, object asyncState)
 {
     WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest inValue = new WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest();
     inValue.Body             = new WebServiceTLAExterno.Accounting.IntSaldosDiariosRequestBody();
     inValue.Body.json        = json;
     inValue.Body.dataconvert = dataconvert;
     return(((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).BeginIntSaldosDiarios(inValue, callback, asyncState));
 }
Ejemplo n.º 2
0
 public bool IntSaldosDiarios(string json, ref string dataconvert)
 {
     WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest inValue = new WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest();
     inValue.Body             = new WebServiceTLAExterno.Accounting.IntSaldosDiariosRequestBody();
     inValue.Body.json        = json;
     inValue.Body.dataconvert = dataconvert;
     WebServiceTLAExterno.Accounting.IntSaldosDiariosResponse retVal = ((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).IntSaldosDiarios(inValue);
     dataconvert = retVal.Body.dataconvert;
     return(retVal.Body.IntSaldosDiariosResult);
 }
Ejemplo n.º 3
0
 System.IAsyncResult WebServiceTLAExterno.Accounting.AccountingSoap.BeginIntSaldosDiarios(WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginIntSaldosDiarios(request, callback, asyncState));
 }
Ejemplo n.º 4
0
 WebServiceTLAExterno.Accounting.IntSaldosDiariosResponse WebServiceTLAExterno.Accounting.AccountingSoap.IntSaldosDiarios(WebServiceTLAExterno.Accounting.IntSaldosDiariosRequest request)
 {
     return(base.Channel.IntSaldosDiarios(request));
 }