diff --git a/dep/gsoap/soapService.cpp b/dep/gsoap/soapService.cpp index 9ee1b06..d0302da 100644 --- a/dep/gsoap/soapService.cpp +++ b/dep/gsoap/soapService.cpp @@ -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); diff --git a/src/server/worldserver/TCSoap/TCSoap.cpp b/src/server/worldserver/TCSoap/TCSoap.cpp index c96c1db..1689dab 100644 --- a/src/server/worldserver/TCSoap/TCSoap.cpp +++ b/src/server/worldserver/TCSoap/TCSoap.cpp @@ -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 } };