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);
 }
 public bool EndINT_INGRESOS_CXC(System.IAsyncResult result, out string dataconvert)
 {
     WebServiceTLAExterno.Accounting.INT_INGRESOS_CXCResponse retVal = ((WebServiceTLAExterno.Accounting.AccountingSoap)(this)).EndINT_INGRESOS_CXC(result);
     dataconvert = retVal.Body.dataconvert;
     return(retVal.Body.INT_INGRESOS_CXCResult);
 }