Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Failed to invoke the service. Possible causes: The service is offline or
  2. inaccessible; the client-side configuration does not match the proxy; the existing
  3. proxy is invalid. Refer to the stack trace for more detail. You can try to recover
  4. starting a new proxy, restoring to default configuration, or refreshing the
  5. service.
  6.  
  7. The underlying connection was closed: The connection was closed unexpectedly.
  8.  
  9. Server stack trace:
  10. at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
  11. at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
  12. at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
  13. at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
  14. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  15. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  16. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  17.  
  18. Exception rethrown at [0]:
  19. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  20. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  21. at MyApi.GetStuff(String[] stuff)
  22. at IMyApi.GetStuff(String[] stuff)
  23.  
  24. Inner Exception:
  25. The underlying connection was closed: The connection was closed unexpectedly.
  26. at System.Net.HttpWebRequest.GetResponse()
  27. at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement