KDSoap icon indicating copy to clipboard operation
KDSoap copied to clipboard

A Qt-based client-side and server-side SOAP component

Results 43 KDSoap issues
Sort by recently updated
recently updated
newest added

suppose you're in a situation like that: a "project" complex type with a list of complex type "task" which itself has a "project" attribute who refers to his parent "project"...

As we discussed in #225 I have added the new no-sync/async/async-jobs arguments to the unittests and examples project files. I have update the qmake project files as well. I found...

I could reproduce this reliably on the Alpine Linux CI. ``` 15/49 Test #15: kdsoap-test_wsdl_document .............Subprocess aborted***Exception: 20.08 sec ********* Start testing of WsdlDocumentTest ********* Config: Using QtTest library 5.15.3,...

I have a wsdl that uses enveloped signature The signature is inserted into element, but wsdl description already contains signature. So the class that is kreated with tool that converts...

fixes #210 Now also tested with the ihc_wsdl, one wsdl matching the issue and some of my local ones.

So far, for complexTypes nested in elements with the same name a single C++ class has been created. This is wrong in cases where multiple elements with the same name...

Has KDSoap such a feature? I mean, does it make received request validation automatically against xsd? Or may be I have to call some validation method by hand

kdwsdl2cpp generates an invalid class name when wsdl contains a namespace with a prefix. For example, the code ```namespace RmvService { class AGREGAT.GETAGGREGATES__GetAggregates { public: void setLaunchId( qint64 _launchId );...

Hello, we like to connect to a HTTP server using certificate based authentication instead of Basic Authentication. We are using KDSoapClientInterface::setSslConfiguration https://docs.kdab.com/kdsoap/latest/class_k_d_soap_client_interface.html#ab8af33800dfd4124948fbff84ea2586a This should be similar to QNetworkRequest Then I...

I need to communicate with a webservice which requires gzip compression of the transmitted SOAP envelope. I have a .NET+C# based example configured with source code available, so I have...