摘要: 提供一种基于SoapHeader的自定义验证方式,代码如下:public class MySoapHeader : System.Web.Services.Protocols.SoapHeader { private string userID = string.Empty; ... 阅读全文
posted @ 2015-07-10 15:38 jiajinhao 阅读(4468) 评论(0) 推荐(0)
摘要: 封装的WebserviceHelp类:using System;using System.CodeDom;using System.CodeDom.Compiler;using System.Collections.Generic;using System.IO;using System.Net;u... 阅读全文
posted @ 2015-07-10 15:24 jiajinhao 阅读(1980) 评论(0) 推荐(0)