csoap 1.1.0 review

Download
by rbytes.net on

csoap is a SOAP client/server library in pure C. csoap is a fast and easy way to embed a SOAP client or a SOAP server into an appl

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Ferhat Ayaz
0 stars award from rbytes.net

csoap is a SOAP client/server library in pure C.

csoap is a fast and easy way to embed a SOAP client or a SOAP server into an application written in C. It is built on top of libxml2 and supports SSL and HTTP Basic authentication.

Howto use aclocal/auto(conf,make) in your libsoap projects

1. Copy the file libcsoap.m4 to `aclocal --print-ac-dir`
2. Add the following lines to your configure.in (or configure.ac):
dnl AM_PATH_CSOAP([MINIMUM-VERSION, [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
AM_PATH_CSOAP(1.0.4)
CFLAGS="$CFLAGS $CSOAP_CFLAGS"
LDFLAGS="$LDFLAGS $CSOAP_LIBS"

Thanks to Heiko Ronsdorf

Requirements:
libxml2 2.6.0
OpenSSL

csoap 1.1.0 keywords