搜索资源列表
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
webservice_CSock
- 一个WEB服务的SERVICES程序,可在NT后台运行-a Web services SERVICES procedures, in the background NT
GetTable
- 一个用gsoap实现的web服务程序,包括客户端和服务器端。实现了从服务端读取相应结构的数据。-gsoap achieve with a web service procedures, including the client and server side. Realizing from the server to read the data structure accordingly.
WebSevr
- web服务端程序,web服务器传文件的功能。-web services software, web server-document function.
temperature_client_server
- 该程序包括一个预报各大城市天气的Web服务和一个实际应用该Web服务的应用程序。-The procedures include a weather forecasting major cities of Web services and a practical application of the Web services should procedure.
POP3email
- 监控POP3上的电子邮件收发的小程序,对于internet和web服务编程有帮助
Code
- Web Server程序 Server启动时,在“设置”栏的“端口号:”中指定服务端口,缺省为8000;在“设置”栏的“Web根目录:”中指定Web Server的根目录
WebServiceTest
- 无须在项目中事先引用指定的WEB服务,而是通过服务名称及地址等相关参数在程序中直接实现动态调用WEB服务的源码
owlsMX
- 这是一个owl-s描述的web服务发现算法程序
WebService
- WebService示例,通过XML与WebService交互数据,用于开发Web 服务接口程序。
灭天远程管理 v1.2
- 最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好. 功能: 1.文件管理: 包括对文件的操作和打包下载. 2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作 3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面. 4.任务
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
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.
feizuse
- 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
mtc
- 最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好. 功能: 1.文件管理: 包括对文件的操作和打包下载. 2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作 3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面. 4.任务管理: 可以查看正在运行的程序的状态
aa
- 文件传输随着计算机网络技术的飞速发展,客户/服务C/S(Client/Sersver)结构成为开发FTP的网络编程结构,Java作为Web应用程序的开 发技术也为更多的人所采用-strong
FlowerApplication
- netbeans学习资料之web service第3部分创建企业应用程序测试 Web 服务 -netbeans web service learning information Part 3 to create Web services, enterprise application testing
isap_ldap
- 生成ISAP WEB服务程序,并通过网页验证LDAP用户-Generate ISAP WEB services program, and LDAP user authentication through the web
Web服务器界面
- 本例定义一个类CHttpProtocol,专门用来实现HTTP协议。 另外,还要添加两个结构体——REQUEST和HTTPSTATS,分别用来保存一个网络连接的客户端和服务器的信息。 网络管理员通过单击鼠标操作图形用户界面,来运行Web服务程序,在单击界面上的控件时,直接触发的是软件界面总控代码。 “开启”按钮的事件代码。 服务开启后,为便于管理员监控服务器,界面上动态显示运行信息。该功能就是用声明的函数AddLog()和ShowData()实现的,它们的代码分别展示如下