Take a look at the soap-binding example in the servicemix 3.0-SNAPSHOT
distribution.
It exposes a simple pojo over SOAP+HTTP.
This example uses standard jbi deployments, but it can be refactored to
use only a single
servicemix.xml configuration file, without any packaging.
Cheers,
Guillaume Nodet
Jaime Fernández wrote:
I'd like to provide some methods of a java class as a web service via
servicemix ESB. Is it possible to do it without any additional layer
or programming, but only with a configuration file?. I know how to do
it with SOAP processors like apache axis, but I don't know how can I
do it without programming a JBI component.
Thanks