Support to use SOAP 1.1 or 1.2.

This commit is contained in:
Chunting Gu
2018-09-19 21:39:32 +08:00
parent ef252c9f74
commit f5fe4e67f7
13 changed files with 104 additions and 27 deletions
-1
View File
@@ -52,7 +52,6 @@ bool CalcService::Handle(const webcc::SoapRequest& soap_request,
double result = calc(x, y);
soap_response->set_soapenv_ns(webcc::kSoapEnvNamespace);
soap_response->set_service_ns({
"cal",
"http://www.example.com/calculator/"