Rodney
Posts: 3714
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
A port of gSOAP version 2.5 is now available.
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.
You can install the binary package by doing:
pkg_add ftp://ftp.interopsystems.com/pkgs/3.5/gsoap-current-bin.tgz
You can obtain the sources as well in
ftp://ftp.interopsystems.com/src/gsoap
You will need to use gmake to run the build.
If you want the examples you'll need to grab the sources for now.
If you already know what to do, then the package is right.
|