0

I am consuming a web service from https://www.abc.com/def.asmx?WSDL. This is HTTPS. How can I consume a web service using HTTPS from a .NET client. Note: I am already consuming this web service over http. What additional steps do I need to take to make it secure. I am passing in username and password in SOAP header. What extra steps do I need to take.

4
  • That should be it... https should signal to use a secure connection instead of plain text Commented Jan 19, 2012 at 22:15
  • No extra steps are necessary other than changing http:// to https:// in the url. Commented Jan 19, 2012 at 22:15
  • See johnwsaunders3.wordpress.com/2009/05/17/… and many other places. There is nothing special to do. Commented Jan 19, 2012 at 22:24
  • Thanks everybody. That does it! Commented Jan 19, 2012 at 23:06

1 Answer 1

1

There are no additional steps you need to do except for when you are consuming that web service make sure that you point it to a https:// url vs a http:// Should be as simple as adding a new web reference and pointing to that https url.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.