Add SoapAsyncClient.

This commit is contained in:
Adam Gu
2018-08-03 16:59:23 +08:00
parent 6809ab7d2a
commit ab781a691f
11 changed files with 211 additions and 34 deletions
+2
View File
@@ -65,6 +65,7 @@ endif()
if(WEBCC_ENABLE_SOAP)
set(SOAP_HEADERS
soap_async_client.h
soap_client.h
soap_message.h
soap_parameter.h
@@ -77,6 +78,7 @@ if(WEBCC_ENABLE_SOAP)
)
set(SOAP_SOURCES
soap_async_client.cc
soap_client.cc
soap_message.cc
soap_response.cc