WCF: Is using WsHttpBinding interoperable?

前端 未结 2 1753
-上瘾入骨i
-上瘾入骨i 2021-01-19 06:06

As the name states... right now I\'m using BasicHttpBinding, but I\'m wondering if I can switch to WSHttpBinding and still be interoperable with, for example, Java.

2条回答
  •  旧时难觅i
    2021-01-19 06:47

    wsHttpBinding and the newer ws2007HttpBinding both implement WS-* standards. You may have to configure the details so that they interoperate with your specific clients.

提交回复
热议问题