代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/201514/5058770
asmx soapheaderauthentication.asmx
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
public class Authentication : SoapHeader {
public stri
www.eeworm.com/read/199484/5077077
asmx timeout.asmx
Imports System.Threading
Imports System.Web.Services
Public Class Timeout
Public Function Add(a As Integer, b As Integer) As Int
www.eeworm.com/read/288961/3997163
java commonsechoservice.java
package org.codehaus.xfire.annotations.commons;
import org.codehaus.xfire.annotations.EchoService;
/**
* @author Arjen Poutsma
* @@WebService(name = "EchoService", targetNamespace = "http://www.op
www.eeworm.com/read/371929/2777159
java soapclientauthenticationhandler.java
package com.wrox.beginspring.pix.webservice;
import java.io.ByteArrayOutputStream;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.TransformerException;
imp
www.eeworm.com/read/155067/5630170
asmx fibonaccisoap.asmx
using System.Web.Services;
using System.Web.Services.Protocols;
public class SimpleSoapHeader : SoapHeader
{
public string value;
}
pub
www.eeworm.com/read/155067/5630188
asmx books.asmx
using System.Web.Services;
public class ReturnBooks
{
[WebMethod()]
public Books GetBooks()
{
Books b = new Books();
b.Tit
www.eeworm.com/read/135096/13962152
asmx mysoapheaders.asmx
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
namespace mySoapHeaders {
// 继承Soa
www.eeworm.com/read/135096/13962170
asmx soapheaders1.asmx
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
namespace SoapHeaders {
// AuthHeader c
www.eeworm.com/read/135096/13962188
asmx soapheader.asmx
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
namespace mySoapHeaders {
// 继承Soa
www.eeworm.com/read/102893/15752934
java testclient.java
/*
* Created on 1999-5-20
*/
package webservice;
import org.apache.axis.AxisFault;
/**
* @author 28-9
*
* TODO To change the template for this generated type comment go to
* Window