Jordi

Results 143 comments of Jordi

Hi @samualjacksonau Could you please be more specific? I've just did a clean install of fake-xrm-easy-js-samples and it builds and runs fine ... ![image](https://user-images.githubusercontent.com/3968950/79500810-5b305800-802d-11ea-829c-b58d1ee24b88.png)

@samualjacksonau if XrmQuery uses OData urls and makes an XmlHttpRequest behind the scenes, then fake-xrm-easy-js should intercept those calls. I have not used XrmQuery personally but [Xrm-WebApi-Client](https://github.com/DigitalFlow/Xrm-WebApi-Client) by @DigitalFlow and...

@ariskemper It looks like a name resolution failure based on your trace. ``` System.ServiceModel.EndpointNotFoundException: System error. ---> System.Net.WebException: Error: NameResolutionFailure ``` Have you tried downloading the wsdl first, and check...