Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2010.02
-
None
Description
If an request is sended via the provider the http server can respond with non xml documents like http errors are. What happens is that the response is set as fault. The next component parsing the exchange fault content get's an error because the xml is not valid. There should be at least a small check if the content type contains the word "xml". If not an exception should be thrown which results to an error in the logfile and an exchange status error.