An exception was thrown by the web service:
System.InvalidOperationException: There is an error in XML document (5, -293). ---> System.Xml.XmlException: '', hexadecimal value 0x1A, is an invalid character. Line 5, position -293.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar)
at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32 startPos, Boolean expand, BufferBuilder internalSubsetBuilder, Int32& charCount, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.ParseCharRefInline(Int32 startPos, Int32& charCount, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.ReadElementString()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderAvailability.Read12_HotelAvailability(Boolean isNullable, Boolean checkType)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderAvailability.Read19_HotelDetailsResponse()
at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer.Deserialize(XmlSerializationReader reader)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at TwoBI.CheaperthanHotels.Web.com.ratestogo.xml1.Availability.HotelDetails(Int32 AffiliateID, String Password, String LanguageCode, DateTime Checkin, DateTime Checkout, Int32 HotelID) in E:\Development\Web projects\Satellite\CheaperthanHotels\TwoBI.CheaperthanHotels.Web\Web References\com.ratestogo.xml1\Reference.cs:line 95
at TwoBI.CheaperthanHotels.Web.Controls.RoomsWebControl.LoadRatesToGoData(DateTime CheckInDateTime, DateTime CheckOutDateTime) in E:\Development\Web projects\Satellite\CheaperthanHotels\TwoBI.CheaperthanHotels.Web\Controls\RoomsWebControl.cs:line 439
at TwoBI.CheaperthanHotels.Web.Controls.RoomsWebControl.Update(DateTime CheckInDateTime, DateTime CheckOutDateTime) in E:\Development\Web projects\Satellite\CheaperthanHotels\TwoBI.CheaperthanHotels.Web\Controls\RoomsWebControl.cs:line 818