Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP.
This commit is contained in:
@@ -133,6 +133,9 @@ if(WEBCC_BUILD_EXAMPLE)
|
||||
if(WEBCC_ENABLE_SOAP)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/example/soap_calc_server)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/example/soap_calc_client)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/example/soap_calc_client_parasoft)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/example/soap_book_server)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/example/soap_book_client)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user