DragonNest/Server/ServerCommon/SG/Soap/AuthSoap/BasicHttpBinding_USCOREIGameAuthentication.nsmap
2024-12-19 09:48:26 +08:00

14 lines
777 B
Text

#include "soapH.h"
SOAP_NMAC struct Namespace namespaces[] =
{
{"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL},
{"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL},
{"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL},
{"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL},
{"ns4", "http://schemas.microsoft.com/2003/10/Serialization/", NULL, NULL},
{"ns5", "http://tempuri.org/BasicHttpBinding_IGameAuthentication", NULL, NULL},
{"ns3", "http://ac.cherrycredits.com/", NULL, NULL},
{"ns6", "http://tempuri.org/NetTcpBinding_IGameAuthentication", NULL, NULL},
{NULL, NULL, NULL, NULL}
};