WCF wsHttpBinding in SoapUI

后端 未结 2 1088
陌清茗
陌清茗 2021-01-03 02:14

I am trying to add WCF service with wsHttpBinding to soapUI.

I am using message security and it works with test client but SoapUI returns

2条回答
  •  醉酒成梦
    2021-01-03 02:33

    this setting is not interoperable with soapUI:

    negotiateServiceCredential="true" 
    

    change it to false

提交回复
热议问题