摘要: /// /// 动态调用web服务 /// /// WSDL服务地址 /// 类名 /// 方法名 /// 参数 /// public static object InvokeWebService(string url, string classname, string methodname... 阅读全文
posted @ 2014-06-11 15:14 我是菜鸟20120819 阅读(144) 评论(0) 推荐(0) 编辑
摘要: //data:参数 URL:路径 public static string PostWebRequest(string Data, string URL) { CookieContainer cc = new CookieContainer(); string postData = Data;... 阅读全文
posted @ 2014-06-11 15:12 我是菜鸟20120819 阅读(987) 评论(0) 推荐(0) 编辑