calling a web service using WCF over Http and Https

后端 未结 4 1154
感情败类
感情败类 2020-12-24 09:20

In our project we have a java web service that runs over http and https. We want to use http internally and https for the external version of our web app.

So we\'ve

4条回答
  •  庸人自扰
    2020-12-24 09:32

    I am assuming that you are using basichttpbinding. Then you need to do two things:

    • change the address to https :)
    • set the security mode to transport

提交回复
热议问题