Archived

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

Ice with web service

Hi,

Does Ice support web services?
I would like to invoke Ice functions through a web service. Is it possible to do this?

Thanks,
Vladimir

Comments

  • If with Web services, you mean SOAP and the related technologies, then the answer is no, Ice does not support this. However, if you do need to integrate with technology such as SOAP, it's often quite simple to write a custom bridge. Have a look at the editorial "Bridge to Nowhere" in Issue 25 of our newsletter Connections.