代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/358236/2998978
java phonepriceservice.java
/**
* PhonePriceService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.webservice;
public interface PhonePriceService extends ja
www.eeworm.com/read/262636/4310196
properties misc.properties
# The complete path of XSL files
shipping =shippinghtm.xsl
sales =saleshtm.xsl
#Credit card validation services hosted at this URL
webservice.endpoint = http://127.0.0.1:8888/vsm/CreditCardValid
www.eeworm.com/read/135096/13962540
asmx datasample.asmx
using System;
using System.Data;
using System.Data.SqlClient;
using System.Web.Services;
public class DataSample {
[WebMethod]
//
www.eeworm.com/read/262257/11595959
h translatemfcdlg.h
// TranslateMFCDlg.h : 头文件
//
#pragma once
#include "WebService.h"
#include "afxwin.h"
using namespace System;
using namespace TService;
// CTranslateMFCDlg 对话框
class CTranslateMFCDlg
www.eeworm.com/read/337935/12333102
txt spring实现rmi详解.txt
1.1服务端
1.1.1服务接口
package cn.webservice;
import java.util.List;
publicinterface AccountService {
publicvoid insertAccount(Integer account);
public List getAccounts(String name);
www.eeworm.com/read/124873/14531588
asmx datatype1.asmx
Imports System
Imports System.Web.Services
Public Enum Mode
EOn = 1
EOff = 2
End Enum
Public Class Order
Public OrderID As Integ
www.eeworm.com/read/484757/1268430
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/480267/1319823
asmx stockwebservice.asmx
using System;
using System.Collections;
using System.Web.Services;
using System.Xml.Serialization;
www.eeworm.com/read/475321/1384613
vb userlogin.vb
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
_
_