gsoap
type conversion warnings in porting 32 bit app to 64 bit app using sizeof operator
I am porting an application from 32 bit to 64 bit.The application includes gSoap generated ANSI C source code.The prototypes of several generated soap functions include int data types in the argument[详细]
2023-03-17 23:15 分类:问答Using WSSE plugin for Gsoap in C++/Linux
How can we implement WSSE plugin for 开发者_如何转开发Gsoap in C++/Linux ? This link doesn\'t give all the information.[详细]
2023-03-14 07:18 分类:问答gsoap++ linking error
I wrote a soap-client with gsoap++ library. once i compiled this one as a stand-alone test app it was compiled fine, but when i try to compile these classes including in my project i get a lot of link[详细]
2023-03-13 06:37 分类:问答gSOAP does not return information from web service, but it returns only schema
I am trying to retrieve project information from Microsoft Project Server Project web service. I use gSOAP to implement the client. Here is how my code looks like:[详细]
2023-03-13 03:22 分类:问答GSOAP: Automatic Proxy configuration URL
How 开发者_开发技巧can I setup a GSOAP generated proxy client class to use an automatic HTTP proxy configuration URL?[详细]
2023-03-12 14:39 分类:问答What does this gSoap fault message mean?
I am using gSoap to communicate with the web service. I am using Qt to create application that uses gSoap. I am getting following fault message for some of the calls[详细]
2023-03-10 14:27 分类:问答VMWare ESX/ESXi CPU usage
I\'m using Visual studio 2010 and (native) C++ trying to extract the overall CPU usage of the VMWare host and then the 开发者_运维知识库CPU usage of each running VM.[详细]
2023-03-09 20:25 分类:问答Issues compiling vmware web api client code into useable objects
I\'m using vmware\'s web application api in an attempt just to simply retrieve the fields in the \"ServiceContent\" object. There is an example of how this should be accomplished located at the vmware[详细]
2023-03-06 06:07 分类:问答GSoap QT undefined reference to `soap_new'?
I\'m trying to use gSoap in QT. When I compile my project I get: undefined reference to `soap_new\' undefined reference to `soap_delete\'[详细]
2023-03-01 16:39 分类:问答multi-threaded gSOAP services
Is there a way for the stub/skeleton compiler to generate threaded services (i.e. by spawning a thread for each request or by thread pooling) or do I have to manually add soap_copy(), pthread_create()[详细]
2023-02-23 06:14 分类:问答