Hi,
I have the following scenario:
We have multiple custom and COTS applications with multiple LL instances. The various applications search LL. To accomplish this the applications have their own interface which calls a central web service. This service then performs some tasks and makes the appropriate call to the correct instance of LL using the enterprise services via WCF.
Everything works fine with search et al, but I do not see the ability to pass in the context of the user who is making the search from the orginiating application. How can I pass this information so that the search will run in the context of that user?
Nate