mirror of
https://github.com/alexkulya/pandaria_5.4.8.git
synced 2025-12-11 07:37:03 +00:00
Core/Soap: Change uri to SF (Skyfire)
This commit is contained in:
parent
01419f70c1
commit
9736129cad
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ void Service::Service_init(soap_mode imode, soap_mode omode)
|
|||
{"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},
|
||||
{"ns1", "urn:TC", NULL, NULL},
|
||||
{"ns1", "urn:SF", NULL, NULL},
|
||||
{NULL, NULL, NULL, NULL}
|
||||
};
|
||||
soap_set_namespaces(this->soap, namespaces);
|
||||
|
|
|
|||
|
|
@ -172,6 +172,6 @@ struct Namespace namespaces[] =
|
|||
{ "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 },
|
||||
{ "ns1", "urn:TC", NULL, NULL },
|
||||
{ "ns1", "urn:SF", NULL, NULL },
|
||||
{ NULL, NULL, NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue