View Single Post
  #1 (permalink)  
Old 10-15-2004
fengxb's Avatar
fengxb fengxb is offline
Registered User
 
Name: feng xuebin
Organization: jiexin tech
Project: scientific calculation
 
Join Date: Aug 2003
Location: R.P.China
Posts: 78
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
Reply With Quote