DFS 6.5 Sp1. .Net based application using wsdl based proxies. Application works fine with single DFS on CS (6.5 SP1). But query service fails in DFS cluster because token is not valid across machines. We need two different tokens -since the token registered at "/services/core" is not valid in the context "/services/core/QueryService". We currently get a security token using the web service proxy code. Looking for a wsdl based proxy example of how to get the token for a different service such as the query service since the token we have will not work across machines in the cluster. .NET 2.0 environment.
Thanks!