-- UPDATE --
I've tried severals things ...
For now here what I've got :
An account 10#1 (I tried to connect with this account InGame, it worked, and I successfully created an account with bnet create account <email> <password>)
A client on GAMEBUILD 21742
a SOAP module activated (I guess, because SOAP is returning errors)
php -i | grep -i soap
soap Soap Client => enabled
Soap Server => enabled
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
Worldserver.conf
# SOAP.Enable SOAP.Enabled = 1
# SOAP.IP
# Description: Bind SOAP service to IP/hostname. SOAP.IP = "127.0.0.1"
# SOAP.Port
# Description: TCP port to reach the SOAP service. SOAP.Port = 7878
Account Access
id gmlevel RealmID
10 3 -1
I even tried this :
rbac_account_permissions
accountId permissionId granted realmId
9 207 1 -1
9 208 1 -1
9 219 1 -1
9 228 1 -1
9 196 1 -1
(The account is 10#1 but has the ID 9)
And it keep returning me a 403 error ...
So here's my questions :
What did I do wrong ?
Is it possible that my Core Version has SOAP bugged ? If yes, how can I clone the last version of Trinity Core that worked with the GAMEBUILD 21742 ?
(I don't want to upgrade my client to 7.X, I prefer staying at 6.2.4 if it's possible ...)