Skip to content

Commit

Permalink
Core/Soap: Change uri to SF (Skyfire)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightprince committed Dec 17, 2023
1 parent 01419f7 commit 9736129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dep/gsoap/soapService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/server/worldserver/TCSoap/TCSoap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

0 comments on commit 9736129

Please sign in to comment.