摘要: client端:Main.cs=====================================================================*/using System;using Microsoft.Web.Services2;using Microsoft.Web.Services2.Addressing;using Microsoft.Web.Services2.Messaging;namespace MySoapClient{/// <summary>/// Class1 的摘要说明。/// </summary>class MySoa 阅读全文
posted @ 2004-12-22 02:19 meteorcui 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 使用WSE2.0的soapclient和soapservice可以模拟WEBSERVICE的功能,区别是可以脱离IIS.这点很重要.using System;using System.Web;using Microsoft.Web.Services2;using Microsoft.Web.Services2.Addressing;using Microsoft.Web.Services2.Messaging;using Microsoft.Web.Services2.Referral;namespace MySoapReceiver{/// <summary>/// This i 阅读全文
posted @ 2004-12-22 02:06 meteorcui 阅读(179) 评论(0) 推荐(0) 编辑