I'm using the .NET 2.0 framework developing locally and running from the filesystem. This works fine while in development. In the web.config file of the site it references "localhost:4625\etc.." as the location of the web service.
Then when I deploy this to the webserver I'm changing ports for the service to "8082". I get a "Server did not recognize the value of HTTP Header SOAPAction" message.
I found a way to correct this by manually editing the .disco .wsdl files (replacing all of the references to "localhost:4625" with "localhost:8081").
I don't recall having to do this in the past (but I don't think that I developed on the local filesystem). Is this the standard way of doing this or am I missing something?
Thanks,
J
Then when I deploy this to the webserver I'm changing ports for the service to "8082". I get a "Server did not recognize the value of HTTP Header SOAPAction" message.
I found a way to correct this by manually editing the .disco .wsdl files (replacing all of the references to "localhost:4625" with "localhost:8081").
I don't recall having to do this in the past (but I don't think that I developed on the local filesystem). Is this the standard way of doing this or am I missing something?
Thanks,
J