搜索资源列表
soapcpp.linux.2.1.6
- linux下开发的soap协议。建议大家学习学习!-soap protocol developed under the Linux. U.S. Study Study recommendations!
libsoap-1.1.0.tar
- linux下的简单soap源码,纯C文件,实现soap的基本功能-simple soap code pure C resource in linux
gSOAP
- gSOAP是一个夸平台的,用于开发Web Service服务端和客户端的工具,在Windows 、Linux、MAC OS和UNIX下使用C和C++语言编码,集合了SSL功能。 -The gSOAP compiler tools provide a SOAP/XML-to-C/C++ language binding to ease the development of SOAP/XML Web services and client application in C and/or C+
mtom_xop
- 通过gsoap实现高效MTOM协议的数据传输,适合linux操作系统(包括嵌入式linux)下通过MTOM协议实现XML数据包及二进制数据同时传输的应用场景,比普通soap+base64方式发送数据更加高效。 调试mtom经验: 这次调试的一点经验供参考: 1)可以根据附件的yoyo.h文件生成代码,参考以下命令: soapcpp2 -L -C -I/home/dongruijie/workspace/gsoap-2.8/gsoap/import yoyo.h 2