Tagged Questions
gSOAP is an open source C and C++ software development toolkit for SOAP/XML Web services and generic (non-SOAP) C/C++ XML data bindings.
12
votes
4answers
7k views
Google Protocol Buffers and HTTP
I'm refactoring legacy C++ system to SOA using gSoap. We have some performance issues (very big XMLs) so my lead asked me to take a look at protocol buffers. I did, and it looks very cool (We need C++ ...
11
votes
1answer
389 views
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 access Amazon AWS S3 service using GSOAP?
8
votes
5answers
3k views
What license do I need to use gSOAP in a commercial product?
I'd like to use gSOAP in a product which will be distributed commercially. The use I have in mind is what I suspect is a pretty typical workflow—generating a header using wsdl2h, consuming the header ...
7
votes
3answers
449 views
Using C++ for backend calculations in a web app
I'm running a PHP front end to an application that does a lot of work with data and uses Cassandra as a data store.
However I know PHP will not give me the performance I need for some of the ...
5
votes
4answers
2k views
Are there any lightweight alternatives to gSOAP?
I've tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then using them in an app). However, I've found that the generated .c and object files is quite big ...
4
votes
6answers
3k views
WSDL best practices
I'm developing a SOAP application that integrates with a 3rd party. I think the WSDL of this third party is very strange. I'm pretty new to SOAP, so I don't want to go asking them to fix it if it ...
3
votes
2answers
326 views
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.
I've looked into VMWare Webservice SDK 4.1 using ...
3
votes
1answer
435 views
Usage of compression on WCF web service and gSOAP
I wish to add compression to the WCF based web service to reduce the payload and increase throughput. But the issue is that I consume the service from a c/linux application using gSOAP. I know gSOAP ...
3
votes
1answer
347 views
How to pass data from client to server when using gSOAP?
I am trying to exchange data between client and server using gSOAP. Actually, I succeeded to send data from client to server but not from server to client. So, could someone please explain what ...
3
votes
4answers
263 views
Network programming: SOAP vs DIY marshalling with XML library?
I know that there are a lot of discussions already on SO about SOAP, bloat, XML, and alternative mechanisms like REST.
Here's the situation. A new team member is really talking up SOAP based upon the ...
3
votes
4answers
2k views
C++ - gsoap : Parameter passing memory management issues
I am writing a web server and client test stub for it. I have questions regarding memory management of the parameters.
From my client I am calling a soap function ns1_func1(input * pInput, output* ...
3
votes
2answers
906 views
C++ and SOAP -> how to start well
My project is about to introduce SOAP. It's going to be used for C++ <-> Java and C++ <-> Flex communication. I'm responsible for refactoring our apps to take advantage of Java business rules ...
3
votes
3answers
1k views
Is there an Objective-C Wrapper for gSOAP?
I'm going to use gSOAP to interact with a WCF webservice in my Mac project. It does pretty much exactly what I need and it does it well (pretty much the exact opposite of WSMakeStubs;)). The only ...
2
votes
1answer
160 views
WCF service for gSOAP client
I have received a request to build a Service to handle trafic from a predesigned client.
The documentation stated the service is a SOAP service but I later found out the protocol used by the ...
2
votes
1answer
91 views
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 ...
2
votes
2answers
107 views
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 soap functions include int data types in the argument list, ...
2
votes
0answers
295 views
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 :
...
2
votes
1answer
481 views
gSoap - service call returns with SOAP_OK, but return struct unitialized
This is a dereference of null pointer problem - in both the ANSI C & gSoap domains:
I am using the following public WSDL:
http://www.mobilefish.com/services/web_service/countries.php?wsdl
and ...
2
votes
1answer
273 views
Is gsoap threadsafe as a soap client?
I'm using gsoap 2.8 in order to connect to a WCF service (My application is the client).
Is it threadsafe? Should I define some precompiled definition?
Thanks,
Mattan
2
votes
1answer
423 views
Problem in connecting to WCF web service using gSOAP?
I am writing a simple cmd client to try to consume the WCF web service i developed in order to test how to connect to the Web service using unmanaged C++.
I have been following this tutorial ...
2
votes
2answers
2k views
gSoap compilation with c++
I'm trying to get a simple example working using gSoap, for VS2008.
I've done the following:
wsdl2h -o Init.h http://myservices/InitalisationService.asmx?WSDL
And then this:
soapcpp2 -I ...
2
votes
1answer
2k views
Using gSoap in Qt/Windows
I followed the steps on gSoap's page and tried to run the example code in Qt/Windows with Mingw32 Compiler. However, I can't add lgsoap++ to linker, as stated in the documentation, since it is not in ...
2
votes
4answers
373 views
Where have you used gSOAP?
Can you give examples how you used gSOAP and how well it was integrated in your existing architecture? Have you found development bottlenecks with gSOAP?
2
votes
2answers
361 views
web service slowdown
I have a web service slowdown.
My (web) service is in gsoap & managed C++. It's not IIS/apache hosted, but speaks xml.
My client is in .NET
The service computation time is light (<0.1s to ...
1
vote
1answer
56 views
C++ gSOAP wsdl types
I'm working on a .wsdl file to define a service for gSOAP. In one of the service's requests, I want to use a user defined type as part of the request, but I can't get it right, and don't know what the ...
1
vote
1answer
186 views
gracefully shutdown (multi-threaded) gSOAP service with http-keepalive enabled
I have a multi-threaded gSOAP service running with enabled http-keepalive. How can I gracefully shutdown the service when there are still clients connected?
A similar question was asked in gSoap: how ...
1
vote
0answers
117 views
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 the notification operations, are built ...
1
vote
1answer
62 views
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 ...
1
vote
0answers
75 views
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:
if ( ...
1
vote
0answers
143 views
GSOAP: Automatic Proxy configuration URL
How can I setup a GSOAP generated proxy client class to use an automatic HTTP proxy configuration URL?
I know I can configure the HTTP proxy address like this:
AnyWebServicePortBindingProxy ...
1
vote
1answer
847 views
how to use SSL in C++ gSOAP generated classes
i need to use gsoap library in C++ and i need to use https. documentation says how to work with HTTPS in C, but not in C++ (http://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc19.20). in particular, i ...
1
vote
1answer
578 views
undefined reference to namespaces - gsoap error
I am working in ubuntu, c++ code.
Using gsoap and wsdl2h -o header.h
http://link1 http://link2 I've successfully succeeded to create .h, .cpp
and .xml files. When I #include proxy1.h and #include ...
1
vote
0answers
111 views
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 ...
1
vote
1answer
793 views
undefined reference to vtable - virtual member, classes generated by gsoap
gsoap with its tools wsdl2h and soapcpp2 provided me with a soapStub.h file containing the following:
class SOAP_CMAC ns2__SOAPKunden
{
public:
std::string *adresszusatz;
// ...
public:
...
1
vote
1answer
137 views
Webservices using C++
I am trying to build a simple webservice and use it in a client application.
Can any body provide me how to go about using C++ , gsoap ?
Thanks
krissam
1
vote
1answer
403 views
gSOAP and OpenSSL on iPhone
this is my first post on stackoverflow. Hopefully I am not disturbing anybody... :)
I've been working with gSOAP connecting to a http-webservice for my iPhone App for a while now. Now I am trying to ...
1
vote
1answer
217 views
Diving into gsoap, Makefile.am of examples in ubuntu pkg,
hi
i find it quite hard to get gsoap running.
Need to mention my knowledge of C/C++ is quite limited.
In /usr/share/doc/gsoap/ i see
Makefile.c_rules
Makefile.cpp_rules
Makefile.defines
In ...
1
vote
2answers
671 views
Unable to compile Qt Symbian application that uses gSOAP
I'm using gSOAP along with Qt for Symbian.
Under the emulator, the application compiles fine, but when I change the target of the compiler to compile for the device, I get the following error.
...
1
vote
1answer
394 views
Using GSoap returns EHOSTUNREACH when calling connect() through socket.h
I'm currently building an iPhone app based on Gsoap toolkit to connect to a webservice. Everything works fine except when I try to connect to my service after disconnecting and reconnecting 3g on the ...
1
vote
1answer
547 views
gSOAP C++ client memory leak
I have read the gSOAP docs and seen mentions of the fact that one should call soap_destroy(soap) and soap_end(soap) etc., however they are always examples with a single invocation on the service ...
1
vote
3answers
583 views
C++ gsoap mime/dime for binary files in windows
I'm pretty close to losing my head here ;)
I'm developing a service that uses gsoap. I would like to return a mime response.
I have everything working, but when reading binary files, all kind of ...
1
vote
3answers
291 views
How can I hash a password and store it for later verification with another digest?
I am using gsoap's wsseapi plugin and would like to store hashed sha1 passwords rather than plain text. I have spent a ridiculous amount of time experimenting with various methods of hashing the plain ...
1
vote
1answer
563 views
gSOAP: How to send encrypted SOAP header
I want to send some info, like user credentials in the SOAP header from my gSOAP client to my WCF webservice. I wish I could send them in encrypted form. I am using GPRS to commuicate. As GPRS ...
1
vote
2answers
829 views
Can I implement callback from WCF based HTTP service to a gSOAP c/Linux client?
I have a Linux/c client app that connects to a WCF web service over HTTP/SOAP (BasicHTTPBinding). I am using gSOAP. Can I implement the calls to the web-service using callback? I want to get the data ...
1
vote
2answers
360 views
What is the difference between soap_new() and soap_copy()?
What is the difference between:
thread_envs[i] = soap_copy(&env);
and
thread_envs[i] = soap_new();
Sould we use one of them or both?
1
vote
2answers
73 views
could gSoap be integrated with the Google app engine?
We are using GAE to host our web services, as far as I know GAE only support Java and python at the moment, however most of our engineers here are more comfortable with C/C++, so i was wondering if ...
1
vote
2answers
695 views
Testing a gSOAP server
In a normal client/server design, the client can execute functions implemented on the server-side. Is it possible to test a gSOAP server by connecting an extra client to it?
1
vote
0answers
2k views
Best way to do arrays in gsoap, considering WSDL compliance and performance
I'm using gsoap to generate an XML SOAP parser and WSDL grammar, and was wondering what is the recommended way to express a static array that is both fast to parse and generates a corresponding WSDL ...
1
vote
2answers
1k views
gsoap - WS-Addressing elements in the SOAP Header
I need to add WS Addressing in my Soap header (I am using the gsoap framework).
Is there a way to add that automatically? I looked up gsoap documentation but didnt find any info on that.
So right now ...
1
vote
0answers
132 views
Detecting session loss?
Is there a call I can make to determine whether my session is still alive in a gsoap client?
The only way I see to check if a session is still alive is to check to see if all the cookie values match ...