.net-c#调用webservice 服务器无法处理请求。 ---> 未将对象引用设置到对象的实例

问题描述

c#调用webservice 服务器无法处理请求。 ---> 未将对象引用设置到对象的实例

“/”应用程序中的服务器错误。

服务器无法处理请求。 ---> 未将对象引用设置到对象的实例。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ServiceModel.FaultException: 服务器无法处理请求。 ---> 未将对象引用设置到对象的实例。

源错误:

行 128:

行 129: public string[] getWeather(string theCityCode, string theUserID) {
行 130: return base.Channel.getWeather(theCityCode, theUserID);
行 131: }
行 132:

源文件: c:UsersAdministratorDesktopWebApplication2Service ReferencesWeatherWSReference.cs 行: 130

堆栈跟踪:

[FaultException: 服务器无法处理请求。 ---> 未将对象引用设置到对象的实例。]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10733331
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +336
WebApplication2.WeatherWS.WeatherWSSoap.getWeather(String theCityCode, String theUserID) +0
WebApplication2.WeatherWS.WeatherWSSoapClient.getWeather(String theCityCode, String theUserID) in c:UsersAdministratorDesktopWebApplication2Service ReferencesWeatherWSReference.cs:130
WebApplication2.WebForm1.test() in c:UsersAdministratorDesktopWebApplication2WebForm1.aspx.cs:19
WebApplication2.WebForm1.Page_Load(Object sender, EventArgs e) in c:UsersAdministratorDesktopWebApplication2WebForm1.aspx.cs:34
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772

 namespace WebApplication2

{
public partial class WebForm1 : System.Web.UI.Page
{
protected void test() {
WeatherWS.WeatherWSSoapClient w = new WeatherWS.WeatherWSSoapClient("WeatherWSSoap");
string[] infos = new string[50];
if(w.getWeather("天津","")!=null)
infos = w.getWeather("天津", " ");
}
protected void Page_Load(object sender, EventArgs e)
{
test();
}

解决方案

不能发代码,被封杀2次了。看图片中的回答。

解决方案二:

w这个对象没有初始化成功吧

解决方案三:

web引用的代码生成器在处理一些不标准的(.net 1.1创建的)web service的时候有时候有问题。

解决方案四:

服务器那边的问题,我的程序刚开始还可以跑成功,最近几个月就不可以了

时间: 2024-12-31 02:41:12

.net-c#调用webservice 服务器无法处理请求。 ---> 未将对象引用设置到对象的实例的相关文章

解决:getWeatherbyCityName(city),服务器无法处理请求。 ---> 未将对象引用设置到对象的实例。

原文:getWeatherbyCityName(city),服务器无法处理请求. ---> 未将对象引用设置到对象的实例. 解决方法:不要直接使用 "服务引用" , 添加为 "Web 引用"        最近用C#在winform中做一个天气预报的小程序,在网上搜了很多资料,包括现成的程序,如http://blog.csdn.net/qishuangquan/article/details/6039287,但运行到getWeatherbyCityName(c

soap:Server服务器无法处理请求。 ---> 未将对象引用设置到对象的实例。

问题描述 在使用SAAJ调用http://WebXml.com.cn/中的web服务的时候,服务器返回"soap:Server服务器无法处理请求.--->未将对象引用设置到对象的实例."各位帮忙看一下问题出在哪里?附:调用自己用JAX-WS建立的WebService没有问题.代码如下:importjavax.xml.soap.MessageFactory;importjavax.xml.soap.MimeHeaders;importjavax.xml.soap.SOAPBody;

VC 访问web service 出错!服务无法处理请求 未将对象引用设置到对象的实例

问题描述 ISoapSerializerPtrSerializer;ISoapReaderPtrReader;ISoapConnectorPtrConnector;//ConnecttotheserviceConnector.CreateInstance(__uuidof(HttpConnector));//WS服务器地址Connector->Property["EndPointURL"]="http://www.webxml.com.cn/webservices/qq

“/”应用程序中的服务器错误。 未将对象引用设置到对象的实例。请大侠帮忙一下

问题描述 "/"应用程序中的服务器错误.未将对象引用设置到对象的实例.说明:执行当前Web请求期间,出现未处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.NullReferenceException:未将对象引用设置到对象的实例.源错误:执行当前Web请求期间生成了未处理的异常.可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息.堆栈跟踪:[NullReferenceException:未将对象引用设置到对象的

未将对象引用设置到对象的实例。“/OLSCS”应用程序中的服务器错误。

问题描述 行23:publicDataBase()行24:{行25:ConnectionString=ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;行26:}行27:源文件:f:作业提交系统原程序OLSCSApp_CodeDataAccessLayerDataBase.cs行:25堆栈跟踪:[NullReferenceException:未将对象引用设置到对象的实例.]OLBSJS

未将对象引用设置到对象的实例。使用"new"关键字创建对象实例。 在调用方法前通过检查确定对象是否为 null。

问题描述 stringstrsql="";strsql="selectuserrkey,username,userpwdfromuserswhereuserrkey='"+this.tbName.Text.Trim()+"'anduserpwd='"+this.tbPwd.Text.Trim()+"'";Configcf=newConfig();DataTabledt=newDataTable("t");d

上传服务器后出现System.NullReferenceException: 未将对象引用设置到对象的实例。

问题描述 如题[NullReferenceException:未将对象引用设置到对象的实例.]TopWin.WebUI.game._3jymdd.Page_Load(Objectsender,EventArgse)ine:topwincmswebuigame3jymdd.aspx.cs:80System.Web.UI.Control.OnLoad(EventArgse)+67System.Web.UI.Control.LoadRecursive()+35System.Web.UI.Page.Pr

vb.net 调用c#类库中返回值为datatable的函数,老是提示未将对象引用设置到对象的实例

问题描述 如题,是什么问题.c#CPAOrderDate.csusingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.HtmlControls;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebCo

如何解决java axis 调用webservice服务器操作异常

问题描述 Exception:AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.io.IOException: No serializer found for class myjava.MTMessage in registry org.apache.axis.encoding.TypeMappingDelegat