I am currently calling the ColdFusion web service in C #. A web service is simply a simple query used to find users. I can do the search just fine, and it returns the users I'm looking for if I don't try to find Johnson, and then it returns:
Client found response content type of '', but expected 'text/xml'. The request failed with the error message: -- --.
I do not know why this does not work when searching for this particular string. I thought it might be a timeout, but the error appears immediately after sending the request. Any ideas ???
source share