#include <strings.h>
#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include "soa_result.h"
Classes | |
class | soa::XmlDocDeleter |
Namespaces | |
namespace | soa |
Functions | |
static Type | soa::element_type (char *type) |
std::string | soa::soap_type (Type type) |
static bool | soa::arg_value (const std::string &val, bool &b) |
static bool | soa::arg_value (const std::string &val, int64_t &i) |
static GenericPtr | soa::parse_elements (xmlNode *element, GenericPtr parent) |
GenericPtr | soa::parse_response (const std::string &response, const std::string &method_name) |