I found some sample code in Microsoft Dynamics CRM 4.0 SDK which is asking me to do the following to test the soap call
- Paste the following code into any Event Detail Properties dialog box.
- Save the form and then click Create Form on the Preview menu.
The web service can only be used after the user is authenticated. The SOAP request contains CrmAuthenticationToken which is to be passed in the header. Since it cannot be anonymous I think the service can only be consumed within "CRM"
Is it possible to consume CRM web services from a self hosted HTML file?