Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SFSoap.cpp File Reference
#include "AccountMgr.h"
#include "Log.h"
#include "SFSoap.h"
#include "soapH.h"
#include "soapStub.h"
#include "World.h"
Include dependency graph for SFSoap.cpp:

Go to the source code of this file.

Functions

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

Variables

struct Namespace namespaces []

Function Documentation

◆ ns1__executeCommand()

Variable Documentation

◆ namespaces

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

Definition at line 128 of file SFSoap.cpp.