Re: Exposing CORBA Service as Web service
Jürgen Weber <[email protected]> Tue, 12 Apr 2016 21:47:01 +0200
| Newsgroups | gmane.comp.corba.jacorb.devel |
|---|---|
| Message-ID | <CAFNKvH0HK9XZB8meuED+9-fnd78NisvFRMK4hLe8au5QtnQOYg@mail.gmail.com> |
there is also a Corba module in Axis2: https://axis.apache.org/axis2/java/core/docs/corba-deployer.html The article tells to use yoko, but it also works with JacORB, you have to use the parameters <parameter name="orbClass">org.jacorb.orb.ORB</parameter> <parameter name="orbSingletonClass">org.jacorb.orb.ORBSingleton</parameter> Juergen 2016-04-12 15:54 GMT+02:00 Nick Cross <[email protected]>: > > I believe there is one test with CXF currently > > https://github.com/JacORB/JacORB/blob/master/test/regression/src/test/java/org/jacorb/test/bugs/bug968/ReproClientTest.java > > https://github.com/JacORB/JacORB/blob/master/test/regression/pom.xml#L249 > > Perhaps you could adapt this test? > > Nick > > > On 11/04/16 15:35, Nicolas Aguilé wrote: >> >> Hi, >> i'm trying to expose a CORBA service (using JacORB) as a Web Service using >> CXF. >> I've generate a WSDL file using the idl2wsdl tool and after generate de >> Java files from the WSDL but it doesn't work. >> >> Does anyone have expose CORBA with CXF ? >> What are configurations for cxf-servlet.xml, cxf-extension-corba, ... ? >> Thanks for your help >> >> Nicolas Aguilé >> _______________________________________________ >> jacorb-developer maillist - >> [email protected] >> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer >> > > _______________________________________________ > jacorb-developer maillist - [email protected] > https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer _______________________________________________ jacorb-developer maillist - [email protected] https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer