offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++
The gSOAP toolkit is a cross-platform development environment for C and C++ SOAP/XML Web services (SOAP 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of native C/C++ data types. Includes stub/skeleton compiler, HTTP Web server, and much more.
The gSOAP toolkit is a cross-platform development environment for C and C++ SOAP/XML Web services (SOAP 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of native C/C++ data types. Includes stub/skeleton compiler, HTTP Web server, and much more.
To install gsoap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gsoap
To see what files were installed by gsoap, run:
port contents gsoap
To later upgrade gsoap, run:
sudo port selfupdate && sudo port upgrade gsoap
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.