webservice
This commit is contained in:
parent
22867e5572
commit
0aa195f5e4
|
@ -106,12 +106,6 @@
|
|||
</Reference>
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.ServiceModel" />
|
||||
<Reference Include="System.Text.Encodings.Web, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Text.Encodings.Web.5.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Text.Json, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Text.Json.5.0.1\lib\net461\System.Text.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ReferenceGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="982d0d01-2007-484d-b75e-166e424a085b" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
|
||||
<ClientOptions>
|
||||
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
|
||||
<GenerateTaskBasedAsynchronousMethod>true</GenerateTaskBasedAsynchronousMethod>
|
||||
<GenerateAsynchronousMethods>true</GenerateAsynchronousMethods>
|
||||
<EnableDataBinding>true</EnableDataBinding>
|
||||
<ExcludedTypes />
|
||||
<ImportXmlTypes>false</ImportXmlTypes>
|
||||
|
|
|
@ -607,3 +607,410 @@ IP地址:::1
|
|||
|
||||
出错时间:05/02/2023 11:34:40
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:JsonReaderException
|
||||
错误信息:Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
|
||||
错误堆栈:
|
||||
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
||||
在 Newtonsoft.Json.JsonTextReader.Read()
|
||||
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
||||
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
||||
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
||||
在 BLL.WeatherService.GetWeather(String projectId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Common\WeatherService.cs:行号 96
|
||||
出错时间:05/05/2023 14:14:10
|
||||
出错时间:05/05/2023 14:14:10
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:在 ServiceModel 客户端配置部分中,找不到引用协定“CNCECHSSEService.HSSEService”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素中找不到与此协定匹配的终结点元素。
|
||||
错误堆栈:
|
||||
在 System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName, Configuration configuration)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
|
||||
在 System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateSimplexFactory()
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateChannelFactory()
|
||||
在 System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
|
||||
在 System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
|
||||
在 System.ServiceModel.ClientBase`1..ctor()
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient..ctor() 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13495
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 94
|
||||
出错时间:05/05/2023 14:15:13
|
||||
出错时间:05/05/2023 14:15:13
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:在 ServiceModel 客户端配置部分中,找不到引用协定“CNCECHSSEService.HSSEService”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素中找不到与此协定匹配的终结点元素。
|
||||
错误堆栈:
|
||||
在 System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName, Configuration configuration)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
|
||||
在 System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateSimplexFactory()
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateChannelFactory()
|
||||
在 System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
|
||||
在 System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
|
||||
在 System.ServiceModel.ClientBase`1..ctor()
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient..ctor() 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13495
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 94
|
||||
出错时间:05/05/2023 14:22:24
|
||||
出错时间:05/05/2023 14:22:24
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:在 ServiceModel 客户端配置部分中,找不到引用协定“CNCECHSSEService.HSSEService”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素中找不到与此协定匹配的终结点元素。
|
||||
错误堆栈:
|
||||
在 System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName, Configuration configuration)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
|
||||
在 System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateSimplexFactory()
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateChannelFactory()
|
||||
在 System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
|
||||
在 System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
|
||||
在 System.ServiceModel.ClientBase`1..ctor()
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient..ctor() 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13495
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 94
|
||||
出错时间:05/05/2023 14:43:02
|
||||
出错时间:05/05/2023 14:43:02
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:在 ServiceModel 客户端配置部分中,找不到引用协定“CNCECHSSEService.HSSEService”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素中找不到与此协定匹配的终结点元素。
|
||||
错误堆栈:
|
||||
在 System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName, Configuration configuration)
|
||||
在 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName)
|
||||
在 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
|
||||
在 System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateSimplexFactory()
|
||||
在 System.ServiceModel.ConfigurationEndpointTrait`1.CreateChannelFactory()
|
||||
在 System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
|
||||
在 System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
|
||||
在 System.ServiceModel.ClientBase`1..ctor()
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient..ctor() 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13495
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 94
|
||||
出错时间:05/05/2023 14:46:20
|
||||
出错时间:05/05/2023 14:46:20
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13731
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----无法连接到远程服务器
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
||||
在 System.Net.HttpWebRequest.GetRequestStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
--------错误类型:SocketException
|
||||
--------错误信息:
|
||||
--------由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 114.247.88.70:1080
|
||||
--------错误堆栈:
|
||||
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
||||
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
|
||||
出错时间:05/05/2023 15:54:44
|
||||
出错时间:05/05/2023 15:54:44
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13731
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----无法连接到远程服务器
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
||||
在 System.Net.HttpWebRequest.GetRequestStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
--------错误类型:SocketException
|
||||
--------错误信息:
|
||||
--------由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 114.247.88.70:1080
|
||||
--------错误堆栈:
|
||||
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
||||
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
|
||||
出错时间:05/05/2023 15:58:58
|
||||
出错时间:05/05/2023 15:58:58
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 13731
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----无法连接到远程服务器
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
||||
在 System.Net.HttpWebRequest.GetRequestStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
--------错误类型:SocketException
|
||||
--------错误信息:
|
||||
--------由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 114.247.88.70:1080
|
||||
--------错误堆栈:
|
||||
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
||||
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
|
||||
出错时间:05/05/2023 16:11:23
|
||||
出错时间:05/05/2023 16:11:23
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://localhost/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 16441
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----远程服务器返回错误: (404) 未找到。
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetResponse()
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
出错时间:05/05/2023 16:29:16
|
||||
出错时间:05/05/2023 16:29:16
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://localhost/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 16441
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----远程服务器返回错误: (404) 未找到。
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetResponse()
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
出错时间:05/05/2023 16:31:07
|
||||
出错时间:05/05/2023 16:31:07
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 16441
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----无法连接到远程服务器
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
||||
在 System.Net.HttpWebRequest.GetRequestStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
--------错误类型:SocketException
|
||||
--------错误信息:
|
||||
--------由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 114.247.88.70:1080
|
||||
--------错误堆栈:
|
||||
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
||||
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
|
||||
出错时间:05/05/2023 16:32:31
|
||||
出错时间:05/05/2023 16:32:31
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 16441
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----无法连接到远程服务器
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
||||
在 System.Net.HttpWebRequest.GetRequestStream()
|
||||
在 System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
|
||||
--------错误类型:SocketException
|
||||
--------错误信息:
|
||||
--------由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 114.247.88.70:1080
|
||||
--------错误堆栈:
|
||||
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
||||
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
|
||||
出错时间:05/05/2023 16:33:55
|
||||
出错时间:05/05/2023 16:33:55
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.97:20080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 16441
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----远程服务器返回错误: (404) 未找到。
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetResponse()
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
出错时间:05/05/2023 16:42:23
|
||||
出错时间:05/05/2023 16:42:23
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:EndpointNotFoundException
|
||||
错误信息:没有终结点在侦听可以接受消息的 http://114.247.88.97:20080/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
|
||||
错误堆栈:
|
||||
|
||||
Server stack trace:
|
||||
在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
|
||||
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
|
||||
|
||||
Exception rethrown at [0]:
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
|
||||
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
|
||||
在 BLL.CNCECHSSEService.HSSEService.GetCheck_CheckRectifyListToSUB(String unitId)
|
||||
在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 D:\project\vs\sggl_cd\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 16441
|
||||
在 BLL.CNCECHSSEGetWebService.getCheck_CheckRectify() 位置 D:\project\vs\sggl_cd\SGGL\BLL\WebService\CNCECHSSEGetWebService.cs:行号 95
|
||||
----错误类型:WebException
|
||||
----错误信息:
|
||||
----远程服务器返回错误: (404) 未找到。
|
||||
----错误堆栈:
|
||||
在 System.Net.HttpWebRequest.GetResponse()
|
||||
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
|
||||
出错时间:05/05/2023 16:45:18
|
||||
出错时间:05/05/2023 16:45:18
|
||||
|
||||
|
|
|
@ -115,53 +115,37 @@
|
|||
</security>
|
||||
</system.webServer>
|
||||
<!-- SERVER -->
|
||||
|
||||
<system.serviceModel>
|
||||
<client>
|
||||
<endpoint address="http://172.25.0.43/services/OfsTodoDataWebService"
|
||||
binding="basicHttpBinding" bindingConfiguration="OfsTodoDataWebServiceHttpBinding"
|
||||
contract="OAWebService.OfsTodoDataWebServicePortType" name="OfsTodoDataWebServiceHttpPort" />
|
||||
<endpoint address="http://114.247.88.97:20080/QHSE/HSSEService.svc"
|
||||
binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint"
|
||||
contract="BLL.CNCECHSSEService.HSSEService" name="HSSEServiceEndpoint" />
|
||||
<endpoint address="http://114.247.88.97:20080/QHSE/HSSEService.svc"
|
||||
binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint1"
|
||||
contract="ServiceReference1.HSSEService" name="HSSEServiceEndpoint1" />
|
||||
<endpoint address="http://114.247.88.97:20080/qhse/HSSEService.svc" binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint" contract="CNCECHSSEService.HSSEService" name="HSSEServiceEndpoint" />
|
||||
</client>
|
||||
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
|
||||
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
|
||||
<services>
|
||||
<service name="BLL.HSSEService" behaviorConfiguration="BLL.HSSEServiceBehavior">
|
||||
<endpoint address="" binding="wsHttpBinding" bindingConfiguration="BLL.HSSEServiceBinding" name="BLL.HSSEServiceEndpoint" contract="BLL.OpenService.IHSSEService"/>
|
||||
<service name="BLL.OpenService.HSSEService" behaviorConfiguration="BLL.HSSEServiceBehavior">
|
||||
<endpoint address="" binding="wsHttpBinding" bindingConfiguration="BLL.HSSEServiceBinding" name="BLL.HSSEServiceEndpoint" contract="BLL.OpenService.IHSSEService" />
|
||||
</service>
|
||||
</services>
|
||||
<behaviors>
|
||||
<serviceBehaviors>
|
||||
<behavior name="BLL.HSSEServiceBehavior">
|
||||
<serviceMetadata httpGetEnabled="true"/>
|
||||
<serviceDebug includeExceptionDetailInFaults="false"/>
|
||||
<dataContractSerializer maxItemsInObjectGraph="2147483647"/>
|
||||
<serviceThrottling maxConcurrentCalls="2147483647" maxConcurrentInstances="2147483647" maxConcurrentSessions="2147483647"/>
|
||||
<serviceMetadata httpGetEnabled="true" />
|
||||
<serviceDebug includeExceptionDetailInFaults="false" />
|
||||
<dataContractSerializer maxItemsInObjectGraph="2147483647" />
|
||||
<serviceThrottling maxConcurrentCalls="2147483647" maxConcurrentInstances="2147483647" maxConcurrentSessions="2147483647" />
|
||||
</behavior>
|
||||
</serviceBehaviors>
|
||||
</behaviors>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding name="OfsTodoDataWebServiceHttpBinding" />
|
||||
<binding name="WebService1Soap" maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647" />
|
||||
</basicHttpBinding>
|
||||
<wsHttpBinding>
|
||||
<binding name="BLL.HSSEServiceBinding" closeTimeout="00:05:00"
|
||||
openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
||||
bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
|
||||
maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647"
|
||||
messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
||||
allowCookies="false">
|
||||
<readerQuotas maxDepth="32" maxStringContentLength="8192000"
|
||||
maxArrayLength="16384000" maxBytesPerRead="4096000" maxNameTableCharCount="16384000" />
|
||||
<binding name="BLL.HSSEServiceBinding" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:10:00" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
||||
<readerQuotas maxDepth="32" maxStringContentLength="8192000" maxArrayLength="16384000" maxBytesPerRead="4096000" maxNameTableCharCount="16384000" />
|
||||
<security mode="None" />
|
||||
</binding>
|
||||
<binding name="HSSEServiceEndpoint">
|
||||
<security mode="None" />
|
||||
</binding>
|
||||
<binding name="HSSEServiceEndpoint1">
|
||||
<binding name="HSSEServiceEndpoint" maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647">
|
||||
<security mode="None" />
|
||||
</binding>
|
||||
</wsHttpBinding>
|
||||
|
|
Loading…
Reference in New Issue