代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/457123/1600349
cs customerservice.cs
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
pub
www.eeworm.com/read/224541/4803291
asmx dataservice.asmx
using System;
using System.Data;
using System.Data.SqlClient;
using System.Web.Services;
public class DataService {
[WebMethod]
pub
www.eeworm.com/read/209302/4981033
java studentdao.java
package com.ibm.ta.dao;
import com.ibm.ta.webservice.Student;
public interface StudentDAO {
public Student[] selectStudents() throws DAOException;
public void insertStudent(String name) th
www.eeworm.com/read/209302/4981047
java coursedao.java
package com.ibm.ta.dao;
import com.ibm.ta.webservice.Course;
public interface CourseDAO {
public Course[] selectCourses() throws DAOException;
public void insertCourse(String name) throws
www.eeworm.com/read/339873/3292950
vb getmapservice.asmx.vb
'
Imports System.Configuration
Imports System.Drawing
Imports System.Drawing.Imaging
Imports Sys
www.eeworm.com/read/321651/3531632
cs customerservice.cs
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
pub
www.eeworm.com/read/303225/3814445
vb userlogin.vb
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
_
_
www.eeworm.com/read/417480/2101049
cs helloworld.cs
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
///
/// 返回HelloWorld
///
[WebService(Namesp
www.eeworm.com/read/388531/2549634
cs helloworld.cs
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
///
/// 返回HelloWorld
///
[WebService(Namesp
www.eeworm.com/read/371929/2777158
java affiliatemanagmentwebservicetest.java
package com.wrox.beginspring.pix.webservice;
import org.codehaus.xfire.XFireRuntimeException;
import org.codehaus.xfire.fault.XFireFault;
import org.springframework.context.support.ClassPathXmlAp