WCF文章收集


收集的几篇个人认为不错的文章,转过来(以后会继续添加)...

1. 承载和使用 WCF 服务

简介
研究承载方案
自承载您的服务
在 Windows 服务中进行承载
使用 Internet 信息服务进行承载
使用 WCF 服务
结论
http://www.microsoft.com/china/MSDN/library/Windev/WindowsVista/bb332338.mspx?mfr=true

2. WCF 深度寻址
目录
端点和地址
寻址基本原理
IIS 寻址注意事项
多端点和唯一地址
逻辑地址与物理地址
寻址标头
消息筛选器
主机名称比较
结束语
http://msdn.microsoft.com/msdnmag/issues/07/06/ServiceStation/Default.aspx?loc=zh

顺便请教:
    如果配置了EndPoint的逻辑地址(address)和物理地址(listenUri),则客户端生成的Config文件中,连接地址指向逻辑地址,这是调用ServiceMethod会抛出异常: Additional information: There was no endpoint listening at http://...../LogicAddress that could accept the message. This is often caused by an incorrect address or SOAP action。
    如果手动修改Config的配置文件,将EndPoint的Address属性配置成逻辑地址,behaviorConfiguration配置相应的物理地址,却又抛出:
Additional information: The binding specified requires that the to and via URIs must match because the Addressing Version is set to None.
请问大家有没有遇到类似的问题? 如何处理的?google了N就也貌似都没有相关信息.....


3. WCF 消息传递基础
目录
XML 表示形式
Message 类
消息版本
读写消息
键入的消息正文
消息生存期
消息标头和属性
将消息映射到方法
端点和绑定
综述
http://msdn.microsoft.com/msdnmag/issues/07/04/ServiceStation/Default.aspx?loc=zh


转载于:https://www.cnblogs.com/happyhippy/archive/2008/01/24/1052098.html

你可能感兴趣的:(WCF文章收集)