动态调用webservice,怎么接受out返回值
1个回答
2014-12-08
展开全部
您好,很高兴能帮助您
调试发现C# codeif(types.Length==0)//如果没有out ,或者ref类型参数{method=
t.GetMethod(functionName);}else{method=
t.GetMethod(functionName, types);//}[color=#FF0000]result=method.Invoke(o, args);[/color]
在红色标记处调试进去,整个底层方法的调用并没有问题。但是调式返回到红色标记后即爆“调用的目标发生了异常”。
.webservice中的方法如下C# code[WebMethod]publicDataTable GetHospitalByPage(stringwhere,
intpageSize,
intcurrentIndex,
outintrecordCount,
outintpageCount){HospitalBll hosBll=newHospitalBll();returnhosBll.GetPageList(pageSize, currentIndex,
outrecordCount,
where);}
你的采纳是我前进的动力,
记得好评和采纳,答题不易,互相帮助,
调试发现C# codeif(types.Length==0)//如果没有out ,或者ref类型参数{method=
t.GetMethod(functionName);}else{method=
t.GetMethod(functionName, types);//}[color=#FF0000]result=method.Invoke(o, args);[/color]
在红色标记处调试进去,整个底层方法的调用并没有问题。但是调式返回到红色标记后即爆“调用的目标发生了异常”。
.webservice中的方法如下C# code[WebMethod]publicDataTable GetHospitalByPage(stringwhere,
intpageSize,
intcurrentIndex,
outintrecordCount,
outintpageCount){HospitalBll hosBll=newHospitalBll();returnhosBll.GetPageList(pageSize, currentIndex,
outrecordCount,
where);}
你的采纳是我前进的动力,
记得好评和采纳,答题不易,互相帮助,
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询