Update SOAP server tutorial.

This commit is contained in:
Adam Gu
2018-04-12 09:09:56 +08:00
parent 9185d230ad
commit fb37d759a0
2 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -14,8 +14,9 @@ A lightweight C++ REST and SOAP client and server library based on Boost.Asio.
- C++11
- Boost 1.66+
- pugixml (already included in the source tree) (SOAP only)
If enable SOAP support, **pugixml** is needed to parse and compose XML strings.
## Build
TODO
The build system is CMake.