The Soup package contains a SOAP (Simple Object Access Protocol) implementation in C.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2
Download size: 324 KB
Estimated Disk space required: 11.1 MB
Estimated build time: 0.33
Install Soup by running the following commands:
./configure --prefix=/opt/gnome &&
make &&
make install
--prefix=/opt/gnome: Install Soup in the GNOME 1.4 area.
--enable-apache=no: This command can be added to prevent building against Apache.
The Soup package contains SOAP libraries, used to implement XML remote procedure calls.