摘要:
DLL下载:DLL.zip比如说,现在站点A有个附件想传给站点B,我们就可以用WSE来传。在服务器端的webservice文件service1.asmx中写入webmethod:这个是取附件的方法:[WebMethod]public void GetAttachment() { // 获取 SoapContext 作为响应消息 SoapContext myContext = HttpSoapContext.ResponseContext; // 字符串,表示附件的文件名和路径。string filePath = @"C:\My Documents\1.txt";// 使用文 阅读全文