Hi,
I have a serious problem (i think ;-)).
We have webservice. A there is a method which we can call A. We have also a service, which invokes this method from webservice.
On my local computer, invoking A, by service looks good. On a server, it doesn't work and I get an error like this:
error: The request failed with the error message:
Object moved
Object moved to here.
Whats wrong? Web.config file for WS, is the same - on my local computer, and a server.
I don't really have an idea, how to beat this problem.