Dear community,

Some of you may be familiar with Apache Camel, which is an open source integration framework based on enterprise integration patterns. In that case you may be interested to learn that the next release of Apache Camel (version 2.6) will include support for Spring Web Services.

The combination of Camel with the excellent Spring-WS framework allows you to express Spring-WS endpoint mappings inside Camel routes. Also you can invoke external web services from Camel using Spring-WS.

The documentation is already available online: http://camel.apache.org/spring-web-services. The code currently resides on GitHub (http://github.com/rkettelerij/camel-spring-ws) but will move to Apache soon.

Kinds regards,
Richard Kettelerij