Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
51 views

I am using gSoap to interact with Exchange Online using EWS APIs. Lately I have seen that gSoap request soap->fpost is truncating value of bearer token and that is resulting in access denied error. ...
user13260866's user avatar
0 votes
0 answers
35 views

xsd contents is as below <xsd:element name="Tag" minOccurs="1" maxOccurs="1"> <xsd:simpleType> <xsd:restriction base=&...
Akhil M V's user avatar
1 vote
0 answers
104 views

I am working with WS-Discovery and DPWS (Devices Profile for Web Services) using gsoap library. My goal is to make my device appear in the Network section of Windows File Explorer using WS-Discovery ...
Sowmya's user avatar
  • 11
0 votes
1 answer
54 views

I plan to use gSoap in my project to fetch a file (located at an endpoint + URI) from an Interplay Web Services instance. Is there a best practice to go about this? I notice there are several plugins ...
Danny Brent's user avatar
-1 votes
1 answer
145 views

I want to create something like this: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" ...
Danil's user avatar
  • 917
0 votes
0 answers
67 views

According to onvif documentaion https://www.onvif.org/ver10/schema/onvif.xsd ImagingSettings20 type has a tt:FocusConfiguration20 element <xs:complexType name="ImagingSettings20"> ...
Lucky Man's user avatar
  • 1,528
3 votes
0 answers
159 views

I am feeling my way through a project that combines gSOAP with Zig: starting with 100% C then replacing it piece by piece with Zig. Central to the project is using the gSOAP WSDL to C code generator. ...
Martin Cowie's user avatar
  • 2,861
-1 votes
1 answer
105 views

I'm developing a webserver(FCGI) based on using gsoap v2.8. This webserver shall respond to the incoming HTTP GET requests but it's not working. I got to know that gsoap provides HTTP callbacks to ...
mamatha g's user avatar
1 vote
1 answer
559 views

I am following tutorials on gSOAP website to build a gSOAP-based web service. Specifically, I follow an example for building this service using calc.c from the auto-generated calc.h. I have run the ...
Lunodzo's user avatar
  • 23
0 votes
0 answers
91 views

I recently came across a scenario where during the parsing of a xml attribute, it's getting stuck during the parsing since the input is very large. The input is intentionally made large, so need to ...
Rahul Mallick's user avatar
0 votes
1 answer
353 views

We're using gSoap 2.8.106 (since that's what Yocto Kirkstone provides). We've taken https://github.com/KoynovStas/onvif_srvd as a base and started implementing ONVIF S and T Profile. T Profile ...
parsley72's user avatar
  • 9,317
0 votes
0 answers
92 views

I'm trying to add support for WS-Security so that basic authorization is possible in the server request header. I checked this doc https://www.genivia.com/doc/wsse/html/wsse.html The problem I ...
Timur Dmitrievich's user avatar
0 votes
1 answer
90 views

Gsoap gives me warnings related to -Wsign-conversion, since gsoap source files are auto generated i am unable to resolve these warnings. Can someone please me with this. Thanks in advance. 64bit ...
dex_nav's user avatar
  • 13
1 vote
0 answers
222 views

WS-Discovery Proxy I've been trying to get an older example of a WS-Discovery Proxy implemented in C++ to run. It can be found here https://github.com/mpromonet/ws-discovery I know it's a shot in the ...
farDev's user avatar
  • 11
0 votes
1 answer
269 views

I'm using gSOAP on embedded Linux. I'm using Yocto so I added: TARGET_CPPFLAGS += "-DDEBUG" to the gsoap .bb recipe and that enabled logging. But what I get is three log files: \RECV.log ...
parsley72's user avatar
  • 9,317
0 votes
1 answer
436 views

I'm writing an application that is both onvif client and server. I've followed the documentation at https://www.genivia.com/doc/wsdd/html/wsdd_0.html and I'm using gsoap 2.8.124 (from ubuntu). In the ...
Folkert van Heusden's user avatar
1 vote
0 answers
89 views

I have an XSD schema file using anyAttributes for allowing custom extensions for different users. Unfortunately, I am getting problems with the C++ code generated by gSOAP. It works fine for ...
CJacker's user avatar
  • 11
1 vote
0 answers
79 views

I'm working on a existing C++ project which uses gSOAP. I have switched from std::string to custom one and trying to force gSOAP to use it instead. I have defined following file for soapcpp2: //env.h ...
UmmaGumma's user avatar
  • 5,713
0 votes
1 answer
685 views

I need access to web services provided by an installation of Business Central on Premise. BC is installed on a windows server 2022 without domain (no active directory present). Attempts to log in via ...
famedoro's user avatar
  • 1,241
0 votes
1 answer
226 views

I'm new to gSoap and need to create a web service client that receives a response containing several records in C. Through wsdl2h and soapcpp2 I generated the various intermediate files, below ...
famedoro's user avatar
  • 1,241
0 votes
0 answers
164 views

How do I use rapidonvif library in VS Code and write simple ONVIF tasks like camera discovery and video streaming in C++? I didn't find any tutorial.
Mohammad Moosavi's user avatar
1 vote
0 answers
134 views

The class I'm using for my SOAP requests has a ton of optional elements, and they're getting serialized as <REQUEST> <REQUIRED_1>some value</REQUIRED_1> <OPTIONAL_1 xsd:nil=&...
John Bode's user avatar
  • 125k
0 votes
1 answer
252 views

I am working in windows XP 32 bit (I realize that it is old, but for the project to be carried out I have no alternative) and I'm using gsoap_2.8.123. The MinGW gcc version is gcc.exe (MinGW.org GCC-6....
famedoro's user avatar
  • 1,241
0 votes
0 answers
249 views

I am trying to compile gsoap_2.8.123 version in windows xp 32 bit (I realize that it is old, but for the project to be carried out I have no alternative) I use MinGW (installed in C:\MinGW)as a ...
famedoro's user avatar
  • 1,241
0 votes
0 answers
563 views

I am using gsoap (stdsoap2.cpp) for my application to connect to a server. We are using openssl-1.1, so with a minor change in stdsoap2.cpp (replacing M_ASN1_STRING_data with ASN1_STRING_get0_data), ...
Nitin Trivedi's user avatar
0 votes
0 answers
214 views

There are N wsdl schemes: a.wsdl b.wsdl ... n.wsdl Request (which definition is in a.wsdl) which I sent looks like: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:...
user avatar
0 votes
1 answer
149 views

I am using gsoap to access a web service. I generate the code with wsdl2h and soapcpp2 in the following way: wsdl2h -o BILBO.h http://www.bilbao.eus/WebServicesBilbao/services/ws_bilbaoSOAP?wsdl ...
jpuriol's user avatar
  • 382
0 votes
1 answer
458 views

We are currently developing the onvif protocol using gsoap 2.8.80. I can't find an answer in the event part, so I'm asking this question. If you click the event in Onvif Device Manager and check the ...
Hwanseok  Jeong's user avatar
0 votes
1 answer
107 views

Upgrading gsoap 2.8.17 to 2.8.108. soapcpp2 generates the interface header file(soap.h) and corresponding implementations (soapC.cpp). This has some functions to instantiate soap objects having naming ...
Cracken's user avatar
  • 316
-1 votes
1 answer
911 views

I want to create an application to control camera parameters (users/ptz/get video). The camera is using the ONVIF protocol. I am using Qt framework 5.13. I found gsoap tool and .wsdl files from onfiv....
Payalnick's user avatar
0 votes
1 answer
230 views

UPDATE I have resolved the issue, at least to my satisfaction. I was using a window size of -15 in inflateInit2, based on other examples I had seen, but this was obviously not correct. Based on a ...
John Bode's user avatar
  • 125k
0 votes
0 answers
105 views

One of my project has the need to encrypt the soap message using X509 certificate and send the encrypted message to the server. Below code was working fine in the older version of gsoap but when I ...
rohit kesarvani's user avatar
1 vote
0 answers
124 views

I am trying to login to a webservice using the following code: _ns1__Login log; log.soap = proxy.soap; log.systemname = &loginData.systemName[0]; log.username = &loginData.username[0]; log....
singed's user avatar
  • 11
3 votes
0 answers
63 views

I'm developing a Qt C++ program which must send data to a web-service. I have used gsoap (v2.8.111) to generate the data binding source code this way: wsdl2h -v -c++ -t ./typemap.dat -o binding/...
Emanuele Merlo's user avatar
0 votes
0 answers
186 views

I am using wsdl2h on two different systems, CentOS 8 and RHEL7. On the latter, only an older version is available which does not support argument "-L". This should not be problem because ...
meolic's user avatar
  • 1,249
0 votes
1 answer
224 views

after uncommenting in typemap.dat the following line: xsd__dateTime = #import "custom/chrono_time_point.h" | xsd__dateTime I run wsdl2h and everything is fine.. but later in soapcpp2 I'm ...
guy's user avatar
  • 197
0 votes
1 answer
355 views

I have prepared a project on an up-to-date computer using -std=c++11. Now, I have to compile it on g++ 4.8.5 (Red Hat 4.8.5-39). To my surprise, support for C++11 standard on this system seems to be ...
meolic's user avatar
  • 1,249
1 vote
0 answers
141 views

In windows 10 OS, We have a SOAP client using gsoap library and this client sends SOAP POST requests to a server on the local network. While working as the administrator, soap requests are succesfull. ...
fatihk's user avatar
  • 7,949
0 votes
1 answer
2k views

Referring to onvif core specification: If the subscription is accepted, the response contains a WS-EndpointReference to the instantiated pull point. This WS-Endpoint provides a PullMessages operation, ...
bess's user avatar
  • 1
0 votes
0 answers
60 views

I have this python code to access webservice. import urllib.request import ssl import suds.transport.http import os.path from os import path from suds.client import Client import json import time ...
batuman's user avatar
  • 7,346
1 vote
1 answer
553 views

I have this error for webservice accessment with Gsoap. We are doing test so no SSL certificate check is required. But my client side, how can I bypass SSL check? i'm using C++. My error is SOAP 1.2 ...
batuman's user avatar
  • 7,346
0 votes
1 answer
2k views

Accessing IIS webservice using Gsoap. I have similar error as in this link shows that the error was solved compiling with -lssl. I did the same thing in build as g++ -o client client.cpp stdsoap2.cpp ...
batuman's user avatar
  • 7,346
0 votes
0 answers
149 views

I am trying to get response from webservice using Gsoap. SoapProxy.h has a class class SOAP_CMAC DataManagementSoapProxy : public soap { public: /// Endpoint URL of service '...
batuman's user avatar
  • 7,346
0 votes
2 answers
326 views

I am sending an response with string response <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"...
sanddune008's user avatar
0 votes
0 answers
149 views

I have created a standalone multithreaded webservice using gSOAP framework but this code has memory leak and when i try to deallocte that memory it crashes after sometime. Below is the detailed steps ...
spn's user avatar
  • 1
0 votes
1 answer
237 views

I am trying to produce .h file from .wsdl using gsoap: wsdl2h.exe -v -s -c++11 -o a.h a.wsdl With a.wsdl it is working like a charm, but with b.wsdl I am getting the unfriendly error: SOAP 1.1 fault ...
user avatar
0 votes
0 answers
70 views

The source code for soapcpp2.cpp contains a number of calls to setsockopt(), but none for IP_TOS or SO_PRIORITY. If possibly, I would like to be able to have these default to 16 and 2, respectively, ...
Jerry Miller's user avatar
1 vote
1 answer
144 views

Is there a way to get a callback from the gSoap framework before a server operation is executed? I can read in the documentation that there is a callback (fserveloop) that is called immediately after ...
Gjermund Stensrud's user avatar
1 vote
1 answer
3k views

We have a web service written in java (using Axis 1.4). We access this in c++ code using gSOAP (2.8.101). We are using OpenSSL (1.1.1e). On RHEL 8 we are seeing the SOAP 1.2 fault. The error is as ...
Madhu Gowda's user avatar
0 votes
0 answers
61 views

I'll admit that I sometimes skim through previous questions and think I'm encountering a lot of off-context fluff, so I'll try to make this concise. If a server uses soap_new_T(soap) to allocate (...
Jerry Miller's user avatar

1
2 3 4 5
12