Hi, can you use CXF Corba to implement a Webservice Facade for a Corba service?
This is different to the examples in (samples/corba), which show how a Java client can call a Corba server via CXF APIs. But I'd like to have a Webservice based on a Corba server implementation, like the Axis2 CORBA module does. (I cannot use Axis2, we use CXF.) Exposing CORBA Services as Web Services ( https://axis.apache.org/axis2/java/core/docs/corba-deployer.html) Best regards, Juergen
