wcf service errorhttp://forums.asp.net/t/1798630.aspx/1?wcf+service+errorWed, 02 May 2012 02:06:52 -040017986304958902http://forums.asp.net/p/1798630/4958902.aspx/1?wcf+service+errorwcf service error <p>Hi All</p> <p>I am getting the following error when trying to access wcf&nbsp;web service which is deployed in&nbsp; my seperate server called deployment server.</p> <p>System.ServiceModel.FaultException: An error has occurred while consuming this service. Please contact your administrator for more information. Error ID: 579f0424-e74d-4423-a740-cef191c41d97&nbsp;&nbsp;&nbsp; Server stack trace:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc&amp; rpc)&nbsp;&nbsp;&nbsp;&nbsp; at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)&nbsp;&nbsp;&nbsp;&nbsp; at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)&nbsp;&nbsp;&nbsp; &nbsp;at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)&nbsp;&nbsp;&nbsp; Exception rethrown at [0]:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)&nbsp;&nbsp;&nbsp;&nbsp; at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)&nbsp;&nbsp;&nbsp;&nbsp; at PinService.RequestPin(String mpi, DateTime dob):- FaultCode: Receiver:- FaultSubCode: Receiver&nbsp;</p> <p>The same error I didn't get when I hosted the same wcf service in my local iis and consumed the wcf webservice. What could be the cause?</p> 2012-04-30T19:58:15-04:004960700http://forums.asp.net/p/1798630/4960700.aspx/1?Re+wcf+service+errorRe: wcf service error <p>Hi, this is because you are accessing&nbsp;wcf web service cross domain, hope this helps:</p> <p><a href="http://forums.silverlight.net/t/254318.aspx/1?Cross&#43;Domain&#43;Error&#43;on&#43;HTTPS&#43;WCF&#43;service">http://forums.silverlight.net/t/254318.aspx/1?Cross&#43;Domain&#43;Error&#43;on&#43;HTTPS&#43;WCF&#43;service</a></p> 2012-05-02T02:06:52-04:00