gsoap
What is the best approach for an asynchronous callback/event from gSOAP server?
I am designing a webservice interface for use between a Windows CE device and a PC. The Windows CE device is server and the PC is client.[详细]
2023-04-10 14:49 分类:问答How to pass header information to the soap header SOAP_ENV__Header, in c++ using gsoap
I am working on calling the webservices using the gsoap packages in c++ and get the responses. I have to pass some header information as well, which I am not sure how to do that, as my header is like[详细]
2023-04-08 05:46 分类:问答Gsoap undefined references
I\'m trying to use and web service with gsoap. I\'ve already generated all *.h and *.cpp using wsdl2h and soapcpp2, included all libraries, at least I think so, b开发者_如何学Gout when I build the pro[详细]
2023-04-08 02:41 分类:问答gsoap - compile using -lcrypt
I am working in ubuntu under c++ code. I am using gsoap in order to connect to a server. I\'ve obtained all the data necesarry. I\'ve also succeeded to connect to the server. Still I do have a questio[详细]
2023-04-02 23:36 分类:问答How can I access Amazon AWS S3 using GSOAP for C and C++?
I have searched everywhere for this and I could not find a single decent code. How can I acce开发者_JS百科ss Amazon AWS S3 service using GSOAP?The code below is from the OP. Originally, the post conta[详细]
2023-03-27 05:25 分类:问答in include if i use "test.h" is the same with "path/test.h"?
I am working in ubuntu under c++ language. I have a question: i use #include\"header.h\". Is this the same with /path/header.h? I ask you this question because as I\'ve seen is not the same thing. N[详细]
2023-03-21 13:54 分类:问答how to use gsoap without installing it in ubuntu?
i am working in c++ under ubuntu. is there a way for using gsoap without installing it? I did install it. i\'ve copied all the gsoap dependencies....and now i would like to delete it and try to see i[详细]
2023-03-20 20:58 分类:问答gsoap and WS-Notification
I would like to use WS-Notification in my gsoap client in order to receive notifications from a server. I have developed the wsdl, and every operation, except th开发者_StackOverflowe notification oper[详细]
2023-03-20 01:46 分类:问答Does LabWindows/CVI have something similar to _setmode() for setting the file (or stream) translation mode to binary or text?
I am using gSoap to generate ANSI C source code, that I would like to build within the LabWindows/CVI environment, on a Windows 7, 64 bit OS.The gSoap file stdsoap2.c includes several instances of the[详细]
2023-03-19 15:35 分类:问答How do I use php to hit a web service I created using gSoap and C++?
I have created the gSOAP Calculator Service example found at: http://www.genivia.com/Products/gsoap/demos/index.html[详细]
2023-03-18 05:50 分类:问答