2020-01-17 14:41:18,300 ERROR Logger - Exception caught
System.ServiceModel.FaultException: No running communication point is configured to process this request.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
何解???
有碰到过这种问题的小伙伴吗,求救。。。
调用方式是正常的使用SvcUtil.exe生成的文件调用的
var _wSInterfacePortTypeClient = new WSInterfacePortTypeClient(“WSInterfaceHttpSoap12Endpoint”);
就是到调用方法的时候报异常。