#ifndef WEBCC_SOAP_GLOBALS_H_ #define WEBCC_SOAP_GLOBALS_H_ #include namespace webcc { // ----------------------------------------------------------------------------- // Constants extern const std::string kSoapAction; extern const std::string kTextXmlUtf8; } // namespace webcc #endif // WEBCC_SOAP_GLOBALS_H_