On Mon, Aug 13, 2018 at 12:04 PM, Burkard Stephan <[email protected] > wrote:
> > I also read about the [XSLT feature](http://cxf.apache. > org/docs/xslt-feature.html) of CXF. The configuration examples reference > an implementor class, but how would this class look like, what are input > and return types of the operations if I don't have generated classes? > Unfortunately I did not found a good example project that uses this > feature. Is there such a project in the CXF repository? > For an example project that uses the XSLT feature, please refer to the following system test: Client code: https://github.com/apache/cxf/blob/master/systests/uncategorized/src/test/java/org/apache/cxf/systest/soap/XSLTFeatureTest.java Server spring configuration: https://github.com/apache/cxf/blob/master/systests/uncategorized/src/test/resources/org/apache/cxf/systest/soap/xslt-server.xml Colm. > > Thanks for your help > Stephan > > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
