Rework the parsing of soap response.

This commit is contained in:
Chunting Gu
2018-09-20 15:24:54 +08:00
parent f5fe4e67f7
commit 76417c3703
17 changed files with 228 additions and 51 deletions
+2
View File
@@ -38,6 +38,8 @@ const char* DescribeError(Error error) {
return "Socket write error";
case kHttpError:
return "HTTP error";
case kServerError:
return "Server error";
case kXmlError:
return "XML error";
default: