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

KDSoap cannot handle wsp:Policy tags http://www.w3.org/TR/ws-policy/

Did you consider implementing the [AS2](http://en.wikipedia.org/wiki/AS2) protocol in upcoming versions?

DESCRIPTION: KDWSDL2CPP code generator could generate pointer to the nested message object types for better accessibility and possibility to modify existing object. USE CASE It would be very nice to...

Using CDATA is usually a good idea. Might be explicitly disabled per TAG...

Trying to generate code using this wsdl: http://www.axis.com/vapix/ws/event1/EventService.wsdl give the following error: ``` kdwsdl2cpp -o wsdl_axiseventservice.h EventService.wsdl importing schema at http://docs.oasis-open.org/wsn/t-1.xsd Downloading 'http://docs.oasis-open.org/wsn/t-1.xsd' Download successful importing schema at http://docs.oasis-open.org/wsn/b-2.xsd Downloading...

updates: - [github.com/pre-commit/mirrors-clang-format: v13.0.0 → v14.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v13.0.0...v14.0.6) - [github.com/PyCQA/pylint: v2.15.2 → v2.15.4](https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.4)

Hello there, I've encountered some errors generating code with a private WSDL: ``` ERROR: type not found "xs:gDay" ERROR: basic type not found: "xs:gDay" ``` This file makes use of...

updates: - [github.com/fsfe/reuse-tool: v2.1.0 → v3.0.1](https://github.com/fsfe/reuse-tool/compare/v2.1.0...v3.0.1)

Hello, Trying to build build our project which deals with KDSoap. We use QT5. As for KDSoap 1.8 we can't see any problem. We are trying to get KDSoapfrom VCPKG...

If i send the server a SOAP message which contains parse errors I receive the following message: ``` Client.Data Request was a fault ``` In the function `KDSoapServerSocket::handleRequest` we have...