07 2012 档案

摘要:If we use data contract in WCF, the default soap message looke like:<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header /> <s:Body> <GetDataUsingDataContractResponse xmlns="http://tempuri.org/"> <GetDataUsingDataContractResult xml 阅读全文
posted @ 2012-07-27 15:00 Leo Tang 阅读(267) 评论(0) 推荐(0)
摘要:In .Net4, the <service/> element is optional, it will add the default endpoint.A custom said thathe always encounter an error "Can't find endpoint" <system.serviceModel> <services> <service name="WcfService1.Service1" behaviorConfiguration="WcfServic 阅读全文
posted @ 2012-07-23 16:01 Leo Tang 阅读(164) 评论(0) 推荐(0)
摘要:Designer:<sap:ActivityDesigner x:Class="CompositeActivity.CompositeDesigner" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sap="clr-namespace:System.Activities.Presentation;assembly 阅读全文
posted @ 2012-07-02 12:19 Leo Tang 阅读(524) 评论(0) 推荐(0)