Topic by Peter Dawson
Hello,
I am attempting to create a .NET web service using a WSDL that does not have the RightNowSyncPortClient member variable referenced in all the documentation I can find for Web Services for SOAP but instead has a RightNowSyncService member variable.
The RightNowSyncService member variable does not have the userName object to set username and password with. My question is how would I go about setting client credentials using RightNowSyncService?
I have attempted to set the Credential object in the RightNowSyncService member variable to an instance of the NetworkCredentials class and then used an API operation unsuccessfully with the exception 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel'.