搜索资源列表
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.
LanMsg4public
- 说明: LanMsg是一款用.net C# 开发的即时消息开源软件,适合.net即时消息软件开发者用。 主要功能: 支持文件传输(p2p); 支持GIF动画表情( 彻底消除闪屏 :) ); 支持屏幕截图发送(p2p); 支持音、视频对话(p2p); 支持web页面调用webService 向客户端发送即时消息; 支持windows AD 域用户身份验证; 等等。。。 LanMsg 开源且最终开发目标是实现QQ、旺旺等聊天软件能够实现的功能
SOAP客户端
- 通过C语言通过gSOAP连接Java开发的WebService.
CSoap
- 通过Soap访问新建的WebService示例小程序.压缩包中包含有C#建(VisualStudio 2008)的Web服务源码和VC++6.0建的客户端源码,加压后将WebService程序先运行发布到IIS中,再运行客户端就能直接访问了。-Soap WebService access through the example of the new, compressed package that contains the C# build (VisualStudio 2008) of the
Webservice-Gsoap
- webservise c++使用Gsoap实现网络服务器的服务支持和客户端的调用方法-webservise c++ for network servers using Gsoap service support and client calls method
magic_VC
- 一个webservice客户端源码,解压后找到工程文件直接运行-A webservice client source code, find the project file after extracting the direct operation
webservice
- 一个简单的web service,包括服务器端和客户端-A simple web service, including server-side and client
SoapAuth0
- WEBSERVICE 客户端基于论证编程例子-WEBSERVICE CLIENT BASEED-AUTH SOURCE CODE
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
TestAxis5
- webservice 下的 axis2 代码,包括 一个实例,客户端,测试客户端,等
QSoap
- 易用的Webservice SOAP客户端。-Webservice SOAP Client.
TestSBClient
- gsoap实现的webservice客户端源代码实现。函数接口为getCurData。-The gsoap implemented webservice client source code. Function interface for getCurData
CescpIOS
- Gsoap的webservice客户端代码,可用于与java服务器端通信-C++ the webservice client code, need to look at
WS_AddOrder
- webservice客户端调用服务端,实现webservice-webservice client calls the service side, to achieve webservice
CXF308
- CXF Webservice 客户端访问服务器示例代码(CXF Webservice client access to server demo)
简单完整Web客户服务端代码
- Delphi WebService 的编写、调试、发布(IIS)、调用(Write, debug, publish (IIS), call of Delphi WebService)
获取联系人项目
- 获取联系人项目,分为服务器、客户端、数据库三部分。服务器与客户端通过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)和定义以后客户端程序可以调用的方法