随笔分类 -  webservice

web service notes
摘要:性能提高 压缩传输数据, 减少多次调用, XML解析器的优化和选择, 简化标签, 缓存机制 ref: http://www.ibm.com/developerworks/cn/webservices/0710_wangyun/index.html?S_TACT=105AGX52&S_CMP=NL&ca=dnl-cn-11212007 in class librar... 阅读全文

posted @ 2007-11-22 08:32 margiex 阅读(279) 评论(0) 推荐(0)

web reference中的url behavior中dynamic和static的区别
摘要:如果使用dynamic,则会生成一个Settins.Setting文件,实现了如何从配置文件中读取property. 此时需要在config中有一个section,指定此property的值,否则报错 如果使用static,则可以在程序中指定一个URL, 感觉此方法要好用一些. 阅读全文

posted @ 2007-10-10 22:56 margiex 阅读(591) 评论(0) 推荐(0)

Referencing a WebService from C through a C# Library (.NET Interop)
摘要:ref: http://www.codeproject.com/useritems/Interop.asp 阅读全文

posted @ 2005-05-11 21:56 margiex 阅读(414) 评论(0) 推荐(0)