代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/488127/6497037
txt webservice.txt
webservice讲义
webservice的作用
跨平台 跨语言 跨系统 是分布的另一种实现
客户可以直接调用服务对象的方法。
webservice所用的协议
tcp/ip-->http-->soap
soap(simple object access protocal)简单对象访问协议
webservice数据传送的介质
xml
webservice的角色
www.eeworm.com/read/482282/6622190
cs webservice.cs
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
using BLL;
using System.Data.SqlClient;
using System.Data.OleDb;
www.eeworm.com/read/479938/6684411
cs webservice.cs
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
using NewChartBLL;
///
/// WebService 的摘要说明
///
www.eeworm.com/read/410098/11302217
cs webservice.cs
using System;
using System.Web;
using System.Collections;
using System.Collections.Generic;
using System.Web.Services;
using System.Web.Services.Protocols;
///
/// WebService 的摘要
www.eeworm.com/read/409398/11328301
cs webservice.cs
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
using AjaxControlToolkit;
using System.Data;
using System.Data.SqlClie
www.eeworm.com/read/263150/11373408
cs webservice.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Web;
using System.Web.Services;
usin