搜索资源列表
CPPSOAP
- 该程序展示了在c++中如何通过soap调用web服务。不需要借助第三方的组件,如微软的soaptookit-the program demonstrated how the c soap call through web services. Do not need third-party components, such as Microsoft's soaptookit
WEB服务器1
- 此源码为HTTP服务器源码,可提供HTTP 服务。-this source of the HTTP server source code available HTTP service.
archive
- 发布WEB服务,放置TOMCAT/AXIS下便可发布-Published Web services, placed Apache / AXIS will be issued under
webservice_CSock
- 一个WEB服务的SERVICES程序,可在NT后台运行-a Web services SERVICES procedures, in the background NT
product
- 这是一个关于进销存的产品管理系统,是基于web服务的系统,采用的技术是spring!-Invoicing of the product management system, a web-based service system, the technology is spring!
Internet与WEB服务源代码
- Internet与WEB服务源代码-Internet and Web service source code
实现Web服务器重请求处理功能
- 实现Web服务器重请求处理功能的java编程-heavy Web server request processing functions java programming
gsoap-2.7.tar
- gSoap工具源代码,gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来.-gSoap tools source code, gSOAP compil
webServer
- GoAhead webServer 是一个不错的嵌入式Web服务程序,而且是开放式源码,现将其应用开发文档传上来与大家分享。-GoAhead webServer is a good embedded Web server program, and is open source, application development document now its mass up to share with you.
VC-HTTP-FILE-WEB
- 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
ASPtowebservice
- 使用ASP构建SOAP协议包调用web服务,包括GET,HTTP,SOAP三种调用方法-SOAP protocol to use ASP to build web service call package, including GET, HTTP, SOAP call method three
webserver
- web服务的实例学习。an instance of web service learning.-an instance of web service learning.
XML_WebSerives
- 使用XML开发_NET Web服务,详细讲解XML开发.NET web services 。-The use of XML development _NET Web services, XML explained in detail the development. NET web services.
FlowerApplication
- netbeans学习资料之web service第3部分创建企业应用程序测试 Web 服务 -netbeans web service learning information Part 3 to create Web services, enterprise application testing
matchmakerMatchSemanticWebService
- 语义Web服务的API使用实例OWL-S API结合matchmaker推理机(Jena Pellet)进行语义转换匹配组合及调用web服务-Swmantic Web Service use OWI-S API and matchmaker reasoner(Jena Pellet) to match semantic and Web service
Web-service-
- Web服务流程相容性和相似性的详细内容分析-Web service process compatibility and similarity analysis of the details
java-web
- java web服务开发平台的创建以及代码示例,使用java和XML等语言编写-java web services development platform to create and code samples, using java and XML and other languages
Web-Server
- 一个支持多线程处理的Web服务服务端软件,可配置Web服务器的IP地址、监听端口和主目录。 制作一个主页放置在主目录中,并配置Web服务器的 IP地址、监听端口和主目录。 -A support multithreading Web Services client software, you can configure the IP address of the Web server listening port and the main directory. Making a home
httpd
- http web 服务 linux 下的实现。 嵌入式式平台移植(http web service embedded platform transplantation base on linux arm linux)
Web服务器界面
- 本例定义一个类CHttpProtocol,专门用来实现HTTP协议。 另外,还要添加两个结构体——REQUEST和HTTPSTATS,分别用来保存一个网络连接的客户端和服务器的信息。 网络管理员通过单击鼠标操作图形用户界面,来运行Web服务程序,在单击界面上的控件时,直接触发的是软件界面总控代码。 “开启”按钮的事件代码。 服务开启后,为便于管理员监控服务器,界面上动态显示运行信息。该功能就是用声明的函数AddLog()和ShowData()实现的,它们的代码分别展示如下