summaryrefslogtreecommitdiff
path: root/net/soup/DESCR
blob: f85af23ac59a59373c28958e38b68cbdf785781a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Soup is a SOAP (Simple Object Access Protocol) implementation in C.

It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.

It uses the Glib main loop and is designed to work well with GTK
applications.  This enables GNOME applications to access SOAP servers
on the network in a completely asynchronous fashion, very similar to the
Gtk+ programming model (a synchronous operation mode is also supported
for those who want it).

The WSDL compiler will help you make your applications interoperate
with services that expose their descriptions through WSDL.