Whenever I refer to tutorials on how to call WCF from Javascript, they always mention that the svc file should be within the WebApplication calling the WCF service. But what if the service endpoint is actually hosted on a separate server? Would this lead to potential Cross-Domain problems?