Topic by Radagast
Hello all,
Trying to get connected to my instance using SOAP as outlined in the doc
Added the service reference, tied in the url (http://mysite.rightnowdemo.com/cgi-bin/fmysite.cfg/services/soap?wsdl for example.
I create a variable of type RightNowFedAuthSyncPortClient
When I try to create a new instance of this I get:
Could not find default endpoint element that references contract 'RightnowServiceReference.RightNowFedAuthSyncPort' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.
I don't even get to the login statements.
I have enabled the SOAP API in the Rightnow instance. I believe I am using close to the latest version of Rightnow.
Any thoughts?