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?.

Reply With Quote