Core/Soap: Change uri to SF (Skyfire)

This commit is contained in:
Nightprince 2023-12-17 18:49:10 +03:30
parent 01419f70c1
commit 9736129cad
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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 }
};