This document was generated from CDN thread Created by: Stephan Steiner on 23-09-2013 10:53:19 AM HiWhen I try to add https://mycucm:8443/realtimeservice/services/RisPort70?wsdl or https://<ServerName>:8443/realtimeservice2/services/RISService70?wsdl as a service reference in Visual Studio (2010 or 2012), after the usual certificate error I get a popup asking for credentials 3 times, then the operation is aborted with the error Is there any way to successfully add a risport service reference to my project or will I have to resort to going down the manual route again? Back with CUCM 5/6 I had issues with the service but I was kinda hoping things were better now.CheersStephanSubject: RE: adding risport service reference in Visual Studio fails Replied by: David Staudt on 23-09-2013 12:18:29 PMThe wsdl does appear to require valid admin credentials to download from UCM. From the error message in your post it looks like VS is attempting to download it with Anonymous or no credentials.Just testing with a browser I can specify the credentials in the URL like this:and I don't get a login prompt. Perhaps this will work with VS...otherwise you may need to download the wsdl and host from another web server. (You used to be able to import the wsdl via a file:/// URL, but I think that stopped working in recent VS versions...)Subject: RE: adding risport service reference in Visual Studio fails Replied by: Stephan Steiner on 23-09-2013 02:00:51 PMI had already accessed the page from a browser - where it works. It's just that this is a lot less convenient since you then have to generate the proxy stub using svcutil.exe. It does work though - I'm now building a test project to see if the proxy stub actually works.