WCF webservices times out from SoapUI

后端 未结 2 1672
星月不相逢
星月不相逢 2021-01-16 09:45

I have the following in a WCF project .Net 4.0:

[ServiceContract]
public interface EchoService {
    [OperationContract]
    void Ping();
}

[ServiceBehavior         


        
2条回答
  •  滥情空心
    2021-01-16 09:56

    For wsHttpBinding you need to use security of some sort if you're hosting it in IIS you'll need to set a certificate.

提交回复
热议问题