DoSearch ERROR: eBay.Service.Core.Sdk.ApiException: Client found response content type of 'text/html; charset=iso-8859-1', but expected 'text/xml'. ---> System.InvalidOperationException: Client found response content type of 'text/html; charset=iso-8859-1', but expected 'text/xml'.
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 eBay.Service.Core.Soap.eBayAPIInterfaceService.GetSearchResults(GetSearchResultsRequestType GetSearchResultsRequest)
--- End of inner exception stack trace ---
at eBay.Service.Core.Sdk.ApiCall.SendRequest()
at eBay.Service.Core.Sdk.ApiCall.Execute()
at eBay.Service.Call.GetSearchResultsCall.GetSearchResults(String Query)
at ebaystatic.MyEbay.DoSearch(String eBayKeyword, Int32 MaxResults, Boolean CheckForAlternateKeyword)