Click here to Skip to main content
15,896,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Visual Studio 2010 and when I am trying to add add web reference to the https://servicesName

then I am receiving below error:

XML
There was an error downloading 'https://servicesName'.
The request failed with the error message:
--
<?xml version='1.0' ?>
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Body>
<env:Fault>
<faultcode>env:Client</faultcode>
<faultstring>Internal Error</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>

--.
Metadata contains a reference that cannot be resolved: 'https://servicesName'.
Metadata contains a reference that cannot be resolved: 'https://servicesName'.
If the service is defined in the current solution, try building the solution and adding the service reference again.


I have also install the certificate given by service developer, on my computer.
I am using Windows Operating system.

Service developer is saying that to make SSL connection client needs to load certificate to "Truststore".

I have added certificate to "TRUSTED PEOPLE" but I am unable to add reference to the service.


Please, can anyone tell me what wrong I am doing?
Posted
Comments
DR Delphi 6-Jan-13 12:15pm    
Perhaps you should get in contact with the service developer and ask them to walk you thru installing the Cert.
Dirk Wang 29-Oct-15 23:33pm    
Have you found the solution yet

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900