diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 23:28:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:42 +0200 |
commit | 0e52ac1637b0611aee5a41e592ab0f1a44f408ee (patch) | |
tree | 840117a30d007c07df3aae8a2dc6e14506978487 /development/gsoap/README | |
parent | 105cb993e4f093c7ee3cd298aa8bb920d1c29704 (diff) |
development/gsoap: Added to 12.2 repository
Diffstat (limited to 'development/gsoap/README')
-rw-r--r-- | development/gsoap/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/gsoap/README b/development/gsoap/README new file mode 100644 index 0000000000000..daf6147ea0793 --- /dev/null +++ b/development/gsoap/README @@ -0,0 +1,11 @@ +The gSOAP toolkit provides a cross-platform software development +toolkit for C and C++ server and client Web service applications, and +simplifies the overall use of XML in any type of application. The +toolkit supports SOAP 1.1/1.2 RPC encoding and document/literal +styles, WSDL 1.1, MTOM/MIME/DIME attachments (streaming), SOAP-over- +UDP, request-response and one-way messaging. The toolkit also supports +WS-Addressing and WS-Security, with several other WS-* available +or under development. + +Note this will not build in parallel; set MAKEFLAGS="-j1" if you have +problems. |