
New to CRM and having a problem connecting Data Migration Manager to our CRM Test Environment. CRM server and Report Server are all working. Upon starting Migration Manager and providing the CRM server URL it returns an error "Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml' ".................. and goes on spitting the HTML code.
This seems to be due to some error in the web.config file. Here is the webservices part from the configuration file:
Specific settings for the MSCRMServices directory
-->
<location path="MSCRMServices">
<system.web>
<httpRuntime maxRequestLength="8192"/>
<webServices>
<!-- configuring the reflector + format extension for custom WSDL generation -->
<soapExtensionReflectorTypes>
<add type="Microsoft.Crm.Sdk.CrmServiceSoapExtensionReflector, Microsoft.Crm.WebServices"/>
</soapExtensionReflectorTypes>
<conformanceWarnings>
<remove name="BasicProfile1_1"/>
</conformanceWarnings>
NTAuthenticationProviders=" "
</webServices>
</system.web>
</location>
*This post is locked for comments
I have the same question (0)