Soup provides a queued asynchronous callback-based mechanism for sending and servicing SOAP requests and a WSDL (Web Service Definition Language) for C compilers which generates client stubs and server skeletons for easily calling and implementing SOAP methods.
Soup provides a queued asynchronous callback-based mechanism for sending and servicing SOAP requests and a WSDL (Web Service Definition Language) for C compilers which generates client stubs and server skeletons for easily calling and implementing SOAP methods.
To install libsoup-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsoup-devel
To see what files were installed by libsoup-devel, run:
port contents libsoup-devel
To later upgrade libsoup-devel, run:
sudo port selfupdate && sudo port upgrade libsoup-devel
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.