搜索资源列表
googlsearthdemo
- 使用Google Web APIs service 进行搜索的示例代码,数据交换基于SOAP与WSDL标准。-use Google Web APIs service for searching the sample code, data exchange, based on the SOAP and WSDL standards.
SearchClient
- 搜索引擎的客户端,用SOAP协议进行的包装,可以对一个特定的文件进行搜索.是我自己写的.
SearchService
- 一个搜索引擎的服务器端,能对一个特定的文件先进行索引,再对客户端传来的搜索请求做出答复.用SOAP协议进行包装,是我自己写的.
Project1(soap)
- 采用SOAP协议的简单文本搜索引擎,可在客户端向服务器端发出请求,并进而在服务器端的文本文件中查询特定字符串,目前还不能支持中文搜索。