代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/328954/12993933
cs client_list2.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/326756/13118892
cs webservicehelper.cs
/*
* Author : 方伍
* Date: 2008-2-21
* Blog: http://www.cnblogs.com/binbin1845
* QQ: 32418201
* Email: binbin1845@126.com
*/
using System;
using System.Collections.Generic;
using System
www.eeworm.com/read/326756/13118930
txt infomation.txt
Web Service测试小工具(包含源代码)
Web Service相信大家都很熟悉,当多个系统间的交互非常频繁的时候,开发过程中总是需要对web service进行测试,确保web service能正常运行。常用的方法是输入web service地址进行测试,但是<mark>webservice</mark>经常会部署在其他的机器上,不能进行直接测试,只能通过编写测试代码进行测试了,这样感觉非常繁琐。这里我们可以通 ...
www.eeworm.com/read/305003/13780570
txt 51aspx源码必读.txt
利用ajax和WebService实现的无刷新地域联动源码
使用微软提供的webservice.htc实现通过JavaScript调用WebService
DB_51aspx为地域数据库文件夹,附加即可
更多信息请浏览 http://www.51aspx.com/CV/ajaxWebService
╭═══════════════╮
www.eeworm.com/read/136157/13871344
cs welcome.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/131451/5928752
java simplesession.java
package webservice4;
import javax.ejb.*;
import java.util.*;
import java.rmi.*;
public interface SimpleSession extends javax.ejb.EJBObject {
public String sayHello(String what) throws RemoteExcept
www.eeworm.com/read/131451/5928754
java~3~ simplesessionhome.java~3~
package webservice4;
import javax.ejb.*;
import java.util.*;
import java.rmi.*;
public interface SimpleSessionHome extends javax.ejb.EJBHome {
public SimpleSession create() throws CreateException,