|
how to call IcePack in php
hi,
I use IcePack to administrate my servers now. It works well. I hope find my proxy by IcePack in PHP. Should I write the PHP code?
The endpoint of IcePack Node is "default -p 12000".
In C++, the codes are followed:
IcePack::QueryPrx query = IcePack::QueryPrx::checkedCast(communicator->stringToProxy("IcePack/Query"));
CalculatorPrx calc = CalculatorPrx::checkedCast(query->findObjectByType("::Calc"));
In PHP, I don't know.
Thanks in advance.
Regards,
__________________
Fengxb
|