mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11836] Some more documentation and information for soap example
This commit is contained in:
parent
63f9e43385
commit
97a1884ea4
2 changed files with 9 additions and 1 deletions
|
|
@ -21,10 +21,18 @@
|
|||
* MaNGOSsoap client example
|
||||
*
|
||||
* a simple example how to invoke commands using SOAP
|
||||
*
|
||||
* Make sure you enabled SOAP in your mangosd.conf!
|
||||
* SOAP.Enabled = 1
|
||||
*/
|
||||
|
||||
/*
|
||||
* $username and $password MUST be uppercase
|
||||
* account $username needs at least SEC_ADMINISTRATOR
|
||||
*/
|
||||
$username = 'ADMINISTRATOR';
|
||||
$password = 'ADMINISTRATOR';
|
||||
|
||||
$host = "localhost";
|
||||
$soapport = 7878;
|
||||
$command = "server info";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue