代码搜索:WebService

找到约 1,279 项符合「WebService」的源代码

代码结果 1,279
www.eeworm.com/read/385514/2588523

java newswsmanager.java

/** * NewsWSManager acts as a publisher of a webservice * It reuses the model service component, get the relevant * messages in a pre-defined data access object and converts this * into a required
www.eeworm.com/read/201516/5058601

asmx ws.asmx

Imports System Imports System.Web.Services public class MyWebService _ public Function NameABook() As String
www.eeworm.com/read/199484/5077163

asmx ws.asmx

Imports System Imports System.Web.Services public class MyWebService _ public Function NameABook() As String
www.eeworm.com/read/155067/5630182

asmx customerrecord.asmx

using System.Web.Services; public class OrderDetails { [WebMethod] public CustomerRecord RequestOrderDetails() {
www.eeworm.com/read/275211/10828513

as webservices.as

package { /****************************************************************************** * * 解析WebServices服务,整理kita32(www.roading.net)的AS3 WebService * http://www.SnowManBlog.com *
www.eeworm.com/read/463614/1536842

java echoimpl.java

// START SNIPPET: echo package com.QualityTrack.Server.WebService.JUnit; /** * Provides a default implementation of the echo service interface. */ public class EchoImpl implement
www.eeworm.com/read/201516/5058453

asmx stockquote.asmx

Imports System.Web.Services Public Class QuoteService Public Function GetQuotes() As QuoteDetails() ' Create an array of 3 Quote obje
www.eeworm.com/read/201516/5058551

asmx soapexception.asmx

Imports System.Web.Services Public Class ExceptionExample Public Function Divide(a As Integer, b As Integer) As Integer
www.eeworm.com/read/201514/5058745

asmx stockquote.asmx

using System.Web.Services; public class QuoteService { [WebMethod()] public QuoteDetails[] GetQuotes() { //' Create an array o
www.eeworm.com/read/199484/5077015

asmx stockquote.asmx

Imports System.Web.Services Public Class QuoteService Public Function GetQuotes() As QuoteDetails() ' Create an array of 3 Quote obje