该文被密码保护。 阅读全文
posted @ 2024-08-05 16:12 atom_lxh 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-08-04 21:18 atom_lxh 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-08-04 20:47 atom_lxh 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-08-02 19:08 atom_lxh 阅读(0) 评论(0) 推荐(0) 编辑
摘要: a1@1deMacBook-Pro phone1 % wsdl2h -o phoneService.h phoneService.wsdl -t api.bat Saving phoneService.h ** The gSOAP WSDL/WADL/XSD processor for C and 阅读全文
posted @ 2024-08-02 17:48 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: # Project: server # Makefile created by Embarcadero Dev-C++ 6.3 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe OBJ = helloserver.o soapC.o soapServe 阅读全文
posted @ 2024-08-01 23:23 atom_lxh 阅读(3) 评论(0) 推荐(0) 编辑
摘要: //MakefileGSOAP_ROOT = F:\gsoap-2.8\gsoap WSNAME = hello CC = g++ -g -DWITH_NONAMESPACES INCLUDE = -I $(GSOAP_ROOT) SERVER_OBJS =soapC.o stdsoap2.o so 阅读全文
posted @ 2024-08-01 23:17 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一 、hello.h #include <iostream> using namespace std; int ns__hello(std::string* name,std::string &greeting); ~ 二、helloclient.cpp #include "soapH.h" #in 阅读全文
posted @ 2024-08-01 18:51 atom_lxh 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 一 、参考 https://blog.csdn.net/Ikaros_521/article/details/103232677 二、hello.h h__hello(char*&); 三、 //helloclient.cpp #include "soapH.h" #include "h.nsmap 阅读全文
posted @ 2024-08-01 17:27 atom_lxh 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 一、 // hello.h int ns__hello(std::string name, std::string& greeting); 二、 //helloclient.cpp #include "soapH.h" #include "ns.nsmap" #include <string> #i 阅读全文
posted @ 2024-08-01 17:14 atom_lxh 阅读(2) 评论(0) 推荐(0) 编辑