https://github.com/sprinfall/csoap
C++ SOAP library based on Webcc (HTTP).
https://github.com/sprinfall/csoap
Last synced: 3 months ago
JSON representation
C++ SOAP library based on Webcc (HTTP).
- Host: GitHub
- URL: https://github.com/sprinfall/csoap
- Owner: sprinfall
- License: lgpl-3.0
- Created: 2019-07-16T02:16:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T09:34:49.000Z (over 6 years ago)
- Last Synced: 2025-09-18T18:51:35.451Z (4 months ago)
- Language: C++
- Size: 94.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csoap
C++ SOAP client library based on [Webcc](https://github.com/sprinfall/webcc).
You need to copy [webcc](https://github.com/sprinfall/webcc/tree/master/webcc) and place it side by side with csoap folder.