Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以向 .net 2.0 客户端公开 SOAP/TCP 服务?
我已经通过 HTTP 协议成功地公开了它,但是当我将服务绑定更改为 tcp 时,尝试从 .net 2.0 客户端与其通信时出现以下错误:“无法识别 URI 前缀。”
我使用了 URI:net.tcp://localhost:8127/myservice
NET 2.0 无法使用net.tcp或wsHttp,您应该使用basicHttpBinding2.0 客户端使用服务。WCF 发布了 net 3.0
net.tcp
wsHttp
basicHttpBinding