Topic by csmith
I am starting a new .Net project and I am unable to create the Service Reference. This has never been an issue in the past, and I have tried VS2010 and VS2013.
What I am finding is that the WSDL is referenced as:
https://xxxxx.custhelp.com/cgi-bin/xxxxx.cfg/services/soap?wsdl=typed
But VS returns an error:
The document was understood, but it could not be processed.
- The WSDL document contains links that could not be resolved.
- There was an error downloading 'http://xxxxx.custhelp.com/cgi-bin/xxxxx.cfg/services/soap?xsd=base'.
- Unable to connect to the remote server
- No connection could be made because the target machine actively refused it 74.117.206.66:80
Metadata contains a reference that cannot be resolved: 'https://xxxxx.custhelp.com/cgi-bin/xxxxx.cfg/services/soap?wsdl=typed'.
The one thing I noticed is that the "xsd=base" reference is not "https" but "http" and sure enough if you try to go to it in a browser it works over http, yet the wsdl only works over https. I don't know if anyone else can try it in a New Web Project and see if it also acting this way for them or not.
Kind of stuck until i can work around this.
Thanks,
Chris