You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Jürgen Weber <we...@web.de> on 2013/09/19 08:52:14 UTC

Exposing CORBA Services as Web Services with Apache CXF?

With Apache Axis2 you can expose a CORBA IDL Servant as Web Service:
http://axis.apache.org/axis2/java/core/docs/corba-deployer.html

Is this possible with CXF, too? 

There are CXF Corba samples, but as I understand, CXF Corba looks like a Web Service client, but internally has a CORBA/IIOP connection to a Corba Server, which is never exposed as Web Service, is it? 
http://svn.apache.org/repos/asf/cxf/trunk/distribution/src/main/release/samples/corba/

Thanks,
Juergen