Hi, I have a server with about 600 webservices. They are actually just 2 different webservices, but I have 600 different directories pointing at them.
When I call them in sequence, csc.exe keeps spawning (even when it starts repeating calls), in order to create the xmlserializer class that handles the result. The thing is, since the result has always the same data type, so shouldn't it be cached somewhere? Regards, R