I continue to receive the error:
Synchronization client error: Exception occurred: Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message: -- The page cannot be displayed because an internal server error has occurred. --.
I've checked the target URL and it is correct. I've even went as far as reinstalling and reimporting my website.
The client is logging tasks and the target is enabled with a simple username and password (globally and site inherits global). I've checked my licenses keys on both servers and both are correct. Any ideas on what I might have missed? I've set this up successfully on several instances prior but not sure as to why this one isn't working. Currently running v7.0.41
Also when I navigate to the asmx file I get this message, which is leading me to believe something changed even though it was a fresh install with no customizations.
The following operations are supported. For a formal definition, please review the Service Description.
•ProcessSynchronizationTask
•ProcessSyncTask
MessageName="ProcessSynchronizationTaskBackwardCompatibility"
•ProcessSynchronizationTask
MessageName="ProcessSynchronizationTaskWithoutBinary"
•ProcessSynchronizationTask
MessageName="ProcessSynchronizationTaskWithoutServerList"
--------------------------------------------------------------------------------
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'ProcessSynchronizationTask' on portType 'SyncServerSoap' from namespace 'http://localhost/SyncWebService/SyncServer'.
- Operation 'ProcessSynchronizationTask' on portType 'SyncServerSoap' from namespace 'http://localhost/SyncWebService/SyncServer'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.