Registry / networking / kd-soap

kd-soap

JSON →
library2.1.1vcpkgunverified

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

vcpkg install kd-soap
INSTALL
IMPORT
SIG · KD-SOAP
K
kd-soap
networkingcppv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KDSoapClient/KDSoapClient.h
#include <KDSoapClient/KDSoapClient.h>

Call a SOAP web service

#include <KDSoapClient/KDSoapClient.h> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); KDSoapClient client("http://example.com/service"); client.setAction("SomeAction"); KDSoapMessage response = client.call("SomeMethod"); return app.exec(); }
Debug
Known issues
gotchaKD SOAP requires Qt and may have licensing restrictions.
fix
Check the license (GPL/commercial) and ensure Qt is properly linked.
affects: all
Upgrade
Version history
2.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
kd-soap — pip install kd-soap · libregistry