diff options
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 0000000000..daf6147ea0 --- /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. |