soap inizialization and termination More...
#include <libppbase/base_soap/SOAP.h>
Static Public Member Functions | |
static SOAPTranscoder * | getDefaultTranscoder () |
Gets the default transcoder (for the default character set). | |
static void | initialize (bool client=true, const char *charset="utf-8") |
Initializes the xercesc library. | |
static void | terminate () |
Terminates the xercesc library. |
soap inizialization and termination
static SOAPTranscoder* base_soap::SOAP::getDefaultTranscoder | ( | ) | [static] |
Gets the default transcoder (for the default character set).
static void base_soap::SOAP::initialize | ( | bool | client = true , |
|
const char * | charset = "utf-8" | |||
) | [static] |
Initializes the xercesc library.
client | flag: this is a client, read soap.env | |
charset | the default character set to use |