12 2012 档案
摘要:问题:I created a WCF service that exposed a method that has one paramater:public class Service1 : IService1{ public string GetData(int value) { return string.Format("You entered: {0}", value); }}The service has two endpoints defined (wsHttpBinding and basicHttpBinding) so that it would...
阅读全文
摘要://Web References 文件夹下 Reference.map下面的InvoiceDetailsViewModel.datasource 文件里 设置 GenericObjectDataSource 中的 typeinfo<GenericObjectDataSource DisplayName="Order" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <TypeInfo>Marketiva.StreamsterAp
阅读全文