搜索资源列表
SoapTest
- 一个使用webservice的实例,包含了客户端和服务器端的源程序。采用vb开发,需要调用soap3.0-a webservice example of the use, including the client and server side of the source. Vb use development, calling the soap3.0
Search_CNMARC_by_WebService_Client_Code
- 用C#编写的WebService客户端程序,用来获取以WebService形式发布的CNMARC数据。 -C# WebService prepared by the client program. WebService used to obtain a release form of CNMARC data.
gSoap2.85_CalcTest
- 利用gsoap工具通过客户端调用服务器端webservice实现简单的加减乘除-Tools by using gsoap client calls the server-side webservice to do some simple addition and subtraction, multiplication and division
website
- 简单的实现了一种WebService功能,并建立客户端对服务进行调用-Simple realization of a WebService function, and the establishment of client service calls
magic_VC
- 一个webservice客户端源码,解压后找到工程文件直接运行-A webservice client source code, find the project file after extracting the direct operation
hfzbWsClient
- 中国电信计费系统,话费查询WebService的客户端,内部用socket交互,输入用户号码,返回此用户本月话费总额-China Telecom Billing System, calls WebService client inquiries, internal socket interface, enter the user number, return calls this month, the total amount of this user
DocSample2
- VC环境下,使用SOAP调用WebService服务器函数的客户端例程代码,可以用来测试本机的WebService是否可以连接使用。需要安祖昂SOAPToolKit3.0支持,在XP环境下通过VC6编译通过,可以正常调用-VC environment, the use of SOAP server function call WebService client code routines can be used to test whether the machines can connect u
DataService
- 典型利用Myeclipse6.5+weblogic8.x+Xfire1.2+jdk1.4开发的webservice,在客户端测试中采取wdsl调用方法类-A typical use of Myeclipse6.5+ weblogic8.x+ Xfire1.2+ jdk1.4 developed webservice, the client test class to call a method wdsl
webservice
- 一个关于webservice使用的服务器端和网站客户端源代码,是WEBSERVICE学习交流的好代码-One on the webservice server-side and Web sites using client-side source code, is to study the exchange of good code WEBSERVICE
SOAPcalc
- gsoap可用的webservice代码,c++源码,calc的服务端和客户端交互,可以实现web计算器服务。-the the webservice code gsoap available, c++ source code, calc service and client interaction, can be achieved web calculators services.
gsoap_C_CPP_WebService
- gsoap实现C++的WebService 包含详细的使用方法介绍,可以方便地实现C、C++的webservice服务器或客户端的开发,使用简单实用-the gsoap implementation of C++ WebService Contains detailed use method of introduction, you can easily achieve the development of the C, C++ webservice server or client,
WebbWinUpload
- 通过WebService上传下载文件。分为客户端和服务器端两部分。-By WebService upload and download files. Divided into client and server in two parts.
market
- 里面包含了webservice的服务端和安卓客户端,双方可以进行数据通信,例如用户的注册,登录,文件的上传下载等等.-Which contains a webservice client service and Android client, the two sides can communicate data, such as user registration, login, uploading and downloading files and so on.
CXF308
- CXF Webservice 客户端访问服务器示例代码(CXF Webservice client access to server demo)
获取联系人项目
- 获取联系人项目,分为服务器、客户端、数据库三部分。服务器与客户端通过WebService通信(Getting contacts project is divided into three parts: server, client and database. The server and the client communicate through WebService)
用Delphi-实现WebService
- 用Delphi-实现WebService.定义一个接口单元。先通过向导生成一个空的单元文件,然后在此单元中实现基本的接口(Iinvokable)和定义以后客户端程序可以调用的方法