masaru
Posts: 3
Score: 0
Joined: 9/3/2008
Status: offline
|
I inquiry it problem to IceWarp Support center again. and I got clear answer. Unfortunately, IceWarp Linux version has XML-RPC Bug and it will be fix at next night build release -- they says. By the way, IceWarp XML-RPC require HTTP Basic authentication(undocumented). and pear XML-RPC2 library seems to pass this restriction. $user = "admin@domain.com"; <-- IceWarp admin priv user $pass = "admpass"; $client = XML_RPC2_CachedClient::create('http://$user:$pass@xxx.xxx.xxx.xxx/rpc/', $options); I will report this method can access IceWarp server or not, when UNIX version's BUG fixed.
|