代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/224537/14585979
asmx add.asmx
Imports System
Imports System.Web.Services
Namespace DataTypesVB.Enumerations
Public Enum Mode
EOn = 1
EOff = 2
www.eeworm.com/read/463614/1536841
java webfuimpl.java
package com.QualityTrack.Server.WebService.JUnit;
public class webFuImpl implements webFu {
public String webFuAS(String in) {
// TODO Auto-generated method stub
return in;
}
}
www.eeworm.com/read/201514/5058799
asmx helloworld.asmx
using System.Web.Services;
public class HelloWorld {
[WebMethod]
[EncryptionExtension(Encrypt=EncryptMode.None)]
public string SayHe
www.eeworm.com/read/201514/5058800
asmx add.asmx
using System.Web.Services;
public class MathService {
[WebMethod]
[TraceExtension(Filename="TraceExtension.log")]
public int Add(in
www.eeworm.com/read/201514/5058815
asmx soapexception.asmx
using System.Web.Services;
public class ExceptionExample
{
[WebMethod()]
public int Divide(int a, int b)
{
return a / b;
www.eeworm.com/read/371929/2777155
java xwebemailvalidation.java
package com.wrox.beginspring.pix.emailwebservice.client;
import com.wrox.webservice.emailvalidation.client.XWebEmailValidationInterface;
import com.xwebservices.ws.xwebemailvalidation.emailvalidat
www.eeworm.com/read/155067/5630176
asmx books2.asmx
using System.Web.Services;
using System.Xml.Serialization;
public class ReturnBooks
{
[WebMethod()]
public Books GetBooks()
{
www.eeworm.com/read/155067/5630180
asmx webservicebaseclass2.asmx
using System.Web;
using System.Web.Services;
public class WebServiceBaseClass
{
[WebMethod]
public void SetApplicationState(st
www.eeworm.com/read/104928/15681131
vbs adsilib.vbs
'adsilib.vbs
'Description: Contains routines used by ADSI scripts
'Gets the value of a server object based on it's server comment/name
'Parameters:
'objWebService WebService object
'strSiteNam
www.eeworm.com/read/104928/15681305
vbs adsilib.vbs
'adsilib.vbs
'Description: Contains routines used by ADSI scripts
'Gets the value of a server object based on it's server comment/name
'Parameters:
'objWebService WebService object
'strSiteNam