question icephp

in Help Center
hello,
i have a question about icephp. in the slice file i have 2 interfaces, the first one to server->client communication, the second one client->server.
the client run with php, is it possible to create both directions in one php file (maybe with some workaround)?
Thanks for all
santi
i have a question about icephp. in the slice file i have 2 interfaces, the first one to server->client communication, the second one client->server.
the client run with php, is it possible to create both directions in one php file (maybe with some workaround)?
Thanks for all
santi
0
Comments
IcePHP allows you to implement clients, it's not possible to implement servers (see chapter 19.2.2 in the Ice manual for a discussion of the IcePHP limitations).
Benoit.
on both sides is a callback object to invoke some methodes. in this case the client acts as a server :-(. therefore i think its not possible. i decide to change the interface.
thanks for your help, santi