TrinityCore
TCSoap.cpp File Reference
#include "TCSoap.h"
#include "soapH.h"
#include "soapStub.h"
#include "Realm.h"
#include "World.h"
#include "AccountMgr.h"
#include "Log.h"
+ Include dependency graph for TCSoap.cpp:

Go to the source code of this file.

Functions

void TCSoapThread (const std::string &host, uint16 port)
 
void process_message (struct soap *soap_message)
 
int ns1__executeCommand (soap *soap, char *command, char **result)
 

Variables

struct Namespace namespaces []
 

Function Documentation

◆ ns1__executeCommand()

int ns1__executeCommand ( soap *  soap,
char *  command,
char **  result 
)

Definition at line 78 of file TCSoap.cpp.

+ Here is the call graph for this function:

◆ process_message()

void process_message ( struct soap *  soap_message)

Definition at line 64 of file TCSoap.cpp.

+ Here is the caller graph for this function:

◆ TCSoapThread()

void TCSoapThread ( const std::string &  host,
uint16  port 
)

Definition at line 26 of file TCSoap.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ namespaces

struct Namespace namespaces[]
Initial value:
=
{ { "SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", nullptr, nullptr },
{ "SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", nullptr, nullptr },
{ "xsi", "http://www.w3.org/1999/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", nullptr },
{ "xsd", "http://www.w3.org/1999/XMLSchema", "http://www.w3.org/*/XMLSchema", nullptr },
{ "ns1", "urn:TC", nullptr, nullptr },
{ nullptr, nullptr, nullptr, nullptr }
}

Definition at line 145 of file TCSoap.cpp.