I have a DLL supplied by a third party to handle WSDL communications with their website.
This DLL functions with no problems when connecting to their test website which is unsecured reguardless if it is running on client or marked as run on server. However, when connecting to their production site which requires having some certificates installed we run into a problem that I'm not sure on how to debug. We have installed the required certificates on the terminal server and on the AOS machine. If the class that calls the DLL functions via CLRInterop is set to run on client we successfully connect. If it is set to run on server it fails. It doesn't matter that my client session is already on the AOS itself or on a terminal server it still fails when the class is set to run on server. Any suggestions on how to debug would be helpful. Thanks, Paul

