gsoap Questions
2
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 #includ...
1
Solved
I have a WSDL file which I need to generate a c++ web service code from it. The toolchain I'm using is gSOAP.
The problem is that the generated server class, have a function for each operation wit...
2
4
Solved
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...
2
I'm trying to implement two windows services that each one implements is own gSoap interface, and both are clients and servers of each interface.
So my problem is that i use the same data type in b...
2
How can we implement WSSE plugin for Gsoap in C++/Linux ?
This link doesn't give all the information.
The problem is what do I have to include in my header file generated by WSDL , to make it wss...
Disguise asked 20/6, 2011 at 12:47
3
Solved
I am looking for a method to detect if the gsoap web service is available.
Unfortunately when the service is offline then the client gsoap calls block
for a long time. Setting the soap.recv_timeout...
1
I am new to GSOAP, so might be missing something obvious here.
But I really couldn't find its solution in GSOAP documentations.
I need to know, how do I silently ignore an unknown node in my xml i...
2
Solved
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:
virt...
1
Solved
I'm trying to use gSoap2.8 with VS2010 C++ project
I declared a pre-build event
wsdl2h.exe -o test.h "test.wsdl"
then it says
error C1083: Cannot open type library file:<path>\stlvector....
Tourist asked 6/12, 2013 at 6:52
1
Solved
I have the app. Here I generate client service from WSDL. Nowdays some functions work normal. But some are wrong.
It is a part from WSDL
<xs:complexType name="TStartInfoCalcZoneViewForArea"&g...
4
Is this even possible?
I know, I can make a one-way asynchronous communication, but I want it to be two-way.
In other words, I'm asking about the request/response pattern, but non-blocking, like ...
Montemayor asked 10/5, 2013 at 12:27
0
I use gSOAP for XML data binding.
Recently I refactored my XSD files by extracting a common part from two files to a separate third file and then imported it in the first two files. This was a dee...
Landed asked 17/5, 2013 at 8:1
1
Solved
Here's my situation:
I have a wsdl, "translated" to a header file like this: wsdl2h -o file.h file.wsdl
Then, I executed soapcpp2 -Icorrect_path -j file.h
On "server side" I implemented the servi...
1
Solved
I'm writting a web service client with gSoap and using Valgrind to check for memory issues.
Valgrind reports NO LEAKS but shows this strange (at least for me) memory error messages:
==3529== Cond...
1
How to write a gsoap restful C++/Solaris client, which should send a document(xsd__base64Binary) to webservice using streaming?
We tried writing a gsoap restful client without streaming and it is ...
Twentieth asked 8/5, 2012 at 6:20
2
I've been playing with gSOAP XML data binding by loading XML document into C++ class, modifying data and serializing it back into XML.
Here's the snippet of the XML - library.xml:
<?xml versi...
Neoteric asked 8/2, 2012 at 14:51
1
I'd like to implement a web service client for a project on Windows.
I want to get web service info, soap request and soap response.
I need a C++ library that I can use for these purposes (not wsdl...
Grimalkin asked 1/2, 2012 at 14:47
1
Solved
I using gSOAP for web services, but i have a problem i must
compile 2 web services into one executable file, and some
functions have same names instead of argument for using
other prefix for functi...
Rockingham asked 29/12, 2011 at 14:57
6
Solved
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 i...
2
Solved
I have the following WCF protocol bridging scenario: a WCF Client using basicHttp binding talking to a Routing Service which forwards the request to the Service using netTcp.
Client <-> basicHt...
5
Solved
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 th...
Windsor asked 1/12, 2008 at 6:46
3
Solved
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 calc...
Indoiranian asked 22/9, 2010 at 3:39
1
Solved
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 "C:\3p...
Insanitary asked 27/7, 2010 at 13:21
4
Solved
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 ...
Ordovician asked 25/3, 2010 at 18:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.