Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear friends,

I want to consume SOAP services which is hosted with secure certificate.

I have url like https://servername.com/something

I have also certificate and its password.

Please help me to call services and get response.

Thanks in advance.

Thanks,
Rohit
Posted

1 solution

Please see the answer on top: http://stackoverflow.com/questions/3339058/consuming-soap-web-service-in-asp-net[^].

If you have WSDL, this is what you should do; and this is quite a simple thing, just generate a proxy and use it.

—SA
 
Share this answer
 

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