摘要: 问题: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... 阅读全文
posted @ 2012-12-11 13:39 iDEAAM 阅读(611) 评论(0) 推荐(0) 编辑
摘要: //Web References 文件夹下 Reference.map下面的InvoiceDetailsViewModel.datasource 文件里 设置 GenericObjectDataSource 中的 typeinfo<GenericObjectDataSource DisplayName="Order" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <TypeInfo>Marketiva.StreamsterAp 阅读全文
posted @ 2012-12-11 09:44 iDEAAM 阅读(808) 评论(1) 推荐(0) 编辑