We have recently performed an upgrade on our CRM system and are experiencing different behaviour when testing one of our web services.
Before Upgrade:
CRM 7.0 / NW 7.01
Oracle 11g
Windows 2008
After Upgrade
CRM 7.0 EHP3 / NW 7.40
Oracle 11g
Windows 2008
Before the upgrade, we test our web service by entering its URL in a web browser. We expect a response in XML with the text "SRT: Wrong Content-Type and empty HTTP-Body received: ("HTTP Code 200 : OK")" which generally tells us that the web service is working. After the upgrade, we receive a blank page and during our traces, we saw the error message "error code 415 Unsupported Media Type". A search on SCN tells us that this happens because the server is rejecting the request on the web browser due to the content type. Also, there appears to be a setting to change the content type, but this is for PI more than CRM.
One of our developers tested the Web Service using SOAPUI and confirmed that the Web Service is working. Does that mean that the upgrade changed how Web Services requests are handled in some cases? I am asking because I was unable to find any documentation that mentions this so far, and was wondering if anyone on SCN had knowledge of the behaviour. Thanks!