public System.IAsyncResult BeginINT_INGRESOS_CXC(string json, string dataconvert, System.AsyncCallback callback, object asyncState)
 {
     WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequest inValue = new WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequest();
     inValue.Body             = new WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequestBody();
     inValue.Body.json        = json;
     inValue.Body.dataconvert = dataconvert;
     return(((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).BeginINT_INGRESOS_CXC(inValue, callback, asyncState));
 }
 public bool INT_INGRESOS_CXC(string json, ref string dataconvert)
 {
     WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequest inValue = new WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequest();
     inValue.Body             = new WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequestBody();
     inValue.Body.json        = json;
     inValue.Body.dataconvert = dataconvert;
     WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCResponse retVal = ((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).INT_INGRESOS_CXC(inValue);
     dataconvert = retVal.Body.dataconvert;
     return(retVal.Body.INT_INGRESOS_CXCResult);
 }
 System.IAsyncResult WebServiceTLAExterno.Accounting.AccountingSoap.BeginINT_INGRESOS_CXC(WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginINT_INGRESOS_CXC(request, callback, asyncState));
 }
 WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCResponse WebServiceTLAExterno.Accounting.AccountingSoap.INT_INGRESOS_CXC(WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCRequest request)
 {
     return(base.Channel.INT_INGRESOS_CXC(request));
 }