错误详细信息:System.ServiceModel.ProtocolException:远程 服务器返回意外响应:(400)错误请求。 ---> System.Net.WebException:远程服务器返回错误:(400) 错误的请求。在 System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult的 结果)---内部异常堆栈跟踪结束---服务器堆栈跟踪:at System.Runtime.AsyncResult.End [TAsyncResult](IAsyncResult结果)
在 System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult 结果)在 System.ServiceModel.Channels.ServiceChannel.EndCall(String action, 对象[]出,IAsyncResult结果)at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult的 结果)在[0]处重新抛出异常:at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(即时聊天 reqMsg,IMessage retMsg)at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&安培; msgData,Int32类型)at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult的 结果)在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult的 结果)MessageId:{656781BB-FFA0-466B-A001-83ADCD4EEB78}
使用BasicHTTPbindings ...没有登录凭据。与其他WCF测试工具一起测试时工作。
答案 0 :(得分:0)
您应该设置此Web服务器以将错误文本返回给调用者。默认情况下(出于安全原因)它不会返回它。您还可以将调试器附加到Web服务并使用请求本地化问题。