
WCF Issue&Resolution
文章平均质量分 70
riverlau
这个作者很懒,什么都没留下…
展开
-
Manual addressing is enabled on this factory, so all messages sent must be pre-addressed.
When using "ChannelFactory" to try to consume WCF Restful Service, e.g.:Service[ServiceContract] public interface ISocialStatus { [OperationContract] [WebGet(UriTemplate原创 2012-05-05 23:32:09 · 6615 阅读 · 0 评论 -
When need to add WCF SessionMode.Required
Scenarios:1. TransactionAutoComplete set to falserequires SessionMode.Required. [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete=false)] [TransactionFlow(T原创 2012-05-06 17:30:58 · 746 阅读 · 0 评论 -
Add SSL Certificate During WCF HTTPS Development Testing
IIS: Add a certificate (name as "localhost-cert") :cmd>makecert -sr LocalMachine -ss My -n CN=localhost -sky exchangeThis command creates a certificate with the subject “localhost” and places it原创 2012-05-07 23:59:03 · 709 阅读 · 0 评论