handsome1234

博客园 首页 新随笔 联系 订阅 管理

2015年5月1日 #

摘要: ASP.net 中手工调用WS(POST方式)核心代码:string strUrl="http://localhost:21695/service1.asmx/getmythmod";HttpWebRequest request=(HttpWebRequest)WebRequest.Create(s... 阅读全文
posted @ 2015-05-01 14:59 handsome1234 阅读(444) 评论(0) 推荐(0) 编辑

摘要: asp.net 手工调用 WS(Get)方法:通过手工HttpWebRequest,HttpWebResponse来模拟调用。核心代码:string strurl="http://localhost:21696/service1.asmx/getmythod?aa=1";HttpWebRequest... 阅读全文
posted @ 2015-05-01 14:30 handsome1234 阅读(469) 评论(0) 推荐(0) 编辑