You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Starting with CXF 2.5 WS-MetadataExchange support is available. For web service providers to be able to process MEX calls, the following Maven
dependency will need to be included in your project:

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-ws-mex</artifactId>
    <version>${cxf.version}</version>
</dependency>
  • No labels