public static object InvokeWebService(string url, string classname, string methodname, object[] args) { string @namespace = "EnterpriseServerBase.WebService.DynamicWebCalling"; if ((classname == null) || (classname == "")) { classname = GetWsClassName(url); } WebClient wc = null; Stream stream = null; CSharpCodeProvider csc = null; try { //获取WSDL wc = new WebClient(); stream = wc.OpenRead(url + "?WSDL"); //这里报错 ServiceDescription sd = ServiceDescription.Read(stream); }
不知道是为什么调不同系统的webservice,有一个可以调用,另一个却不可以,求解!
遇到同样问题几年了,一直没解决,并发一大就出此问题。有时候app回收,也会引起
这个问题有解决吗?
我在网上搜索了两个地方有提到,但是不能合理解决你发的疑问
有解决方案吗