I tried to deploy a web service that I replaced with a machine, and when I tested one of the web methods, I got an error
"Server did not recognize the value of the HTTP header"
I was looking for a problem a bit and this error occurs when there is a difference in the namespace. I looked at what works in my development environment, and the namespace looks something like this:
https://webservice/ServiceName
and the namespace for the previous web service in production is as follows:
https://webservice/ServiceName
Does the question matter? Should they match exactly?
source
share