Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice Obejct and Web Service in Java

I need to implement a program which will pass the Ice Object(basically a Callback obejct from Client) to Web Service implemented on Server side. How can i pass Ice Object to Web Service?
I have tried to implement Callback Service (passing a callback object through Ice interface to Server). And It works fine. But now I need to implement the same thing instead of using Ice interface i need to use Web Service.

Can anyone give me some idea about above?.

Comments

  • Repost

    Can Sombody from ZeroC Ice respond to the below thread? if anybody is getting idea ...